OSDN Git Service

android-x86/frameworks-base.git
8 years agoMerge "Synchronize access to the main looper" into nyc-dev
Diego Perez [Wed, 13 Apr 2016 08:14:55 +0000 (08:14 +0000)]
Merge "Synchronize access to the main looper" into nyc-dev

8 years agoMerge "Improve captalization in InputMethodSubtype#getDisplayName()." into nyc-dev
Yohei Yukawa [Wed, 13 Apr 2016 06:51:32 +0000 (06:51 +0000)]
Merge "Improve captalization in InputMethodSubtype#getDisplayName()." into nyc-dev

8 years agoMerge "Fix a memory leak in ConnectivityManager." into nyc-dev
Pierre Imai [Wed, 13 Apr 2016 06:37:31 +0000 (06:37 +0000)]
Merge "Fix a memory leak in ConnectivityManager." into nyc-dev

8 years agoDo not allow to select non-selectable items via mouse.
Tomasz Mikolajewski [Mon, 11 Apr 2016 04:44:01 +0000 (13:44 +0900)]
Do not allow to select non-selectable items via mouse.

Bug: 28101625
Change-Id: I9f6cd4e259f7860bbc6c74c4d24c43e2c3ba1047

8 years agoMerge "Do not crash when trying to select unselectable items with keyboard." into...
Tomasz Mikolajewski [Wed, 13 Apr 2016 06:34:02 +0000 (06:34 +0000)]
Merge "Do not crash when trying to select unselectable items with keyboard." into nyc-dev

8 years agoImprove captalization in InputMethodSubtype#getDisplayName().
Yohei Yukawa [Tue, 12 Apr 2016 05:09:57 +0000 (22:09 -0700)]
Improve captalization in InputMethodSubtype#getDisplayName().

The goal of this CL is to enable
InputMethodSubtype#getLocaleDisplayName() to return more natural locale
display name in terms of capitalization rules.

The key idea here is to use LocaleDisplayNames#localeDisplayName() with
an appropriate DisplayContext.CAPITALIZATION_FOR_* parameter rather than
relying on Locale#getDisplayName().

Bug: 22845728
Change-Id: If105082ce703db7a86738455db7e9fb37f3c6fe8

8 years agoMerge "Handle error result returned from MTP API correctly." into nyc-dev
Daichi Hirono [Wed, 13 Apr 2016 05:30:21 +0000 (05:30 +0000)]
Merge "Handle error result returned from MTP API correctly." into nyc-dev

8 years agoMerge "Delete CR LF at the same time with one backspace key." into nyc-dev
Seigo Nonaka [Wed, 13 Apr 2016 05:14:24 +0000 (05:14 +0000)]
Merge "Delete CR LF at the same time with one backspace key." into nyc-dev

8 years agoHandle error result returned from MTP API correctly.
Daichi Hirono [Wed, 13 Apr 2016 04:47:40 +0000 (13:47 +0900)]
Handle error result returned from MTP API correctly.

 * Check null result for all MTP APIs that can return null.
 * Don't regard valid parent handles that are more than 0x80000000 as
   error.
 * Check boolean result from importFile.

Change-Id: I262511ac3c935ebb54e52c03eaefd3535a3e2f29
Fix: 28155538

8 years agoMerge "Make wallpapers direct-boot aware." into nyc-dev
TreeHugger Robot [Wed, 13 Apr 2016 04:40:17 +0000 (04:40 +0000)]
Merge "Make wallpapers direct-boot aware." into nyc-dev

8 years agoMerge "TRON refinements for multi-window" into nyc-dev
TreeHugger Robot [Wed, 13 Apr 2016 04:18:30 +0000 (04:18 +0000)]
Merge "TRON refinements for multi-window" into nyc-dev

8 years agoDo not crash when trying to select unselectable items with keyboard.
Tomasz Mikolajewski [Mon, 11 Apr 2016 04:09:53 +0000 (13:09 +0900)]
Do not crash when trying to select unselectable items with keyboard.

Bug: 28103071
Change-Id: I6e9bc918433eee4b1309ccf8ea597ea774e5559e

