OSDN Git Service

android-x86/frameworks-base.git
8 years agoMerge "Mark mised call notification as protected"
Sailesh Nepal [Tue, 26 Jan 2016 21:48:58 +0000 (21:48 +0000)]
Merge "Mark mised call notification as protected"

8 years agoMerge changes from topic 'xc_remove_shelf'
Xiaohui Chen [Tue, 26 Jan 2016 21:26:35 +0000 (21:26 +0000)]
Merge changes from topic 'xc_remove_shelf'

* changes:
  sysui: remove shelf
  DO NOT MERGE sysui: remove shelf

8 years agoMerge "Show app level settings when an app doesn't use topics."
Julia Reynolds [Tue, 26 Jan 2016 21:21:04 +0000 (21:21 +0000)]
Merge "Show app level settings when an app doesn't use topics."

8 years agoMerge "New string constants shown when new SMS arrives while phone is locked."
Ji Yang [Tue, 26 Jan 2016 21:18:44 +0000 (21:18 +0000)]
Merge "New string constants shown when new SMS arrives while phone is locked."

8 years agoMerge "Restore code to draw backdrop and content nodes"
Chong Zhang [Tue, 26 Jan 2016 20:52:11 +0000 (20:52 +0000)]
Merge "Restore code to draw backdrop and content nodes"

8 years agoRestore code to draw backdrop and content nodes
Chong Zhang [Mon, 25 Jan 2016 20:01:12 +0000 (12:01 -0800)]
Restore code to draw backdrop and content nodes

bug: 26626661
Change-Id: I9e4dd41708e8ed93d3cf64242ad81815a653d269

8 years agoShow app level settings when an app doesn't use topics.
Julia Reynolds [Mon, 25 Jan 2016 21:36:59 +0000 (16:36 -0500)]
Show app level settings when an app doesn't use topics.

Change-Id: I205062868ac3a44aa24a29bcb82a9374026287a7

8 years agoMerge "IBluetooth: remove dump(), support arguments"
Marie Janssen [Tue, 26 Jan 2016 20:14:58 +0000 (20:14 +0000)]
Merge "IBluetooth: remove dump(), support arguments"

8 years agoMerge "Remove Data RealTime Info Listener Support"
Nathan Harold [Tue, 26 Jan 2016 20:13:26 +0000 (20:13 +0000)]
Merge "Remove Data RealTime Info Listener Support"

8 years agoMerge "change the default notification rules"
Chris Wren [Tue, 26 Jan 2016 20:00:58 +0000 (20:00 +0000)]
Merge "change the default notification rules"

8 years agoIBluetooth: remove dump(), support arguments
Marie Janssen [Wed, 13 Jan 2016 00:05:15 +0000 (16:05 -0800)]
IBluetooth: remove dump(), support arguments

Because IBluetooth is a Binder service, we don't need dump() to
support dumpsys, just call the IBinder.dump().

Change-Id: Idcd48f758427b824e0b7eaafd091ba3fb2ff8993
(cherry picked from commit adbb3ff062e039b2552c6b5ded92e56346ac3934)

8 years agochange the default notification rules
Chris Wren [Mon, 25 Jan 2016 22:10:30 +0000 (17:10 -0500)]
change the default notification rules

should make devices less noisy by default
more metrics so we can tell exactly what we're doing.

Change-Id: I2504df91083074de8fe08c896e017335bc0bc1c7

8 years agoMerge "Updates to SuggestionParser"
Jason Monk [Tue, 26 Jan 2016 19:52:54 +0000 (19:52 +0000)]
Merge "Updates to SuggestionParser"

8 years agoUpdates to SuggestionParser
Jason Monk [Tue, 26 Jan 2016 18:57:37 +0000 (13:57 -0500)]
Updates to SuggestionParser

Added support for feature requirements and return after dismiss delays.

Change-Id: I80e80a55817cd4d9717876e34fc591b3dd3228f1

8 years agoMerge "Prevent (and repair) poisoned full-data backup queue"
Chris Tate [Tue, 26 Jan 2016 19:39:08 +0000 (19:39 +0000)]
Merge "Prevent (and repair) poisoned full-data backup queue"

