221087 Commits

Author SHA1 Message Date
Nicolas Capens
0f897d2fea Check GLES2 support using EGL instead of qemu.gles
Bug 25435727

Change-Id: I9b8816cc8bfc2567ac475888cd57f2b9e62dad4f
2015-11-03 00:28:59 -05:00
Tyler Gunn
9370f14af9 Merge "Improve comment on EXTRA_CALL_RAT_TYPE." into mnc-dr-dev am: 8b86c76296 am: 48a0c3ae8d am: e0eaa03307
am: 6ebf6a27a7

* commit '6ebf6a27a772f3a21b575aaa88df46f773934214':
  Improve comment on EXTRA_CALL_RAT_TYPE.
2015-11-03 05:04:36 +00:00
Tyler Gunn
6ebf6a27a7 Merge "Improve comment on EXTRA_CALL_RAT_TYPE." into mnc-dr-dev am: 8b86c76296 am: 48a0c3ae8d
am: e0eaa03307

* commit 'e0eaa03307f2327080becffab3245e33d674a1fe':
  Improve comment on EXTRA_CALL_RAT_TYPE.
2015-11-03 04:59:44 +00:00
Tyler Gunn
e0eaa03307 Merge "Improve comment on EXTRA_CALL_RAT_TYPE." into mnc-dr-dev am: 8b86c76296
am: 48a0c3ae8d

* commit '48a0c3ae8dd0d3944a3cffa2bafec47f9bc346d6':
  Improve comment on EXTRA_CALL_RAT_TYPE.
2015-11-03 04:54:47 +00:00
Tyler Gunn
48a0c3ae8d Merge "Improve comment on EXTRA_CALL_RAT_TYPE." into mnc-dr-dev
am: 8b86c76296

* commit '8b86c7629676eeea490531b2a412873e0196eb6f':
  Improve comment on EXTRA_CALL_RAT_TYPE.
2015-11-03 04:49:33 +00:00
Tyler Gunn
8b86c76296 Merge "Improve comment on EXTRA_CALL_RAT_TYPE." into mnc-dr-dev 2015-11-03 04:44:53 +00:00
Jeff Sharkey
602940dc6e Merge "Let's sprinkle some FastJNI into Resources." 2015-11-03 03:52:11 +00:00
Jeff Sharkey
46cfd93aa2 Let's sprinkle some FastJNI into Resources.
Before:

               benchmark   us linear runtime
                GetColor 14.9 ===========
              GetInteger 19.9 ===============
    GetLayoutAndTraverse 38.4 =============================
               GetString 38.5 ==============================

After:

               benchmark   us linear runtime
                GetColor 13.9 ==========
              GetInteger 18.8 ==============
    GetLayoutAndTraverse 38.1 =============================
               GetString 38.2 ==============================

Change-Id: I8c20e14182d2645bc62a0e7fc6345e298b11933c
2015-11-02 19:49:11 -08:00
joanne_chung
a084fb7b93 [ActivityManager] Fix NullPointerException in startNextMatchingActivity.
Symptom:
NullPointerException crash while call startNextMatchingActivity.

Root Cause:
Activity starts with FLAG_DEBUG_LOG_RESOLUTION for debug dump.
If the current Activity is the last object of resolves list,
  we can not get the next Activity and aInfo is still null.

Solution:
Check null in debug log dump.

Change-Id: I4c5d14d9acd8d47768b36c95354763841579e050
2015-11-03 11:36:41 +08:00
Sanket Padawe
a382620ea8 Merge "Fix a crash while printing ICCID because of alphabets in UICC." into mnc-dr-dev am: b57c65b00e am: 71f018a411 am: 391c87dea8
am: 535c6fbaa5

* commit '535c6fbaa51ece3ecdbf9e5ff1147623a36cedaf':
  Fix a crash while printing ICCID because of alphabets in UICC.
2015-11-03 03:04:28 +00:00
Selim Cinek
1412f8482d Fixed a bug where the panel could get stuck closing am: b0e4f9e97e am: 157e60f7a2 am: 341d544693
am: e4fd7227eb

* commit 'e4fd7227ebffb6f33c875c4d1bf48be75ae9f33a':
  Fixed a bug where the panel could get stuck closing
2015-11-03 03:03:12 +00:00
Glenn Kasten
fe86593478 Merge "MidiManager: fix double BTLE callback" am: bbf34d0bd1 am: 58f41c3b76
am: 9418dca1dc

* commit '9418dca1dc30506a83dec0b35343d2a805587cc8':
  MidiManager: fix double BTLE callback
2015-11-03 03:01:54 +00:00
Glenn Kasten
4c004a8c2d Merge "MidiService: update listener with current status when registered" am: d4e9b9e4ac am: 350dc16475
am: 1ec066b927

* commit '1ec066b927233c2b2592a265819b85d9dc7b179d':
  MidiService: update listener with current status when registered