8 years agoMerge "Remove the toolbar icon from DocumentsUI." into nyc-dev
Tomasz Mikolajewski [Wed, 13 Apr 2016 03:51:31 +0000 (03:51 +0000)]
Merge "Remove the toolbar icon from DocumentsUI." into nyc-dev

8 years agoMerge "PIP: Fix crash in Recents when restrict profile is enabled" into nyc-dev
Jaewan Kim [Wed, 13 Apr 2016 03:25:08 +0000 (03:25 +0000)]
Merge "PIP: Fix crash in Recents when restrict profile is enabled" into nyc-dev

8 years agoMake wallpapers direct-boot aware.
Jeff Sharkey [Wed, 13 Apr 2016 00:23:31 +0000 (18:23 -0600)]
Make wallpapers direct-boot aware.

If the user's wallpaper isn't direct-boot aware, wait around for
the user to be unlocked, instead of clearing the wallpaper.

Also switch a few classes to using SystemService lifecycle, since
events are dispatched faster than through broadcasts.  Fix bug where
ContentService.systemReady() was never called, and make sure
EntropyMixer doesn't risk being GC'ed.

Bug: 26280055
Change-Id: I9fff468a439b868baa68cf11bb6ee9f7d52b7b5a

8 years agoMerge "Added api to delete cache files for a given user" into nyc-dev
TreeHugger Robot [Wed, 13 Apr 2016 03:13:47 +0000 (03:13 +0000)]
Merge "Added api to delete cache files for a given user" into nyc-dev

8 years agoMerge "Added null check in appendSettingToCursor" into nyc-dev
TreeHugger Robot [Wed, 13 Apr 2016 03:10:22 +0000 (03:10 +0000)]
Merge "Added null check in appendSettingToCursor" into nyc-dev

8 years agoTRON refinements for multi-window
Jorim Jaggi [Tue, 12 Apr 2016 06:43:42 +0000 (23:43 -0700)]
TRON refinements for multi-window

Bug: 26013430
Change-Id: I89b139b4ca3e7b6a06d8b5b351d67ffac240f73f

8 years agoMerge "Removed redundant notification title." into nyc-dev
TreeHugger Robot [Wed, 13 Apr 2016 02:41:04 +0000 (02:41 +0000)]
Merge "Removed redundant notification title." into nyc-dev

8 years agoMerge "Fix calculation of content insets" into nyc-dev
Jorim Jaggi [Wed, 13 Apr 2016 02:40:40 +0000 (02:40 +0000)]
Merge "Fix calculation of content insets" into nyc-dev

8 years agoFix calculation of content insets
Jorim Jaggi [Tue, 12 Apr 2016 04:08:17 +0000 (21:08 -0700)]
Fix calculation of content insets

When calculating all the frames and insets, we need to use the actual
frame instead of layoutContainingFrame. To do this, we layout mFrame
with layoutContaining/layoutDisplayFrame, calculate all the content
frames and insets, and then offset everything by the constant offset.

Bug: 28075359
Change-Id: I78f0a54ca2a0cc6c7c8be21153c2b2c8f1d5c0a9

8 years agoMerge "No input for windows in minimized docked stack" into nyc-dev
Jorim Jaggi [Wed, 13 Apr 2016 02:31:47 +0000 (02:31 +0000)]
Merge "No input for windows in minimized docked stack" into nyc-dev

8 years agoMerge "If we want to release the lock, release instead of acquiring it." into nyc-dev
Lorenzo Colitti [Wed, 13 Apr 2016 02:30:31 +0000 (02:30 +0000)]
Merge "If we want to release the lock, release instead of acquiring it." into nyc-dev

8 years agoNo input for windows in minimized docked stack
Jorim Jaggi [Tue, 12 Apr 2016 01:27:58 +0000 (18:27 -0700)]
No input for windows in minimized docked stack

Also make them unfocusable, and don't focus the docked
stack when tapping into it in that state.

Bug: 27972642
Change-Id: Ic24ff9a5f39f596fe4a2f50567566d4400f9c125