8 years agosysui: remove shelf
Xiaohui Chen [Tue, 26 Jan 2016 19:20:39 +0000 (11:20 -0800)]
sysui: remove shelf

Bug: 26742568
Change-Id: I10bbf55b4b93fb5d360a56dcc59c943d8806a27e

8 years agoDO NOT MERGE sysui: remove shelf
Xiaohui Chen [Tue, 26 Jan 2016 19:21:35 +0000 (11:21 -0800)]
DO NOT MERGE sysui: remove shelf

Bug: 26742568
Change-Id: I36bd013c4adb62b76b6f2789aa490c1484a535d7

8 years agoNew string constants shown when new SMS arrives while phone is locked.
Ji Yang [Fri, 22 Jan 2016 01:29:50 +0000 (17:29 -0800)]
New string constants shown when new SMS arrives while phone is locked.

Bug: 26232405
Change-Id: I979daab3d416b16ac4e1e488134f25ff75bad873

8 years agoMerge "Fix tests"
John Reck [Tue, 26 Jan 2016 18:59:27 +0000 (18:59 +0000)]
Merge "Fix tests"

8 years agoPrevent (and repair) poisoned full-data backup queue
Christopher Tate [Fri, 22 Jan 2016 23:05:32 +0000 (15:05 -0800)]
Prevent (and repair) poisoned full-data backup queue

An app that transitioned from full-data to key/value backup regimes
was being left in the full-data backup queue until next reboot.  In
edge cases this would result in the app being inappropriately shut
down for backup; furthermore, it would potentially cause there to
exist a full-data payload for the app that was considered "newest"
and therefore be the one delivered at restore time on a new device
or app (re)installation.

Defense in depth: full-backup candidates are just-in-time reevaluated
for validity when they come up again in the queue; app update
notifications cause a reevaluation and removal from the queue if
full-data is no longer the right modality; and the common engine for
all cloud-facing full-data backups does an additional last-ditch
validation that each stated target is actually supposed to get
full-data backups rather than key/value, to backstop the checks on
queue-presence validity.

Bug 26744511

Change-Id: I55bea3e19a2cab0150dbe5a08dd9fc550f0068c4

8 years agoFix tests
John Reck [Tue, 26 Jan 2016 18:50:10 +0000 (10:50 -0800)]
Fix tests

Disable FrameBuilder.clippedMerging as it relies on
merged bitmap ops which was disabled in b/26793764

Fix Buffer to correctly initialize mRefs count

Change-Id: I87d2fcc690a2ae14eaf751f650f522be5b622edf

8 years agoMerge "Correctly deal with non-null ness of PrintJobId."
Philip P. Moltmann [Tue, 26 Jan 2016 18:25:23 +0000 (18:25 +0000)]
Merge "Correctly deal with non-null ness of PrintJobId."

8 years agoMerge "Correct nullability in PrintJob."
Philip P. Moltmann [Tue, 26 Jan 2016 18:24:37 +0000 (18:24 +0000)]
Merge "Correct nullability in PrintJob."

8 years agoMerge "Carry over orientation when updating the printAttributes with the capabilities...
Philip P. Moltmann [Tue, 26 Jan 2016 18:24:15 +0000 (18:24 +0000)]
Merge "Carry over orientation when updating the printAttributes with the capabilities of the printer."

8 years agoMerge "Build update engine binder AIDLs for framework use."
Tao Bao [Tue, 26 Jan 2016 18:17:37 +0000 (18:17 +0000)]
Merge "Build update engine binder AIDLs for framework use."

8 years agoMerge "Temporarily fix directory tile heights in grid mode."
Ben Kwa [Tue, 26 Jan 2016 18:11:44 +0000 (18:11 +0000)]
Merge "Temporarily fix directory tile heights in grid mode."

8 years agoTemporarily fix directory tile heights in grid mode.
Ben Kwa [Tue, 26 Jan 2016 18:08:24 +0000 (10:08 -0800)]
Temporarily fix directory tile heights in grid mode.

BUG=26760493

Change-Id: I118e30cdf3892ef6857735f4a4f69a128b3f1c36

8 years agoMerge "Temporarily workaround merged bitmap bug"
John Reck [Tue, 26 Jan 2016 18:06:04 +0000 (18:06 +0000)]
Merge "Temporarily workaround merged bitmap bug"