2015-11-03 03:00:05 +00:00
Svetoslav Ganov
ceac19a153 Merge "Don\'t try overriding system fixed permissions on install" into mnc-dr-dev am: a47f9dad2b am: c4c1866228 am: 023f4d158d
am: f2e81e904a  -s ours

* commit 'f2e81e904a57660eabcb4c0c24bf8e6e6b1f6467':
  Don't try overriding system fixed permissions on install
2015-11-03 02:58:38 +00:00
Chris Craik
d70fc01eeb Merge "Add region-tracking to OffscreenBuffers" 2015-11-03 02:11:50 +00:00
Chris Craik
a6ac95e577 Add unit test failure messages to recordingcanvas/reorderer
Change-Id: I3be7f096cdfb4eb66063c7e4d50f5bd859f43fbd
2015-11-02 18:06:59 -08:00
Sanket Padawe
535c6fbaa5 Merge "Fix a crash while printing ICCID because of alphabets in UICC." into mnc-dr-dev am: b57c65b00e am: 71f018a411
am: 391c87dea8

* commit '391c87dea8a66a03be07527e1fc15c659e6072d0':
  Fix a crash while printing ICCID because of alphabets in UICC.
2015-11-03 02:04:40 +00:00
Jeff Sharkey
2f40cdc5dc Merge "Let's sprinkle some FastJNI into Parcel." 2015-11-03 02:01:33 +00:00
Sanket Padawe
391c87dea8 Merge "Fix a crash while printing ICCID because of alphabets in UICC." into mnc-dr-dev am: b57c65b00e
am: 71f018a411

* commit '71f018a411c55383f395adc52d8363d6103529d3':
  Fix a crash while printing ICCID because of alphabets in UICC.
2015-11-03 01:58:05 +00:00
Sanket Padawe
71f018a411 Merge "Fix a crash while printing ICCID because of alphabets in UICC." into mnc-dr-dev
am: b57c65b00e

* commit 'b57c65b00efbcc6c8ed5a64b2c314dbca72d5554':
  Fix a crash while printing ICCID because of alphabets in UICC.
2015-11-03 01:52:13 +00:00
Sanket Padawe
b57c65b00e Merge "Fix a crash while printing ICCID because of alphabets in UICC." into mnc-dr-dev 2015-11-03 01:47:04 +00:00
Selim Cinek
e4fd7227eb Fixed a bug where the panel could get stuck closing am: b0e4f9e97e am: 157e60f7a2
am: 341d544693

* commit '341d544693c47ba9c5a60108e0ed4eabb9e2e069':
  Fixed a bug where the panel could get stuck closing
2015-11-03 01:34:31 +00:00
Jeff Sharkey
0a7a913683 Let's sprinkle some FastJNI into Parcel.
Before:

    benchmark   ns linear runtime
     ReadByte  918 ===========================
      ReadInt  877 ==========================
     ReadLong  880 ==========================
    WriteByte 1002 ==============================
     WriteInt  945 ============================
    WriteLong  957 ============================
    vm: app_process

After:

    benchmark  ns linear runtime
     ReadByte 824 ===========================
      ReadInt 780 =========================
     ReadLong 780 =========================
    WriteByte 895 =============================
     WriteInt 907 ==============================
    WriteLong 851 ============================
    vm: app_process

Change-Id: I746fe8ea3607e29d86007bd144339c84b063c360
2015-11-02 17:34:30 -08:00
Chris Craik
8d2cf943d9 Add region-tracking to OffscreenBuffers
Change-Id: I024c7219c080b9a89888517f5a89d49dfe8065ba
2015-11-02 17:34:06 -08:00
Selim Cinek
341d544693 Fixed a bug where the panel could get stuck closing am: b0e4f9e97e
am: 157e60f7a2

* commit '157e60f7a2ec40bdbb3bde0ea41f1c92bef93a1e':
  Fixed a bug where the panel could get stuck closing
2015-11-03 01:29:27 +00:00
Selim Cinek
157e60f7a2 Fixed a bug where the panel could get stuck closing
am: b0e4f9e97e

* commit 'b0e4f9e97e272783f08b2245219239aaa667073d':
  Fixed a bug where the panel could get stuck closing
2015-11-03 01:21:43 +00:00
Yury Khmel
0c5a924e6d Merge "Distinguish Andromeda and Android for SurfaceComposition test." 2015-11-03 01:19:22 +00:00
Adam Lesinski
2ae4a877d1 AAPT2: Add Manifest fixing/validation
Change-Id: I7f6d8b74d1c590adc356b4da55cb6cb777cdf1da
2015-11-02 16:56:34 -08:00
Winson
6b05f8030e Fixing build breakage.
Change-Id: Idf8759c7bc88af534103731eef535fc310bed7e5
2015-11-03 00:43:15 +00:00
Todd Kennedy
671b8721b0 Merge "Implement shell commands for package and user services" 2015-11-03 00:20:55 +00:00
Todd Kennedy
60459abb21 Implement shell commands for package and user services
Only implement the 'list' package service command. More will follow
in future CLs.