8 years agoMerge "Add shadow for minimized dock" into nyc-dev
Jorim Jaggi [Wed, 13 Apr 2016 02:24:55 +0000 (02:24 +0000)]
Merge "Add shadow for minimized dock" into nyc-dev

8 years agoAdd shadow for minimized dock
Jorim Jaggi [Mon, 11 Apr 2016 18:39:13 +0000 (11:39 -0700)]
Add shadow for minimized dock

Bug: 27972642
Change-Id: Ic4c8145f61694ff2bb0e237da1142093c6a4d965

8 years agoMerge "Add many more emoji tests" into nyc-dev
Roozbeh Pournader [Wed, 13 Apr 2016 02:01:17 +0000 (02:01 +0000)]
Merge "Add many more emoji tests" into nyc-dev

8 years agoRemove the toolbar icon from DocumentsUI.
Tomasz Mikolajewski [Tue, 12 Apr 2016 03:56:57 +0000 (12:56 +0900)]
Remove the toolbar icon from DocumentsUI.

Bug: 27565928
Change-Id: I5181466a770e11716f173cf8cc66f62ba71ac710

8 years agoMerge "Trigger enabling of NDO when startProvisioning() is called." into nyc-dev
TreeHugger Robot [Wed, 13 Apr 2016 01:54:09 +0000 (01:54 +0000)]
Merge "Trigger enabling of NDO when startProvisioning() is called." into nyc-dev

8 years agoAdded null check in appendSettingToCursor
Suprabh Shukla [Wed, 13 Apr 2016 01:45:34 +0000 (18:45 -0700)]
Added null check in appendSettingToCursor

Added check for null setting before adding to MatrixCursor.

Bug: b/27908871
Change-Id: I0b71c3d5347cad705b8def98fda7e9e463c295e2

8 years agoMerge "If Internet probe is redirected, pass redirect destination to NetworkAgent...
Paul Jensen [Wed, 13 Apr 2016 01:33:35 +0000 (01:33 +0000)]
Merge "If Internet probe is redirected, pass redirect destination to NetworkAgent." into nyc-dev

8 years agoMerge "Fixing issue with larger clip bounds being specified than in the view." into...
Winson Chung [Wed, 13 Apr 2016 01:29:04 +0000 (01:29 +0000)]
Merge "Fixing issue with larger clip bounds being specified than in the view." into nyc-dev

8 years agoAdded api to delete cache files for a given user
Suprabh Shukla [Tue, 12 Apr 2016 22:51:35 +0000 (15:51 -0700)]
Added api to delete cache files for a given user

Added an api to delete application cache files for a specific user. This
allows settings to clear cache files for work profile apps as well.

Bug: b/25338468
Change-Id: I52d4944a7a03b6d63ad44dd6bb868aec62815eab

8 years agoMerge "Fix a regression in magnification center x,y" into nyc-dev
Svetoslav Ganov [Wed, 13 Apr 2016 01:05:46 +0000 (01:05 +0000)]
Merge "Fix a regression in magnification center x,y" into nyc-dev

8 years agoFix a regression in magnification center x,y
Svetoslav Ganov [Wed, 13 Apr 2016 01:02:47 +0000 (18:02 -0700)]
Fix a regression in magnification center x,y

bug:28133561

Change-Id: If37baa5f2ebe5840b50ca845bf81ce70cedf0412

8 years agoMerge "Fixing few TelephonyManager calls to work when there is no SIM." into nyc-dev
Shishir Agrawal [Wed, 13 Apr 2016 00:59:09 +0000 (00:59 +0000)]
Merge "Fixing few TelephonyManager calls to work when there is no SIM." into nyc-dev

8 years agoMerge "Remove category from managedservices." into nyc-dev
Julia Reynolds [Wed, 13 Apr 2016 00:57:51 +0000 (00:57 +0000)]
Merge "Remove category from managedservices." into nyc-dev

8 years agoMerge "Don't count system partition code against size." into nyc-dev
TreeHugger Robot [Wed, 13 Apr 2016 00:54:57 +0000 (00:54 +0000)]
Merge "Don't count system partition code against size." into nyc-dev