8 years agoMerge "DO NOT MERGE : Unhiding MSIM APIs." into mm-wireless-dev
Shishir Agrawal [Tue, 26 Jan 2016 18:04:39 +0000 (18:04 +0000)]
Merge "DO NOT MERGE : Unhiding MSIM APIs." into mm-wireless-dev
am: 45836d13e5  -s ours

* commit '45836d13e5d06c787b5039894b6c0ac7c5eb7b7b':
  DO NOT MERGE : Unhiding MSIM APIs.

8 years agoMerge "DO NOT MERGE : Unhiding MSIM APIs." into mm-wireless-dev
Shishir Agrawal [Tue, 26 Jan 2016 18:00:11 +0000 (18:00 +0000)]
Merge "DO NOT MERGE : Unhiding MSIM APIs." into mm-wireless-dev

8 years agoMerge "Crash dialog improvements, move crash code to AppErrors"
Adrian Roos [Tue, 26 Jan 2016 17:42:09 +0000 (17:42 +0000)]
Merge "Crash dialog improvements, move crash code to AppErrors"

8 years agoDO NOT MERGE : Unhiding MSIM APIs.
Shishir Agrawal [Mon, 25 Jan 2016 21:03:07 +0000 (13:03 -0800)]
DO NOT MERGE : Unhiding MSIM APIs.

1. Unhide MSIM APIs in TelephonyManager that already have non-MSIM equivalent
   APIs public.
2. Make MSIM API naming consistent (overloaded, no suffix).
3. Unhide APIs in SubscriptionManager that are necessary for MSIM.

Bug: 26772894
Change-Id: Ibebab7379ea79c8e4812bbd190342827048e30e2

8 years agoMerge "Revert "Relaunch activity resumed if it got resumed before relaunching.""
Wale Ogunwale [Tue, 26 Jan 2016 17:17:21 +0000 (17:17 +0000)]
Merge "Revert "Relaunch activity resumed if it got resumed before relaunching.""

8 years agoCrash dialog improvements, move crash code to AppErrors
Adrian Roos [Tue, 12 Jan 2016 17:59:43 +0000 (18:59 +0100)]
Crash dialog improvements, move crash code to AppErrors

Factors out the crash and ANR handling code into separate
class and allows clearing cache and restarting app from
crash dialog.

Bug: 22692162
Change-Id: I2a08a4255ea02ab3c7441d351bf278128fcf5a5d

8 years agoRevert "Relaunch activity resumed if it got resumed before relaunching."
Wale Ogunwale [Tue, 26 Jan 2016 16:47:20 +0000 (08:47 -0800)]
Revert "Relaunch activity resumed if it got resumed before relaunching."

This reverts commit 51dc8be2230758132744ae6204d95e8171784c26.

Due to activities getting multiple resume calls.

Bug: 26116905
Bug: 25674611
Change-Id: Idb4846b6a0efc4d6ac06bf240565f303d9206f0f

8 years agoTemporarily workaround merged bitmap bug
John Reck [Tue, 26 Jan 2016 17:01:30 +0000 (09:01 -0800)]
Temporarily workaround merged bitmap bug

Bug: 26569206

Merged bitmap ops are buggy, just turn them off for
now to unblock testing

Change-Id: Ic0151bb3f23b1843107806659a64b26fd6d6e19e

8 years agoMerge "Add internal Canvas save flags"
Florin Malita [Tue, 26 Jan 2016 17:00:37 +0000 (17:00 +0000)]
Merge "Add internal Canvas save flags"

8 years agoMerge "Add user switcher back to QS"
Jason Monk [Tue, 26 Jan 2016 16:07:55 +0000 (16:07 +0000)]
Merge "Add user switcher back to QS"

8 years agoAdd user switcher back to QS
Jason Monk [Tue, 26 Jan 2016 15:56:37 +0000 (10:56 -0500)]
Add user switcher back to QS

Change-Id: Ie3f8139782aee06ad932ded9145162de5e22a824

8 years agoHide suspended apps from recents
Andrei Stingaceanu [Wed, 13 Jan 2016 12:10:21 +0000 (12:10 +0000)]
Hide suspended apps from recents