Change-Id: Iae225cd4ee63c7d468a4fd882d8cb4b6b76ccc09
2015-11-02 16:19:50 -08:00
Dianne Hackborn
fcc95a6d2c Fix issue #25357209: Could not send SMS or MMS messages, had to reboot
I think what probably happened is that since we only report an app
going in to the "interaction" state as an interaction event to usage
stats, apps that sit around in that state forever will only see one
interaction at the start and never again.  So usage stats could start
thinking they are idle.

Fix this by having the activity manager report an interaction event
for such long running applications at least once a day.

Also, because it is correct and for paranoia by protected us another
way, system uids should never go in to standby.

Change-Id: I8a3805bfca86cbe78560488a649ecd07427da99a
2015-11-02 16:15:35 -08:00
Mikhail Naganov
e22ceefdbf Merge "Small update to WebResourceRequest.isRedirect" 2015-11-03 00:11:03 +00:00
Jason Monk
3525141450 Merge "Always show tiles in the new QS" 2015-11-02 23:51:02 +00:00
Jason Monk
de05a18005 Always show tiles in the new QS
Change-Id: I536d19206fd03194b76b01a0f159f0a241d19c8b
2015-11-02 18:48:38 -05:00
Sanket Padawe
f149dcb36e Fix a crash while printing ICCID because of alphabets in UICC.
Bug: 25401769
Change-Id: Ieda058817b8d3cb4b1696fd9932bd0f10da55573
2015-11-02 15:45:18 -08:00
Mikhail Naganov
9daceaf609 Small update to WebResourceRequest.isRedirect
Specify that 'isRedirect' is only true for server-side redirects.

Bug: 22346196
Change-Id: I9a8c31476c796265f554327dfff46778c5f84399
2015-11-02 15:38:29 -08:00
Glenn Kasten
9418dca1dc Merge "MidiManager: fix double BTLE callback" am: bbf34d0bd1
am: 58f41c3b76

* commit '58f41c3b76b7b32c430d5dde799aeddc5034d88c':
  MidiManager: fix double BTLE callback
2015-11-02 23:10:11 +00:00
Glenn Kasten
1ec066b927 Merge "MidiService: update listener with current status when registered" am: d4e9b9e4ac
am: 350dc16475

* commit '350dc16475c6d64d2837ed19fa736fcdd423f61a':
  MidiService: update listener with current status when registered
2015-11-02 23:08:35 +00:00
Glenn Kasten
613c63c742 Merge "BluetoothMidiDevice: change write type to support JamStik"
am: 6079b990f1

* commit '6079b990f1461011a9dedb47cc65db1ce062e199':
  BluetoothMidiDevice: change write type to support JamStik
2015-11-02 23:06:04 +00:00
Glenn Kasten
bd32753700 Merge "BLE-MIDI: change binding for BluetoothMidiService"
am: 5831944a6e

* commit '5831944a6e99eff746e70d6ee9532ec3e3f32918':
  BLE-MIDI: change binding for BluetoothMidiService
2015-11-02 23:04:42 +00:00
Glenn Kasten
d8a8500429 Merge "MidiBluetoothService: add new device to HashMap"
am: 9b07ba4bc3

* commit '9b07ba4bc33319d6db8de173a24eb13b2d7f0b50':
  MidiBluetoothService: add new device to HashMap
2015-11-02 23:03:18 +00:00
Glenn Kasten
58f41c3b76 Merge "MidiManager: fix double BTLE callback"
am: bbf34d0bd1

* commit 'bbf34d0bd1bc4f85c9af614291925f5da1fa0459':
  MidiManager: fix double BTLE callback
2015-11-02 23:01:49 +00:00
Glenn Kasten
350dc16475 Merge "MidiService: update listener with current status when registered"
am: d4e9b9e4ac

* commit 'd4e9b9e4ac4196d37b0a5e59867f5a51018f4087':
  MidiService: update listener with current status when registered
2015-11-02 23:00:15 +00:00
Glenn Kasten
6079b990f1 Merge "BluetoothMidiDevice: change write type to support JamStik" 2015-11-02 22:51:29 +00:00
Glenn Kasten
5831944a6e Merge "BLE-MIDI: change binding for BluetoothMidiService" 2015-11-02 22:51:18 +00:00
Glenn Kasten
9b07ba4bc3 Merge "MidiBluetoothService: add new device to HashMap" 2015-11-02 22:51:12 +00:00
Glenn Kasten
bbf34d0bd1 Merge "MidiManager: fix double BTLE callback" 2015-11-02 22:51:02 +00:00
Glenn Kasten
d4e9b9e4ac Merge "MidiService: update listener with current status when registered" 2015-11-02 22:50:50 +00:00
Winson
4727ab9322 Adding recents experiment override.
Bug: 25374687
Change-Id: I1e28c5c51aff2787fbbed6e9f39ac1f05e3274d1
2015-11-02 22:36:35 +00:00