Dianne Hackborn
54d729b73f
Merge "Fix issue #21572679 : API Review: ActivityOptions, usage time report" into mnc-dev
2015-06-08 19:46:24 +00:00
Nathan Harold
fde06fd323
Fix a typo in the docstring of getAllCellInfo()
...
Change-Id: I5ac23e708926a1ca649ace3890af417c9607e0e9
2015-06-08 12:38:40 -07:00
Mike Lockwood
383ce580b1
Merge "MidiManager: proxy all requests to open devices through MidiService" into mnc-dev
2015-06-08 19:37:36 +00:00
John Spurlock
a1c7ffe755
Zen QS: Use explicit content descriptions for zen buttons.
...
Bug: 21661136
Change-Id: I3a6f7d6deb29584e707c1deb771e3db660007529
2015-06-08 15:34:05 -04:00
Makoto Onuki
e4bd7c9832
Improve string comment.
...
Bug 21685729
Change-Id: If6c79730778f399ed0dbf500ef62df3150fbaea6
2015-06-08 12:11:01 -07:00
Jorim Jaggi
0e0942d55d
Hide top and bottom bar while dozing
...
Bug: 18903923
Change-Id: I7b222f9dd168101084f3ee4cbbe6f9495818eab4
2015-06-08 18:43:26 +00:00
Chris Craik
bf72eb80d9
Add projection info to RenderNode dumps
...
bug:21502154
Also fixes several issues around DISPLAY_LIST_DEBUG
Change-Id: I726f5bc071f8c037ffe1b224175fe5c1e2b1c5bd
2015-06-08 11:39:02 -07:00
dcashman
b576646853
Merge "Add SYSTEM_DIR check to upgrade-key-set verification." into mnc-dev
2015-06-08 18:20:47 +00:00
Alex Klyubin
266894644a
Merge "Remove deprecated android.security.KeyStore methods." into mnc-dev
2015-06-08 18:11:21 +00:00
Alex Klyubin
2c500236f4
Merge "RSA encrypt with private key in Android Keystore." into mnc-dev
2015-06-08 18:10:09 +00:00
John Reck
5b688e848c
Merge "Disable -Werror on Clang" into mnc-dev
2015-06-08 18:08:33 +00:00
John Reck
3bd053f978
Merge "Fix clang warnings" into mnc-dev
2015-06-08 18:08:19 +00:00
Lajos Molnar
d8578577b0
media: hook up OnFrameRenderedListener events to framework events
...
Bug: 20503131
Change-Id: Ife6d4862d14daf5b9659307af57417bd3532e8fe
2015-06-08 11:06:53 -07:00
John Reck
0f43c3998c
Fix clang warnings
...
Bug: 21695880
Change-Id: I2985a42a52ab27c546b4317ea70f94d1506c5347
2015-06-08 11:06:18 -07:00
John Reck
e6178208c2
Disable -Werror on Clang
...
Bug: 21698669
Change-Id: I90549599ed52cff028a29f56d3d8ffe80c9afab4
2015-06-08 11:01:24 -07:00
dcashman
f61ae2de25
Add SYSTEM_DIR check to upgrade-key-set verification.
...
Bug: 21697139
Change-Id: I7e6ce3d7f231e0ca5da1f501c80342a04f6c2a1e
2015-06-08 10:53:20 -07:00
Wale Ogunwale
281dffb76f
Merge "Include launched packageName in systrace." into mnc-dev
2015-06-08 17:45:04 +00:00
Adam Lesinski
ce1590dac9
Merge "Wait for wakeup_reasons on first init" into mnc-dev
2015-06-08 17:42:20 +00:00
Dimitry Ivanov
25bb4553f3
Merge "Revert "Print exception stacktrace on failed scanPackageLI"" into mnc-dev
2015-06-08 17:28:25 +00:00
Amit Mahajan
829c097761
Merge "Adding temporary logging to debug CTS failure (for CellLocationTest)." into mnc-dev
2015-06-08 17:27:29 +00:00
Amit Mahajan
9b5e2124d0
Merge "Changing getSimState to use slot idx instead of sub id." into mnc-dev
2015-06-08 17:26:03 +00:00
Andrew Flynn
2429e6a8d9
Merge "notifyCarrierNetworkChange:TelephonyManager->CarrierService" into mnc-dev
2015-06-08 17:25:12 +00:00
Alex Klyubin
4350babc02
Remove deprecated android.security.KeyStore methods.
...
* delKey -> delete
* getPubkey -> exportKey
* saw -> list.
Bug: 18088752
Change-Id: Ifb794f91a42646d67da1340ee16765cbaf255a49
2015-06-08 10:14:58 -07:00
Dimitry Ivanov
47fc7fe7f6
Revert "Print exception stacktrace on failed scanPackageLI"
...
This reverts commit 95b7d50ce1a1ae879bbb1b8b8262172744c28d0e.
Bug: 8076853
Change-Id: Ia19e6638a97b7b49561932752a204990e3a486d4
2015-06-08 17:12:55 +00:00
Wale Ogunwale
7fa228f4ea
Merge "Release voice wake lock at end of voice interaction session" into mnc-dev
2015-06-08 17:05:09 +00:00
James Cook
dd231d466f
Use VoiceInteractor.Prompt in VoiceInteraction test app
...
The framework API that takes a CharSequence as a prompt is now
deprecated, so update the test code to use the new API.
Bug: 21695917
Change-Id: Ic4b7afa6c547a9885a900ed092910f3c6bdd1dd4
2015-06-08 10:03:35 -07:00
Amit Mahajan
9387f1dfe3
Changing getSimState to use slot idx instead of sub id.
...
Bug: 20736251
Change-Id: I43ec6450358f833f878ed4eee993ea79d5220c65
2015-06-08 17:01:23 +00:00
Wale Ogunwale
4a922d4700
Release voice wake lock at end of voice interaction session
...
Bug: 21615776
Bug: 21615761
Change-Id: I75d568474d4df5f21ea5b616887c6187e54f69e7
2015-06-08 09:59:54 -07:00
Tim Kilbourn
72285e5600
API review: Update hasMic to hasMicrophone.
...
Also make the SearchEvent constructor available for testing.
Bug: 21572283
Bug: 21572676
Change-Id: I35cfd88b45aeb97b6ccf83aeb46b0ecc4bbc0947
2015-06-08 16:52:36 +00:00
Clara Bayarri
2ea838d539
Merge "Remove insertion action mode runnable on selection start" into mnc-dev
2015-06-08 16:51:00 +00:00
Wale Ogunwale
aac4c5c28f
Merge "Hold service lock when AMS.setProcessMemoryTrimLevel() is called" into mnc-dev
2015-06-08 16:50:22 +00:00
Tim Kilbourn
159f558a39
Merge "Pass an args bundle to launchAssistAction." into mnc-dev
2015-06-08 16:46:42 +00:00
Clara Bayarri
7184c8aaf1
Remove insertion action mode runnable on selection start
...
This was in a previous change and accidentally got reverted on a rebase.
When going from an Insertion to a Selection/Drag Mode we want to make
sure no insertion modes are started by pending requests.
Previous change with accidental rebase:
I91bcd0d9c3e68d9c736698fe0bec010b4c9f5cf3
Bug: 21647271
Change-Id: I32c152494d236b693a489ea97448904163c9620a
2015-06-08 17:46:30 +01:00
Tao Bao
81dce66313
Improve the reboot-to-recovery dialogs
...
To address the UX comments, this CL modifies the dialogs when the
device is rebooted to install an update or to perform factory data
reset.
Bug: 20949086
Change-Id: Icc1cdec7e0336ae37c17fffde7dae7ff882e5470
2015-06-08 09:45:24 -07:00
Narayan Kamath
7829c81345
Include launched packageName in systrace.
...
This makes it easier to tell which package the activity manager is
launching. The downside here is that each launch shows up in a separate
row in the systrace, but this matches up with the "Start proc:" label,
which contains the package name as well and makes it easier to inspect
both simultaneously.
bug: 21632700
Change-Id: I20ebc2f2a2cf0dc74c6d7daa4bafa381ae4c4060
2015-06-08 17:39:43 +01:00
John Spurlock
20ac61b8c0
Merge "Zen: New user flow for requesting DND access." into mnc-dev
2015-06-08 16:39:36 +00:00
George Mount
616bb3d50c
Merge "API Council changes." into mnc-dev
2015-06-08 16:36:22 +00:00
Geoff Mendal
83b4172d03
Merge "Import translations. DO NOT MERGE" into mnc-dev
2015-06-08 16:32:40 +00:00
Yorke Lee
678cd9f37c
Merge "Add telecom extra to specify handle for incoming call" into mnc-dev
2015-06-08 16:32:14 +00:00
Geoff Mendal
29d825693a
Import translations. DO NOT MERGE
...
Change-Id: I0a957f296d911b43158459c0a27e8b8cb1408a03
Auto-generated-cl: translation import
2015-06-08 09:17:26 -07:00
Wale Ogunwale
e9408f3157
Hold service lock when AMS.setProcessMemoryTrimLevel() is called
...
Bug: 21633189
Change-Id: I7203807466593ced6ec3dd328c1a03532caf3a31
2015-06-08 09:14:37 -07:00
John Spurlock
7c74f78a85
Zen: New user flow for requesting DND access.
...
- User flow is now similar to requesting access to notification
content, namely prompting the user to visit a settings page
for enabling/disabling apps access.
- New ACTION_NOTIFICATION_POLICY_ACCESS_GRANTED_CHANGED intent
for apps to listen to this state change.
- Removed obsolete request method and associated internal callback
aidl.
- Added new android.permission.ACCESS_NOTIFICATION_POLICY permission
for apps to include as a signal that they want to request this access
(and therefore appear in the list on the settings page).
- Improve javadocs, outline the user flow in NotificationManager#isNotificationPolicyAccessGranted
and link to this method elsewhere.
- NoManService now persists the user-enabled package list across reboots
and does so per-user.
- Rename public settings intent to correspond with the noman api.
Bug: 21621663
Change-Id: I72cbc21cd736e6a157b6be5d1d0ba0b4a8e7ef4e
2015-06-08 11:53:35 -04:00
Mady Mellor
e1f3214e72
Merge "Change stylus button press to context click in View - API review feedback" into mnc-dev
2015-06-08 15:11:32 +00:00
Mady Mellor
a54a8626ed
Merge "Change stylus button press to context click in GD - API review feedback" into mnc-dev
2015-06-08 15:11:10 +00:00
Chris Wren
aaf68f2163
Merge "instrument emergency call button" into mnc-dev
2015-06-08 14:38:30 +00:00
Geoff Mendal
51ddeca824
Merge "Import translations. DO NOT MERGE" into mnc-dev
2015-06-08 14:18:58 +00:00
George Mount
7c79c82b97
Merge "Don't cause requestLayout when transition changes Visibility." into mnc-dev
2015-06-08 14:18:13 +00:00
Geoff Mendal
101ba78a80
Merge "Import translations. DO NOT MERGE" into mnc-dev
2015-06-08 14:16:53 +00:00
Geoff Mendal
29d6e8d302
Merge "Import translations. DO NOT MERGE" into mnc-dev
2015-06-08 14:15:23 +00:00
Jason Monk
eb738616c9
Merge "Add demo mode to tuner" into mnc-dev
2015-06-08 14:13:52 +00:00