* Introduce a new boolean realActivitySuspended in TaskRecord to
keep track of the suspended state (this also makes sure the
information is persisted across reboots).
* Introduce a new method onPackagesSuspendedChanged
in RecentTasks which flips the realActivitySuspended for each
TaskRecord for the desired user and packages sent
* Register a new broadcast receiver (for SUSPEND/UNSUSPEND)
in ActivityManager#finishBooting which calls
RecentTasks#markPackagesSuspendedStateForUser
* In ActivityManagerService#getRecentTasks filter out
Taskrecords for suspended apps by checking realActivitySuspended

Bug: 22776761
Change-Id: I52e3593ccb2dae223d1ea11d017a6b1626646639

8 years agoMerge "Enable enrolling/authenticating a specific work profile."
Clara Bayarri [Tue, 26 Jan 2016 15:51:26 +0000 (15:51 +0000)]
Merge "Enable enrolling/authenticating a specific work profile."

8 years agoMerge "Add fine-grained debug layer"
John Reck [Tue, 26 Jan 2016 15:21:07 +0000 (15:21 +0000)]
Merge "Add fine-grained debug layer"

8 years agoMerge "Only show settings drawer on top level items"
Jason Monk [Tue, 26 Jan 2016 14:46:02 +0000 (14:46 +0000)]
Merge "Only show settings drawer on top level items"

8 years agoMerge "Add support for adding preference summary when disabled by admin."
Sudheer Shanka [Tue, 26 Jan 2016 14:42:04 +0000 (14:42 +0000)]
Merge "Add support for adding preference summary when disabled by admin."

8 years agoMerge "Check for null condition in case there is no DPM support."
Sudheer Shanka [Tue, 26 Jan 2016 14:29:29 +0000 (14:29 +0000)]
Merge "Check for null condition in case there is no DPM support."

8 years agoCheck for null condition in case there is no DPM support.
Sudheer Shanka [Tue, 26 Jan 2016 14:00:16 +0000 (14:00 +0000)]
Check for null condition in case there is no DPM support.

Change-Id: Ie7c70737d0c36ae9efd1920498d9f07b8a7016b1

8 years agoEnable enrolling/authenticating a specific work profile.
Clara Bayarri [Thu, 7 Jan 2016 14:17:39 +0000 (14:17 +0000)]
Enable enrolling/authenticating a specific work profile.

This change adds support for a separate profile-specific
fingerprint database. This is to be used together with the work
challenge.

Change-Id: I65b3a74a1c887def210d7a6da0b907138f58a5ba

8 years agoMerge "Fix incorrect @hide usage in libcore" am: 1f3aaf82cb
Przemyslaw Szczepaniak [Tue, 26 Jan 2016 10:52:08 +0000 (10:52 +0000)]
Merge "Fix incorrect @hide usage in libcore" am: 1f3aaf82cb
am: 04785955b5

* commit '04785955b5be7dc1ba164a0ae02c306b4fdd680d':
  Fix incorrect @hide usage in libcore

8 years agoMerge "Fix incorrect @hide usage in libcore"
Przemyslaw Szczepaniak [Tue, 26 Jan 2016 10:47:44 +0000 (10:47 +0000)]
Merge "Fix incorrect @hide usage in libcore"
am: 1f3aaf82cb

* commit '1f3aaf82cba11c55abc25b551e28344f04a1524a':
  Fix incorrect @hide usage in libcore

8 years agoMerge "Launch managed quick contacts without contact id"
Victor Chang [Tue, 26 Jan 2016 10:37:55 +0000 (10:37 +0000)]
Merge "Launch managed quick contacts without contact id"

8 years agoMerge "Fix incorrect @hide usage in libcore"
Przemyslaw Szczepaniak [Tue, 26 Jan 2016 10:37:47 +0000 (10:37 +0000)]
Merge "Fix incorrect @hide usage in libcore"

8 years agoFix incorrect @hide usage in libcore
Przemyslaw Szczepaniak [Fri, 22 Jan 2016 10:21:29 +0000 (10:21 +0000)]
Fix incorrect @hide usage in libcore

@hide annotation is only effective in Javadoc.