8 years agoMerge "Fix broken actions with MessagingStyle" into nyc-dev
TreeHugger Robot [Wed, 13 Apr 2016 00:54:30 +0000 (00:54 +0000)]
Merge "Fix broken actions with MessagingStyle" into nyc-dev

8 years agoMerge "TIF: Unhide TvInputInfo.getExtra() and TvInputInfo.Builder.setExtra()" into...
Dongwon Kang [Wed, 13 Apr 2016 00:36:33 +0000 (00:36 +0000)]
Merge "TIF: Unhide TvInputInfo.getExtra() and TvInputInfo.Builder.setExtra()" into nyc-dev

8 years agoRemoved redundant notification title.
Felipe Leme [Wed, 13 Apr 2016 00:28:06 +0000 (17:28 -0700)]
Removed redundant notification title.

When a bugreport is finished with a pending notification, it already
display a subtext explaining the situation - not only the extra title is
redundant, but it's too large.

BUG: 27583025
Change-Id: I8d8171faf7b8b86b34f6d860555839918be10550

8 years agoMerge "Rename AudioRecord.getTimestamp parameter from timestamp to outTimestamp"...
Andy Hung [Wed, 13 Apr 2016 00:26:43 +0000 (00:26 +0000)]
Merge "Rename AudioRecord.getTimestamp parameter from timestamp to outTimestamp" into nyc-dev

8 years agoMerge "Set label for links to resolver activities." into nyc-dev
TreeHugger Robot [Wed, 13 Apr 2016 00:12:38 +0000 (00:12 +0000)]
Merge "Set label for links to resolver activities." into nyc-dev

8 years agoMerge "Camera/Surface: Update OutputConfiguration API" into nyc-dev
Eino-Ville Talvala [Wed, 13 Apr 2016 00:08:07 +0000 (00:08 +0000)]
Merge "Camera/Surface: Update OutputConfiguration API" into nyc-dev

8 years agoTIF: Unhide TvInputInfo.getExtra() and TvInputInfo.Builder.setExtra()
Dongwon Kang [Mon, 11 Apr 2016 15:27:24 +0000 (08:27 -0700)]
TIF: Unhide TvInputInfo.getExtra() and TvInputInfo.Builder.setExtra()

Bug: 28078300
Change-Id: I0546c80b50475b1f05d5c5229f6d3796c7372b60

8 years agoMerge "Moved ERI configuration files from resoures to Carrier Config." into nyc-dev
Jack Yu [Tue, 12 Apr 2016 23:43:19 +0000 (23:43 +0000)]
Merge "Moved ERI configuration files from resoures to Carrier Config." into nyc-dev

8 years agoFixing issue with larger clip bounds being specified than in the view.
Winson [Tue, 12 Apr 2016 23:26:27 +0000 (16:26 -0700)]
Fixing issue with larger clip bounds being specified than in the view.

Bug: 28145358
Change-Id: Ic3e1042ace6bde9bfe0c647e038d484fd4a05d9b

8 years agoMerge "Cache Typeface.createFromAsset objects." into nyc-dev
Siyamed Sinir [Tue, 12 Apr 2016 23:38:21 +0000 (23:38 +0000)]
Merge "Cache Typeface.createFromAsset objects." into nyc-dev

8 years agoMerge "Fix broken javadoc." into nyc-dev
Jeff Sharkey [Tue, 12 Apr 2016 23:37:36 +0000 (23:37 +0000)]
Merge "Fix broken javadoc." into nyc-dev

8 years agoMerge "Destroy Type created by Allocation.createSized()" into nyc-dev
Yang Ni [Tue, 12 Apr 2016 23:37:00 +0000 (23:37 +0000)]
Merge "Destroy Type created by Allocation.createSized()" into nyc-dev

8 years agoMerge "Removed all the references to deprecated class" into nyc-dev
Lifu Tang [Tue, 12 Apr 2016 23:07:57 +0000 (23:07 +0000)]
Merge "Removed all the references to deprecated class" into nyc-dev

8 years agoMerge "Daeal with null cursors more leniently." into nyc-dev
Steve McKay [Tue, 12 Apr 2016 23:05:24 +0000 (23:05 +0000)]
Merge "Daeal with null cursors more leniently." into nyc-dev

