Pablo Ceballos
3aa8ede9e1
Merge "Implement single buffer mode using setMaxBufferCount"
2015-09-16 20:20:00 +00:00
Wale Ogunwale
32cacc3ad3
Merge "Increased window resize handle to 30dp."
2015-09-16 19:50:13 +00:00
Alan Viverette
8de78eba5d
Merge "Ensure AM/PM buttons are at least 48x48dp"
2015-09-16 19:34:22 +00:00
Wale Ogunwale
231b06e7d3
Increased window resize handle to 30dp.
...
It was very hard to hit the drag target with 10dp.
Also, centralized dip to pixel conversion with window manager.
Change-Id: Idc8a90dd55113aa731eaaa8b04af6b74a1176546
2015-09-16 12:32:51 -07:00
Abodunrinwa Toki
ff5d138c33
Merge "TextViewActions for Espresso-testing TextView."
2015-09-16 18:52:42 +00:00
Jim Kaye
f8d1e21e16
Eliminate false error messages when removing all fingerprints
...
When removing "all" fingerprints, the request is for ID 0, but
the responses are for the actual IDs being removed. When the
requested ID is 0, don't complain if the response ID doesn't match.
Change-Id: I1c8b5b567ea6164c9e0ce6d436ca3b7a6ba22825
2015-09-16 18:25:54 +00:00
Alan Viverette
f86bbd04b9
Ensure AM/PM buttons are at least 48x48dp
...
Also cleans up imports.
Bug: 24057304
Change-Id: I95e8e7c49247bcf51aabcb656d76c0bfa0f0865c
2015-09-16 14:19:21 -04:00
Xiaohui Chen
eecb98197c
Refactor UserHandle.java
...
Remove the "final" keyword on methods, since the class is already
"final".
Change-Id: Ided5813d8a5417c492fd2bf73f9d8018140e5594
2015-09-16 18:07:19 +00:00
Rob Carr
3acde12254
Merge "Correct ActivityInfo constructors."
2015-09-16 17:51:21 +00:00
Chris Tate
ceca822966
am 9bf4d765: am e46bf3f7: am ee16be69: am 3290f5dd: Merge "Do not back up/restore the "pulse LED for notifications" setting" into mnc-dr-dev
...
* commit '9bf4d76579152fce4c045c78347a164d1b7305cd':
Do not back up/restore the "pulse LED for notifications" setting
2015-09-16 17:47:01 +00:00
Chris Tate
9bf4d76579
am e46bf3f7: am ee16be69: am 3290f5dd: Merge "Do not back up/restore the "pulse LED for notifications" setting" into mnc-dr-dev
...
* commit 'e46bf3f7f25610a8839542af44eecbaf961892f6':
Do not back up/restore the "pulse LED for notifications" setting
2015-09-16 17:25:06 +00:00
Chris Tate
e46bf3f7f2
am ee16be69: am 3290f5dd: Merge "Do not back up/restore the "pulse LED for notifications" setting" into mnc-dr-dev
...
* commit 'ee16be69f1c3b3a9d6cdcb8bde70be3f7a0dbb65':
Do not back up/restore the "pulse LED for notifications" setting
2015-09-16 17:19:34 +00:00
Chris Tate
ee16be69f1
am 3290f5dd: Merge "Do not back up/restore the "pulse LED for notifications" setting" into mnc-dr-dev
...
* commit '3290f5dd067557727f166ff7a51ad2b5209622f6':
Do not back up/restore the "pulse LED for notifications" setting
2015-09-16 17:11:19 +00:00
Chris Tate
3290f5dd06
Merge "Do not back up/restore the "pulse LED for notifications" setting" into mnc-dr-dev
2015-09-16 17:05:07 +00:00
Xiaohui Chen
a6d602dff5
Merge "Cleanup USER_OWNER in various services"
2015-09-16 16:57:48 +00:00
Xiaohui Chen
7c69636c9a
Cleanup USER_OWNER in various services
...
Bug: 19913735
Change-Id: I980370bab18e1b9ccf4043eed2b9fd721a940f72
2015-09-16 09:56:14 -07:00
Doris Liu
29a526695a
Merge "Fix Spinner not restoring selection when set to GONE"
2015-09-16 16:45:12 +00:00
Andres Morales
3dee67f35c
am 3b715ce8: am 8d9ba684: am 5b78fda9: am 38e6e4ef: Merge "reset lockout deadline on device reboot" into mnc-dr-dev
...
* commit '3b715ce887d01845b3da7d8c1212dae60da231a5':
reset lockout deadline on device reboot
2015-09-16 16:33:59 +00:00
Andres Morales
3b715ce887
am 8d9ba684: am 5b78fda9: am 38e6e4ef: Merge "reset lockout deadline on device reboot" into mnc-dr-dev
...
* commit '8d9ba684982cb2e1d2d86e77484bc8772c8ff328':
reset lockout deadline on device reboot
2015-09-16 16:27:09 +00:00
Andres Morales
8d9ba68498
am 5b78fda9: am 38e6e4ef: Merge "reset lockout deadline on device reboot" into mnc-dr-dev
...
* commit '5b78fda91e33b4fc8de5f0a8ab894941202c42cb':
reset lockout deadline on device reboot
2015-09-16 16:18:25 +00:00
Andres Morales
5b78fda91e
am 38e6e4ef: Merge "reset lockout deadline on device reboot" into mnc-dr-dev
...
* commit '38e6e4ef98ea1f116902725c282df9fb061a224e':
reset lockout deadline on device reboot
2015-09-16 16:12:03 +00:00
Andres Morales
38e6e4ef98
Merge "reset lockout deadline on device reboot" into mnc-dr-dev
2015-09-16 16:04:56 +00:00
Filip Gruszczynski
3c73070aae
Merge "Fix leaking the first activity while preserving windows."
2015-09-16 15:38:49 +00:00
Abodunrinwa Toki
90cdfe0514
TextViewActions for Espresso-testing TextView.
...
The plan is to add common TextView actions here so they can be used
in tests.
The locateTextAtIndex method is probably not the most efficient way
to locate a particular spot in the TextView but it works well enough
and doesn't use any private/hidden APIs. This might make it easy to
port this test as CTS.
Ideas on alternative implementations for this method are welcome.
Bug: 24102650
Change-Id: Ifb07cc86c58bd5833c37919fa9294a2374dba2a0
2015-09-16 15:58:55 +01:00
Zach Jang
52b290f73f
am f69c37dd: (-s ours) am ea196888: am e1ab0999: am 2b564bf4: am 716c6269: am 63348ae4: (-s ours) am 11317e82: am 32a420ea: Merge "Revert "Revert "[DO NOT MERGE] Bump up the timeout for uncrypt to 900s.""" into lmp-mr1-dev
...
* commit 'f69c37dd3433b6a32d5bf703a6ad98b0c3a853fc':
Revert "Revert "[DO NOT MERGE] Bump up the timeout for uncrypt to 900s.""
2015-09-16 03:04:29 +00:00
Zach Jang
e268c1fff1
am 592e8744: (-s ours) am d00737fc: am eee9c2de: am 0098cbc0: am 971ff47c: am 1b06455e: (-s ours) am 00db0826: am 203b4354: Merge "Revert "[DO NOT MERGE] Bump up the timeout for uncrypt to 900s."" into lmp-mr1-dev
...
* commit '592e874428920b5cc505952b988ae6fa6e977592':
Revert "[DO NOT MERGE] Bump up the timeout for uncrypt to 900s."
2015-09-16 03:04:22 +00:00
Zach Jang
f69c37dd34
am ea196888: am e1ab0999: am 2b564bf4: am 716c6269: am 63348ae4: (-s ours) am 11317e82: am 32a420ea: Merge "Revert "Revert "[DO NOT MERGE] Bump up the timeout for uncrypt to 900s.""" into lmp-mr1-dev
...
* commit 'ea196888a0a1a9c0e67aa809676a12a7d0cb955e':
Revert "Revert "[DO NOT MERGE] Bump up the timeout for uncrypt to 900s.""
2015-09-16 02:45:37 +00:00
Zach Jang
592e874428
am d00737fc: am eee9c2de: am 0098cbc0: am 971ff47c: am 1b06455e: (-s ours) am 00db0826: am 203b4354: Merge "Revert "[DO NOT MERGE] Bump up the timeout for uncrypt to 900s."" into lmp-mr1-dev
...
* commit 'd00737fc72037d5af035108ef532edbc770c5039':
Revert "[DO NOT MERGE] Bump up the timeout for uncrypt to 900s."
2015-09-16 02:45:31 +00:00
Zach Jang
ea196888a0
am e1ab0999: am 2b564bf4: am 716c6269: am 63348ae4: (-s ours) am 11317e82: am 32a420ea: Merge "Revert "Revert "[DO NOT MERGE] Bump up the timeout for uncrypt to 900s.""" into lmp-mr1-dev
...
* commit 'e1ab0999cdcb719480200ea6be71a60f58ce90f4':
Revert "Revert "[DO NOT MERGE] Bump up the timeout for uncrypt to 900s.""
2015-09-16 02:32:04 +00:00
Zach Jang
d00737fc72
am eee9c2de: am 0098cbc0: am 971ff47c: am 1b06455e: (-s ours) am 00db0826: am 203b4354: Merge "Revert "[DO NOT MERGE] Bump up the timeout for uncrypt to 900s."" into lmp-mr1-dev
...
* commit 'eee9c2de434f89764b66dbe9dc7c8169971e5228':
Revert "[DO NOT MERGE] Bump up the timeout for uncrypt to 900s."
2015-09-16 02:31:58 +00:00
Zach Jang
e1ab0999cd
am 2b564bf4: am 716c6269: am 63348ae4: (-s ours) am 11317e82: am 32a420ea: Merge "Revert "Revert "[DO NOT MERGE] Bump up the timeout for uncrypt to 900s.""" into lmp-mr1-dev
...
* commit '2b564bf42a68370dc4d32acbb597cfb7c45f9f4f':
Revert "Revert "[DO NOT MERGE] Bump up the timeout for uncrypt to 900s.""
2015-09-16 02:25:32 +00:00
Zach Jang
eee9c2de43
am 0098cbc0: am 971ff47c: am 1b06455e: (-s ours) am 00db0826: am 203b4354: Merge "Revert "[DO NOT MERGE] Bump up the timeout for uncrypt to 900s."" into lmp-mr1-dev
...
* commit '0098cbc011771d5ffdf93a3a4b7e6a0507e1725d':
Revert "[DO NOT MERGE] Bump up the timeout for uncrypt to 900s."
2015-09-16 02:25:28 +00:00
Zach Jang
2b564bf42a
am 716c6269: am 63348ae4: (-s ours) am 11317e82: am 32a420ea: Merge "Revert "Revert "[DO NOT MERGE] Bump up the timeout for uncrypt to 900s.""" into lmp-mr1-dev
...
* commit '716c6269674474867dc4720f86f739c639c83400':
Revert "Revert "[DO NOT MERGE] Bump up the timeout for uncrypt to 900s.""
2015-09-16 02:16:04 +00:00
Zach Jang
0098cbc011
am 971ff47c: am 1b06455e: (-s ours) am 00db0826: am 203b4354: Merge "Revert "[DO NOT MERGE] Bump up the timeout for uncrypt to 900s."" into lmp-mr1-dev
...
* commit '971ff47c75889a2fc4ac710fbe62ba819feeaba6':
Revert "[DO NOT MERGE] Bump up the timeout for uncrypt to 900s."
2015-09-16 02:16:00 +00:00
Zach Jang
716c626967
am 63348ae4: (-s ours) am 11317e82: am 32a420ea: Merge "Revert "Revert "[DO NOT MERGE] Bump up the timeout for uncrypt to 900s.""" into lmp-mr1-dev
...
* commit '63348ae4572cd9394e79fe343d2fca2b38498d1c':
Revert "Revert "[DO NOT MERGE] Bump up the timeout for uncrypt to 900s.""
2015-09-16 02:06:31 +00:00
Zach Jang
971ff47c75
am 1b06455e: (-s ours) am 00db0826: am 203b4354: Merge "Revert "[DO NOT MERGE] Bump up the timeout for uncrypt to 900s."" into lmp-mr1-dev
...
* commit '1b06455e44395489dcd027a170e68eabf2ebe1da':
Revert "[DO NOT MERGE] Bump up the timeout for uncrypt to 900s."
2015-09-16 02:06:26 +00:00
Zach Jang
63348ae457
am 11317e82: am 32a420ea: Merge "Revert "Revert "[DO NOT MERGE] Bump up the timeout for uncrypt to 900s.""" into lmp-mr1-dev
...
* commit '11317e82cf561597bbd4e2dbf5840854e6b7a16d':
Revert "Revert "[DO NOT MERGE] Bump up the timeout for uncrypt to 900s.""
2015-09-16 01:56:57 +00:00
Zach Jang
1b06455e44
am 00db0826: am 203b4354: Merge "Revert "[DO NOT MERGE] Bump up the timeout for uncrypt to 900s."" into lmp-mr1-dev
...
* commit '00db0826561b23a54db28ed5203fd7eff79c16c7':
Revert "[DO NOT MERGE] Bump up the timeout for uncrypt to 900s."
2015-09-16 01:56:52 +00:00
Zach Jang
11317e82cf
am 32a420ea: Merge "Revert "Revert "[DO NOT MERGE] Bump up the timeout for uncrypt to 900s.""" into lmp-mr1-dev
...
* commit '32a420ea36fbae07484f6fcf718ed97865ca3158':
Revert "Revert "[DO NOT MERGE] Bump up the timeout for uncrypt to 900s.""
2015-09-16 01:44:58 +00:00
Zach Jang
00db082656
am 203b4354: Merge "Revert "[DO NOT MERGE] Bump up the timeout for uncrypt to 900s."" into lmp-mr1-dev
...
* commit '203b43547da94c9fb78931680b99f9db49fc46c9':
Revert "[DO NOT MERGE] Bump up the timeout for uncrypt to 900s."
2015-09-16 01:44:53 +00:00
Zach Jang
32a420ea36
Merge "Revert "Revert "[DO NOT MERGE] Bump up the timeout for uncrypt to 900s.""" into lmp-mr1-dev
2015-09-16 01:40:18 +00:00
Zach Jang
3ee9945be3
Revert "Revert "[DO NOT MERGE] Bump up the timeout for uncrypt to 900s.""
...
This reverts commit 3b49affdb3e18bbe48fc7ab00ccbe2c073b7e35e.
Change-Id: I8639fc6865081f6b1a5773b884f8298cce0d3e7d
2015-09-16 01:38:41 +00:00
Zach Jang
203b43547d
Merge "Revert "[DO NOT MERGE] Bump up the timeout for uncrypt to 900s."" into lmp-mr1-dev
2015-09-16 01:37:36 +00:00
Filip Gruszczynski
640a3909a3
Fix leaking the first activity while preserving windows.
...
Preserving decor view across activity relaunches would leak the first
activity, because the decor view would hold onto into in the form of the
context. This CL fixes that by having DecorView and NonClientDecorView
use application context instead.
Another source of a leak is DecorView being inner, non static class.
This would keep the orignal, first PhoneWindow around, which in turn
holds a reference to the activity. DecorView is now static and has
explicit reference to the PhoneWindow.
Change-Id: I3df58755d65d3d36ea2157908b0000b2d5c4ab70
2015-09-15 18:28:03 -07:00
Lorenzo Colitti
63165f24f0
am ff6f0769: am 5bc891c8: am 774adb03: am 7198c0aa: Merge "Framework fixes for RSSI offload." into mnc-dr-dev
...
* commit 'ff6f0769790d85b352d72e10e12ec51fba5892dc':
Framework fixes for RSSI offload.
2015-09-16 01:24:12 +00:00
Lorenzo Colitti
ff6f076979
am 5bc891c8: am 774adb03: am 7198c0aa: Merge "Framework fixes for RSSI offload." into mnc-dr-dev
...
* commit '5bc891c8a8e81b8264b06794abc346e5da733c2b':
Framework fixes for RSSI offload.
2015-09-16 01:18:16 +00:00
Lorenzo Colitti
5bc891c8a8
am 774adb03: am 7198c0aa: Merge "Framework fixes for RSSI offload." into mnc-dr-dev
...
* commit '774adb03a30e0203bf2f4da29907d463799c33c3':
Framework fixes for RSSI offload.
2015-09-16 01:12:20 +00:00
Lorenzo Colitti
774adb03a3
am 7198c0aa: Merge "Framework fixes for RSSI offload." into mnc-dr-dev
...
* commit '7198c0aa4ccbeaecf2606006d3a6ace684f805fe':
Framework fixes for RSSI offload.
2015-09-16 01:01:05 +00:00
Lorenzo Colitti
7198c0aa4c
Merge "Framework fixes for RSSI offload." into mnc-dr-dev
2015-09-16 00:54:57 +00:00
Stephen Hines
d063fd61bb
am 3aa6c586: am a13980ce: am ce6b9db4: Merge "Update docs for RS object API fixes."
...
* commit '3aa6c58661029d57ac7c043cbc5d4d2b457aa701':
Update docs for RS object API fixes.
2015-09-15 23:41:21 +00:00