Bug: 26689841
Change-Id: I6e924b7452423b25d7258bb174e5b1601302c907
(cherry picked from commit a0dda9ca9d69fdeff620c7986375589e2a4d8c42)

8 years agoRevert "Update test-current.txt to fix build break."
Narayan Kamath [Tue, 26 Jan 2016 10:04:12 +0000 (10:04 +0000)]
Revert "Update test-current.txt to fix build break."

This reverts commit 7123cbd7374c37ffc88c2ffe1983b60e5f39a82c.

8 years agoMerge "Add explicit and persistent user provisioning state."
Alan Treadway [Tue, 26 Jan 2016 09:59:40 +0000 (09:59 +0000)]
Merge "Add explicit and persistent user provisioning state."

8 years agoMerge "Add SmallTest annotation to DevicePolicyManagerTest"
Benjamin Franz [Tue, 26 Jan 2016 09:52:56 +0000 (09:52 +0000)]
Merge "Add SmallTest annotation to DevicePolicyManagerTest"

8 years agoAdd SmallTest annotation to DevicePolicyManagerTest
Benjamin Franz [Mon, 25 Jan 2016 18:56:38 +0000 (18:56 +0000)]
Add SmallTest annotation to DevicePolicyManagerTest

Adding this annotation makes sure that the tests get picked up by
continuous integration tests.

Change-Id: Ia9166898803dd0037f6bb20cb6a12333ed347fd3

8 years agoMerge "Revert "Cellinfo: Update to version 12"" into mm-wireless-dev
Narayan Kamath [Tue, 26 Jan 2016 09:49:20 +0000 (09:49 +0000)]
Merge "Revert "Cellinfo: Update to version 12"" into mm-wireless-dev
am: c980eca638

* commit 'c980eca638e549be342f99ba2bd6f27ada184736':
  Revert "Cellinfo: Update to version 12"

8 years agoMerge "Revert "Cellinfo: Update to version 12"" into mm-wireless-dev
Narayan Kamath [Tue, 26 Jan 2016 09:46:14 +0000 (09:46 +0000)]
Merge "Revert "Cellinfo: Update to version 12"" into mm-wireless-dev

8 years agoRevert "Cellinfo: Update to version 12"
Narayan Kamath [Tue, 26 Jan 2016 09:44:54 +0000 (09:44 +0000)]
Revert "Cellinfo: Update to version 12"

This reverts commit aa2be45a560b37c5249600667ee36a9f156515c2.

Change-Id: I5cc76b15b311e47bc5a892704930d218c9f72b0d

8 years agoUnhide DocumentsContract.copyDocument and moveDocument.
Tomasz Mikolajewski [Tue, 26 Jan 2016 01:17:41 +0000 (10:17 +0900)]
Unhide DocumentsContract.copyDocument and moveDocument.

Change-Id: I304e4219ac679b9da88d785529f946dac058bbff

8 years agoMerge "Add support for multi-parents to DocumentsProvider::moveDocument."
Tomasz Mikolajewski [Tue, 26 Jan 2016 08:03:19 +0000 (08:03 +0000)]
Merge "Add support for multi-parents to DocumentsProvider::moveDocument."

8 years agoAdd support for multi-parents to DocumentsProvider::moveDocument.
Tomasz Mikolajewski [Mon, 25 Jan 2016 05:26:54 +0000 (14:26 +0900)]
Add support for multi-parents to DocumentsProvider::moveDocument.

Bug: 26481380
Change-Id: I96290268fd49072a334bde9c04c5313de8540f56

8 years agoMerge "Fix bugs that prevent from using AppFuse."
Daichi Hirono [Tue, 26 Jan 2016 07:51:49 +0000 (07:51 +0000)]
Merge "Fix bugs that prevent from using AppFuse."

8 years agoFix bugs that prevent from using AppFuse.
Daichi Hirono [Mon, 25 Jan 2016 05:26:14 +0000 (14:26 +0900)]
Fix bugs that prevent from using AppFuse.

 * Allow buffer size that is greater than requested read size in JNI,
   because we reuse fixed-size buffer among multiple requests.
 * Fix condition to check if the file size is greater than 4GB or
   not. We need to use 0xffffffffl instead of 0xffffffff because
   0xffffffff is int and its value is -1.