8 years agoSet label for links to resolver activities.
Philip P. Moltmann [Tue, 12 Apr 2016 22:11:23 +0000 (15:11 -0700)]
Set label for links to resolver activities.

Also: Add specific labels for capture-image-intent.

Fixes: 20134921
Change-Id: I3678def1089512a8340f19110645a03379c26cee

8 years agoMerge "Have Recents focus second task when launched, if 2 or more tasks are available...
Sid Soundararajan [Tue, 12 Apr 2016 22:43:47 +0000 (22:43 +0000)]
Merge "Have Recents focus second task when launched, if 2 or more tasks are available" into nyc-dev

8 years agoMerge "ShortcutManager: Address API review feedback." into nyc-dev
Makoto Onuki [Tue, 12 Apr 2016 22:34:14 +0000 (22:34 +0000)]
Merge "ShortcutManager: Address API review feedback." into nyc-dev

8 years agoDon't count system partition code against size.
Jeff Sharkey [Tue, 12 Apr 2016 22:28:54 +0000 (16:28 -0600)]
Don't count system partition code against size.

Bug: 28136734
Change-Id: I2b843b13c493bbf78c2ad9dd7d75faa302e3a11b

8 years agoDestroy Type created by Allocation.createSized()
Yang Ni [Thu, 7 Apr 2016 18:17:59 +0000 (11:17 -0700)]
Destroy Type created by Allocation.createSized()

Bug: 27972184
Change-Id: I4f80c74079087eab20b75a701c56cde141322462
(cherry picked from commit 3444dbe025ad78cae9fd77a4d2203a1a806ae1af)

8 years agoMerge "Keep read/write external storage as built-in permissions" into nyc-dev
Svetoslav Ganov [Tue, 12 Apr 2016 22:11:18 +0000 (22:11 +0000)]
Merge "Keep read/write external storage as built-in permissions" into nyc-dev

8 years agoMerge "Fix reset() to zero slowFrameCounts" into nyc-dev
John Reck [Tue, 12 Apr 2016 22:03:30 +0000 (22:03 +0000)]
Merge "Fix reset() to zero slowFrameCounts" into nyc-dev

8 years agoRename AudioRecord.getTimestamp parameter from timestamp to outTimestamp
Andy Hung [Tue, 12 Apr 2016 00:54:30 +0000 (17:54 -0700)]
Rename AudioRecord.getTimestamp parameter from timestamp to outTimestamp

Bug: 27952053
Change-Id: I2940de5ef1a67ec9a2ad8e294149243679f7324a

8 years agoFix broken actions with MessagingStyle
Adrian Roos [Tue, 12 Apr 2016 21:57:28 +0000 (14:57 -0700)]
Fix broken actions with MessagingStyle

Bug: 27250207
Change-Id: I073bb0ef055423a6c152af0e98fe846b15511d11

8 years agoCamera/Surface: Update OutputConfiguration API
Eino-Ville Talvala [Mon, 11 Apr 2016 19:49:17 +0000 (12:49 -0700)]
Camera/Surface: Update OutputConfiguration API

- Rename "surface set ID" to "surface group ID"
- Remove setSurfaceSetId
- Use constructor overloads to set surface group ID, make
  OutputConfiguration immutable
- Add Surface.getConsumerDescriptor to make it possible to verify
  if two Surfaces have the same backing consumer
- Cache initial surface generation ID in OutputConfiguration so that
  changes in a Surface's internals will label it is as a
  new output
- Add sample use case for surface group IDs

Bug: 27950763
Bug: 28076469
Change-Id: I13251d1dd3d26a978ffbedc519966524e93bc61c

8 years agoMerge "Add some tests for procstats, and fix some bugs that the tests uncovered....
TreeHugger Robot [Tue, 12 Apr 2016 21:38:08 +0000 (21:38 +0000)]
Merge "Add some tests for procstats, and fix some bugs that the tests uncovered." into nyc-dev

8 years agoMerge "Add implemention for isSameTrustConfiguration" into nyc-dev
TreeHugger Robot [Tue, 12 Apr 2016 21:28:51 +0000 (21:28 +0000)]
Merge "Add implemention for isSameTrustConfiguration" into nyc-dev

8 years agoFix broken javadoc.
Jeff Sharkey [Tue, 12 Apr 2016 21:19:10 +0000 (15:19 -0600)]
Fix broken javadoc.

Change-Id: I9f2050fd6040234bb1d759ab346f79fc41247aa9

8 years agoMerge "Include current selection mode in TimePicker event text" into nyc-dev
Alan Viverette [Tue, 12 Apr 2016 21:18:14 +0000 (21:18 +0000)]
Merge "Include current selection mode in TimePicker event text" into nyc-dev

8 years agoFrameworks/base: Add no-thread marking to zygote
Andreas Gampe [Mon, 11 Apr 2016 15:39:52 +0000 (08:39 -0700)]
Frameworks/base: Add no-thread marking to zygote

Use ZygoteHooks code to mark zygote initialization to not be
allowed to create threads. This is helpful when new classes are
found to be used by apps but cannot be preloaded as they spawn
threads.

Bug: 27248115
Change-Id: I1dc3620d9e7d0054c672b993d89459fc4b353dfc

8 years agoMerge "Frameworks/base: Update preloaded-classes" into nyc-dev
Andreas Gampe [Tue, 12 Apr 2016 21:02:30 +0000 (21:02 +0000)]
Merge "Frameworks/base: Update preloaded-classes" into nyc-dev

8 years agoRemoved all the references to deprecated class
Lifu Tang [Tue, 12 Apr 2016 21:00:14 +0000 (14:00 -0700)]
Removed all the references to deprecated class

Bug: 28144767
Change-Id: If14752a81f6662fb33aacc04d54bfee249221d74

8 years agoMerge "Changing LauncherApps to resolve activity by component name" into nyc-dev
Sunny Goyal [Tue, 12 Apr 2016 20:55:31 +0000 (20:55 +0000)]
Merge "Changing LauncherApps to resolve activity by component name" into nyc-dev

8 years agoMerge "Fix issue with All Tasks Dismissed" into nyc-dev
Sid Soundararajan [Tue, 12 Apr 2016 20:46:14 +0000 (20:46 +0000)]
Merge "Fix issue with All Tasks Dismissed" into nyc-dev

8 years agoMerge "Make getStorageVolume(File file) public." into nyc-dev
Felipe Leme [Tue, 12 Apr 2016 20:44:05 +0000 (20:44 +0000)]
Merge "Make getStorageVolume(File file) public." into nyc-dev

8 years agoAdd some tests for procstats, and fix some bugs that the tests uncovered.
Joe Onorato [Thu, 7 Apr 2016 23:59:59 +0000 (16:59 -0700)]
Add some tests for procstats, and fix some bugs that the tests uncovered.

Bug: 27045736
Change-Id: Ia910730c5a3a899c89aa63dd7ab48be62cf9cfef

8 years agoMerge "Notification MessagingStyle: Add handset views" into nyc-dev
TreeHugger Robot [Tue, 12 Apr 2016 20:12:40 +0000 (20:12 +0000)]
Merge "Notification MessagingStyle: Add handset views" into nyc-dev

8 years agoMerge "Hide QS header when in details" into nyc-dev
Jason Monk [Tue, 12 Apr 2016 20:11:09 +0000 (20:11 +0000)]
Merge "Hide QS header when in details" into nyc-dev

8 years agoFix reset() to zero slowFrameCounts
John Reck [Tue, 12 Apr 2016 20:10:19 +0000 (13:10 -0700)]
Fix reset() to zero slowFrameCounts

Change-Id: I9f7f7280bcd28c361e5665de39a4bd7c594ab521
Fixes: 26386641

8 years agoAdd implemention for isSameTrustConfiguration
Chad Brubaker [Mon, 11 Apr 2016 20:04:22 +0000 (13:04 -0700)]
Add implemention for isSameTrustConfiguration

Bug: 27672565
Change-Id: Id5291a4a5f2ca75fdf84db4d51363735f1a76845