BUG=None
Change-Id: I155916e139353b15dc1ab535234faf50d942996d

8 years agoMerge "AAPT2: Add -x and -z flags to minimize changes in build scripts"
Adam Lesinski [Tue, 26 Jan 2016 06:51:42 +0000 (06:51 +0000)]
Merge "AAPT2: Add -x and -z flags to minimize changes in build scripts"

8 years agoAAPT2: Add -x and -z flags to minimize changes in build scripts
Adam Lesinski [Tue, 26 Jan 2016 06:48:15 +0000 (22:48 -0800)]
AAPT2: Add -x and -z flags to minimize changes in build scripts

The -z flag will be supported soon anyway and -x is legacy.

Change-Id: I710467d35066d267dea8dfe7c521737fc768ede9

8 years agoMerge "Remove retry logic from DocumentsUI."
Tomasz Mikolajewski [Tue, 26 Jan 2016 04:52:59 +0000 (04:52 +0000)]
Merge "Remove retry logic from DocumentsUI."

8 years agoMerge "Enabled content validation in file ops tests."
Tomasz Mikolajewski [Tue, 26 Jan 2016 04:51:31 +0000 (04:51 +0000)]
Merge "Enabled content validation in file ops tests."

8 years agoTIF: Make TvInputService.onCreateRecordingSession a non-abstract method
Jae Seo [Tue, 26 Jan 2016 04:28:06 +0000 (20:28 -0800)]
TIF: Make TvInputService.onCreateRecordingSession a non-abstract method

Change-Id: I1ecf5d2f66825fa9e87fd743d9d293d8bd395fce

8 years agoImplement ui-based provisioning for the new tether api.
Jeremy Klein [Mon, 25 Jan 2016 01:01:09 +0000 (17:01 -0800)]
Implement ui-based provisioning for the new tether api.

This is dependent on ag/850648 and the Settings changes under the
uiprovisioning topic id.

BUG: 26247383
Change-Id: Ib151d56a1ece5ca3a55219abed965286eac5dd60

8 years agoMerge "Expose a simple tethering API which includes provision checks."
Jeremy Klein [Tue, 26 Jan 2016 03:59:51 +0000 (03:59 +0000)]
Merge "Expose a simple tethering API which includes provision checks."

8 years agoRefine divider behavior
Jorim Jaggi [Sat, 23 Jan 2016 01:18:29 +0000 (17:18 -0800)]
Refine divider behavior

- Switch earlier to the dismissing/fullscreen layout, so
we minimize holes.
- For the bottom/right one, switch also earlier to the larger size to
minimize holes. We can't do this for the upper one because it will be
confusing there if the layout bounds doesn't equal the bounds while
snapping.

Change-Id: I8f065514f7aaa15ae76af648794ab8b23302e534

8 years agoAdd a null check before reference networkInfo. am: b8eaf45e1d am: dca8f10031 am:...
Wei Liu [Tue, 26 Jan 2016 03:16:28 +0000 (03:16 +0000)]
Add a null check before reference networkInfo. am: b8eaf45e1d am: dca8f10031 am: a12d383117
am: 21e0927b47

* commit '21e0927b474a686d5827e059476291370c0b306e':
  Add a null check before reference networkInfo.

8 years agoFix build and reorder methods to match ec6a447c86b03f5896fdb717de530c8abf8887f9
Ian Pedowitz [Tue, 26 Jan 2016 03:07:58 +0000 (19:07 -0800)]
Fix build and reorder methods to match ec6a447c86b03f5896fdb717de530c8abf8887f9

Change-Id: I39ee2864eda489bf0e485ea96d30e56b29500865

8 years agoAdd a null check before reference networkInfo. am: b8eaf45e1d am: dca8f10031
Wei Liu [Tue, 26 Jan 2016 03:06:09 +0000 (03:06 +0000)]
Add a null check before reference networkInfo. am: b8eaf45e1d am: dca8f10031
am: a12d383117

* commit 'a12d3831178616a171382f1546812c26245af2d0':
  Add a null check before reference networkInfo.

8 years agoEnabled content validation in file ops tests.
Steve McKay [Tue, 26 Jan 2016 00:31:35 +0000 (16:31 -0800)]
Enabled content validation in file ops tests.