8 years agoMerge "Check whether VD tree is still valid before calling native setter" into nyc-dev
Doris Liu [Tue, 12 Apr 2016 19:50:38 +0000 (19:50 +0000)]
Merge "Check whether VD tree is still valid before calling native setter" into nyc-dev

8 years agoMerge "Add post resolve property values" into nyc-dev
Deepanshu Gupta [Tue, 12 Apr 2016 19:47:00 +0000 (19:47 +0000)]
Merge "Add post resolve property values" into nyc-dev

8 years agoAdd post resolve property values
Deepanshu Gupta [Tue, 12 Apr 2016 19:07:40 +0000 (12:07 -0700)]
Add post resolve property values

Change-Id: Ia86b7dfc479cc5313cce36b6b3066fbb1d00c292

8 years agoMerge "Destroy Closures in ScriptGroup" into nyc-dev
Yang Ni [Tue, 12 Apr 2016 19:45:51 +0000 (19:45 +0000)]
Merge "Destroy Closures in ScriptGroup" into nyc-dev

8 years agoHide QS header when in details
Jason Monk [Tue, 12 Apr 2016 19:44:43 +0000 (15:44 -0400)]
Hide QS header when in details

because it gets in the way of accessibility

Change-Id: I4725217e7f5947961339b1cacba73d570e8cb2d9
Fixes: 27953567

8 years agoMerge "Properly check to see if a suppressor is present before returning it." into...
Bryce Lee [Tue, 12 Apr 2016 19:42:07 +0000 (19:42 +0000)]
Merge "Properly check to see if a suppressor is present before returning it." into nyc-dev

8 years agoFixing few TelephonyManager calls to work when there is no SIM.
Shishir Agrawal [Tue, 12 Apr 2016 18:55:01 +0000 (11:55 -0700)]
Fixing few TelephonyManager calls to work when there is no SIM.

* getDeviceSoftwareVersion - Fixed to work for no SIM by not looking up subId.
* getImei - Fixed to work for no SIM by not looking up subId.
* getActivePhoneTypeForSlot - Adding a method (hidden).
* getCallState - Adding slotId version (hidden).

Bug: 27378995
Change-Id: Ib67ae3df5562d75727dc7e4ac023021fb331d3b5

8 years agoProperly check to see if a suppressor is present before returning it.
Bryce Lee [Tue, 12 Apr 2016 19:39:15 +0000 (12:39 -0700)]
Properly check to see if a suppressor is present before returning it.

Bug: 28111086
Change-Id: Ib2cde8269443832e5490906396cd95832c7a146f

8 years agoMerge "Documentation for flex field" into nyc-dev
Shreyas Basarge [Tue, 12 Apr 2016 19:35:19 +0000 (19:35 +0000)]
Merge "Documentation for flex field" into nyc-dev

8 years agoMerge "Dispatch View#onVisibilityAggregated to views becoming invisible" into nyc-dev
Adam Powell [Tue, 12 Apr 2016 19:32:09 +0000 (19:32 +0000)]
Merge "Dispatch View#onVisibilityAggregated to views becoming invisible" into nyc-dev

8 years agoMerge "BatteryStats: Don't log BluetoothScanTimer when it doesn't exist" into nyc-dev
Adam Lesinski [Tue, 12 Apr 2016 19:26:47 +0000 (19:26 +0000)]
Merge "BatteryStats: Don't log BluetoothScanTimer when it doesn't exist" into nyc-dev

8 years agoMerge branch \'mnc-mr-docs\' into mnc-ub-dev
Dirk Dougherty [Tue, 12 Apr 2016 19:23:52 +0000 (19:23 +0000)]
Merge branch \'mnc-mr-docs\' into mnc-ub-dev
am: a5060ee  -s ours