Authority isn't set by default. Wrapped in RootCursorWrapper.

Bug: 26687509
Change-Id: Ie99dbd799914f03bf7beac540b64df67c1e637a6

8 years agoMerge "Fix build."
Filip Gruszczynski [Tue, 26 Jan 2016 02:30:51 +0000 (02:30 +0000)]
Merge "Fix build."

8 years agoFix build.
Filip Gruszczynski [Tue, 26 Jan 2016 02:25:28 +0000 (18:25 -0800)]
Fix build.

Change-Id: I68d6fade1b2a44a3542182914e0cd5853f4f0a81

8 years agoAdd a null check before reference networkInfo. am: b8eaf45e1d
Wei Liu [Tue, 26 Jan 2016 01:57:31 +0000 (01:57 +0000)]
Add a null check before reference networkInfo. am: b8eaf45e1d
am: dca8f10031

* commit 'dca8f10031f33c7c85577fa1abcc26d560c90388':
  Add a null check before reference networkInfo.

8 years agoAdd a null check before reference networkInfo.
Wei Liu [Tue, 26 Jan 2016 01:52:12 +0000 (01:52 +0000)]
Add a null check before reference networkInfo.
am: b8eaf45e1d

* commit 'b8eaf45e1df007fc4f5a11bb58491abaef39cd57':
  Add a null check before reference networkInfo.

8 years agoMerge "Add xhdpi resources for large mouse pointers"
Vladislav Kaznacheev [Tue, 26 Jan 2016 01:51:38 +0000 (01:51 +0000)]
Merge "Add xhdpi resources for large mouse pointers"

8 years agoMerge "Make scroll bar mouse draggable."
Keisuke Kuroyanagi [Tue, 26 Jan 2016 01:46:53 +0000 (01:46 +0000)]
Merge "Make scroll bar mouse draggable."

8 years agoAdd xhdpi resources for large mouse pointers
Vladislav Kaznacheev [Tue, 26 Jan 2016 01:41:59 +0000 (17:41 -0800)]
Add xhdpi resources for large mouse pointers

Bug: 25778857
Change-Id: I4009bb63afd6269f93b2e06982106d2011228210

8 years agoMerge "TIF: Recording API"
Jae Seo [Tue, 26 Jan 2016 01:39:05 +0000 (01:39 +0000)]
Merge "TIF: Recording API"

8 years agoMerge "Update test-current.txt to fix build break."
Stephen Hines [Tue, 26 Jan 2016 01:29:13 +0000 (01:29 +0000)]
Merge "Update test-current.txt to fix build break."

8 years agoMerge "[RenderScript] Add API to map Allocation mallocptr to Java ByteBuffer" am...
Miao Wang [Tue, 26 Jan 2016 01:27:30 +0000 (01:27 +0000)]
Merge "[RenderScript] Add API to map Allocation mallocptr to Java ByteBuffer" am: ed50f333fb
am: 5f210ae042

* commit '5f210ae04239f4a374763ea9ffe7176f5455017a':
  [RenderScript] Add API to map Allocation mallocptr to Java ByteBuffer

8 years agoMerge "TextView: start drag and drop when dragging selection by mouse."
Keisuke Kuroyanagi [Tue, 26 Jan 2016 01:26:06 +0000 (01:26 +0000)]
Merge "TextView: start drag and drop when dragging selection by mouse."

8 years agoMerge "TextView tests: drag and drop."
Keisuke Kuroyanagi [Tue, 26 Jan 2016 01:26:06 +0000 (01:26 +0000)]
Merge "TextView tests: drag and drop."

8 years agoUpdate test-current.txt to fix build break.
Stephen Hines [Tue, 26 Jan 2016 01:25:55 +0000 (17:25 -0800)]
Update test-current.txt to fix build break.

Change-Id: Ie61fae56ac22f1d028b0de3f8688f626eb2ddacc

8 years agoMerge "[RenderScript] Add API to map Allocation mallocptr to Java ByteBuffer"
Miao Wang [Tue, 26 Jan 2016 01:21:51 +0000 (01:21 +0000)]
Merge "[RenderScript] Add API to map Allocation mallocptr to Java ByteBuffer"
am: ed50f333fb

* commit 'ed50f333fb28905f085473d3150f906f0106295a':
  [RenderScript] Add API to map Allocation mallocptr to Java ByteBuffer

8 years agoMerge "[RenderScript] Add API to map Allocation mallocptr to Java ByteBuffer"
Miao Wang [Tue, 26 Jan 2016 01:11:41 +0000 (01:11 +0000)]
Merge "[RenderScript] Add API to map Allocation mallocptr to Java ByteBuffer"

8 years agoFixing typo in ApplicationInfo documentation.
Kweku Adams [Fri, 22 Jan 2016 20:30:26 +0000 (12:30 -0800)]
Fixing typo in ApplicationInfo documentation.

Change-Id: I6d1d2e5d8bdfefa5ac28e3be46cca78b3a4b09e7

8 years agoExpose a simple tethering API which includes provision checks.
Jeremy Klein [Fri, 22 Jan 2016 22:11:45 +0000 (14:11 -0800)]
Expose a simple tethering API which includes provision checks.

This CL exposes startTethering and stopTethering functions which also
encapsulate all provisioning check logic. Right now, only silent checks
are implemented, but UI checks will come in a follow-up CL. GTS tests
and Settings changes are under the same topic ID.

BUG: 26247383
Change-Id: I65f61d899594cb3f9035d8496366af17a57a090f

8 years agoTIF: Recording API
Jae Seo [Mon, 18 Jan 2016 21:03:35 +0000 (13:03 -0800)]
TIF: Recording API

Bug: 23786643
Change-Id: Ie26e8944312048bc865b4506aa49fced15360fe4

8 years agoMerge changes I53b9dab1,If8a33073
Winson Chung [Tue, 26 Jan 2016 00:16:06 +0000 (00:16 +0000)]
Merge changes I53b9dab1,If8a33073

* changes:
  Make mock tasks work again.
  Fixing layout issue causing overlay to sometimes not appear.

8 years agoAdd fine-grained debug layer
John Reck [Sat, 23 Jan 2016 00:28:07 +0000 (16:28 -0800)]
Add fine-grained debug layer

Full GLES error checking layer via -include
trickery. Change DEBUG_OPENGL to a level system.

HIGH = every GL call is error checked
MODERATE = checkpointing at interesting spots
LOW = only asserts there are no errors at the end of a frame
 or when the FBO changes
NONE = AIN'T GOT NO TIME FOR ERRORS GOTTA GO FAST!

Change-Id: Ibe81aae93d942059c4ddf1cbb11c828b7ce4c10b

8 years ago[RenderScript] Add API to map Allocation mallocptr to Java ByteBuffer
Miao Wang [Wed, 25 Nov 2015 19:21:13 +0000 (11:21 -0800)]
[RenderScript] Add API to map Allocation mallocptr to Java ByteBuffer

Bug: 25926361
Bug: 23535524

  - Construct the ByteBuffer using the AllocationGetPointer.
  - Add an API to query the stride of the allocation.
  - Both ByteBuffer and Stride will be cached for normal Allocations.
    if using USAGE_IO, since after each ioReceive, the mallocPtr will
    change, getByteBuffer will always create a new one using the most
    up-to-date mallocPtr.

Change-Id: I5e84b6690e83bb062c383043275524d0e51e46eb

8 years agoMerge "Cellinfo: Update to version 12" into mm-wireless-dev
Sanket Padawe [Mon, 25 Jan 2016 23:58:15 +0000 (23:58 +0000)]
Merge "Cellinfo: Update to version 12" into mm-wireless-dev
am: 480bd2b97a

* commit '480bd2b97a46628f36fee606a2b63248aa75dd8a':
  Cellinfo: Update to version 12

8 years agoMerge "Cellinfo: Update to version 12" into mm-wireless-dev
Sanket Padawe [Mon, 25 Jan 2016 23:54:37 +0000 (23:54 +0000)]
Merge "Cellinfo: Update to version 12" into mm-wireless-dev

8 years agoMerge "Adding a sensor for device pose with six degrees of freedom"
Ashutosh Joshi [Mon, 25 Jan 2016 23:46:07 +0000 (23:46 +0000)]
Merge "Adding a sensor for device pose with six degrees of freedom"