* commit 'a5060ee80dbb48bd7fc545d2aeeeb657b79893ea': (546 commits)
  Update studio landing page and add all-new install flow docs. bug: 27850063 (update system reqs for 2.0) bug: 27725026 (update download page for 2.0) bug: 23908299 (clean up download and get started)
  docs: April 2016 Dashboard update
  docs: Added  new  partner logos to the car brands section of auto index page.
  Revert "Updates for Play" April Fool's joke.
  Updates for Play.
  docs: "Result is:" paragraph now in correct position on page.
  docs: Fixed namespace shown in a line of style XML
  docs: Add note about missing recording functionality in Live Channels
  docs: NDK r11c - release notes and downloads
  docs: Removed dead link in "create project" TOC.
  docs: Corrected reference link for NotificationManager.notify().
  docs: Added link to "preparing for multiwindow" blog post
  docs: Clarified how multi-window applies to activities in task stack
  [RenderScript] Update documentation about API level and RS Support Lib.
  cherrypick from mnc-docs docs: Updated API changes for Dinar wearable support.
  simplification and clarification to the Studio Overview
  Substitute for placeholder text.
  docs: Added missing semicolon within code sample.
  docs: Fixed Marshmallow links in API level table.
  docs: Update Nexus 9, 9G OTA images for N Preview
  ...

Change-Id: I2a64872d24ff2780503766f94e6d693edbdd47b8

8 years agoMerge "Fix QS animation QQS visibility" into nyc-dev
Jason Monk [Tue, 12 Apr 2016 19:18:36 +0000 (19:18 +0000)]
Merge "Fix QS animation QQS visibility" into nyc-dev

8 years agoMerge "QS animation: fix clearing translation state" into nyc-dev
Jason Monk [Tue, 12 Apr 2016 19:18:26 +0000 (19:18 +0000)]
Merge "QS animation: fix clearing translation state" into nyc-dev

8 years agoMerge "Rename home to settings home" into nyc-dev
Jason Monk [Tue, 12 Apr 2016 19:18:19 +0000 (19:18 +0000)]
Merge "Rename home to settings home" into nyc-dev

8 years agoMerge "Document when usesCleartextTraffic is ignored." into nyc-dev
TreeHugger Robot [Tue, 12 Apr 2016 19:18:13 +0000 (19:18 +0000)]
Merge "Document when usesCleartextTraffic is ignored." into nyc-dev

8 years agoMerge "Sets COARSE_LOCATION permission for VrCore when in vr mode." into nyc-dev
Craig Donner [Tue, 12 Apr 2016 19:12:45 +0000 (19:12 +0000)]
Merge "Sets COARSE_LOCATION permission for VrCore when in vr mode." into nyc-dev

8 years agoBatteryStats: Don't log BluetoothScanTimer when it doesn't exist
Adam Lesinski [Tue, 12 Apr 2016 19:06:03 +0000 (12:06 -0700)]
BatteryStats: Don't log BluetoothScanTimer when it doesn't exist

Bug:27998591
Change-Id: I80ca8a2353141c16595b4be0b0aed195f40e366a

8 years agoInclude current selection mode in TimePicker event text
Alan Viverette [Tue, 12 Apr 2016 18:58:09 +0000 (14:58 -0400)]
Include current selection mode in TimePicker event text

Bug: 23118708
Change-Id: I709f28674c7a959cdfb279f8643a07aa562d8fef

8 years agoMerge "The return and fixing of demo mode" into nyc-dev
Jason Monk [Tue, 12 Apr 2016 18:53:18 +0000 (18:53 +0000)]
Merge "The return and fixing of demo mode" into nyc-dev

8 years agoNotification MessagingStyle: Add handset views
Adrian Roos [Tue, 5 Apr 2016 21:54:55 +0000 (14:54 -0700)]
Notification MessagingStyle: Add handset views

Bug: 27250207
Change-Id: I499cf2beaeeb34f0f189815fc0911f3b8954bd50

8 years agoDaeal with null cursors more leniently.
Steve McKay [Tue, 12 Apr 2016 18:29:10 +0000 (11:29 -0700)]
Daeal with null cursors more leniently.

Since modelId may not in fact result in a cursor.
Bug: 28074284

Change-Id: I8632c9c7d5e3da32080c07033089173105c03646

8 years agoFix QS animation QQS visibility
Jason Monk [Tue, 12 Apr 2016 18:35:13 +0000 (14:35 -0400)]
Fix QS animation QQS visibility

once and for all?

Change-Id: I25807a77097ca10410fdc388333946a6ea2e7a7b
Fixes: 27536311