OSDN Git Service

android-x86/frameworks-base.git
9 years agoMerge "Add ComponentName.createRelative methods"
Adam Powell [Tue, 14 Apr 2015 22:38:18 +0000 (22:38 +0000)]
Merge "Add ComponentName.createRelative methods"

9 years agoMerge "Handle null package argument"
Amith Yamasani [Tue, 14 Apr 2015 22:37:25 +0000 (22:37 +0000)]
Merge "Handle null package argument"

9 years agoHandle null package argument
Amith Yamasani [Tue, 14 Apr 2015 22:34:32 +0000 (15:34 -0700)]
Handle null package argument

Null package passed in during charging implies all sync adapters
can now be synced.

Bug: 20066058
Change-Id: Ic5927893e52f7324083bdd63afa69d3bde7349de

9 years agoAdd ComponentName.createRelative methods
Adam Powell [Tue, 14 Apr 2015 22:20:16 +0000 (15:20 -0700)]
Add ComponentName.createRelative methods

In a number of places, it's convenient to be able to refer to
ComponentName classes with relative package paths as they are
interpreted in manifest parsing. Express the official (yet simple)
policy for this in a simple pair of factory methods for ComponentName.

Change-Id: I81a40c81b7975445dd9f06292363b69bb072b16d

9 years agoMerge "resolved conflicts for merge of 1d5a2592 to master"
Alex Klyubin [Tue, 14 Apr 2015 21:38:02 +0000 (21:38 +0000)]
Merge "resolved conflicts for merge of 1d5a2592 to master"

9 years agoMerge "Add versioning to FLP HAL."
David Christie [Tue, 14 Apr 2015 21:36:59 +0000 (21:36 +0000)]
Merge "Add versioning to FLP HAL."

9 years agoresolved conflicts for merge of 1d5a2592 to master
Alex Klyubin [Tue, 14 Apr 2015 21:23:07 +0000 (14:23 -0700)]
resolved conflicts for merge of 1d5a2592 to master

Change-Id: Ia1ea7c9c8c23eeffcd596b96506e961989ccb7a6

9 years agoMerge "Fix fingerprint API for 3rd party apps"
Jorim Jaggi [Tue, 14 Apr 2015 21:12:25 +0000 (21:12 +0000)]
Merge "Fix fingerprint API for 3rd party apps"

9 years agoFix fingerprint API for 3rd party apps
Jorim Jaggi [Mon, 13 Apr 2015 23:29:48 +0000 (16:29 -0700)]
Fix fingerprint API for 3rd party apps

Change-Id: Id68d04b4deef9940a683d2b40f1db231845b00e3

9 years agoMerge "Don't crash if an application has an invalid icon"
Alan Viverette [Tue, 14 Apr 2015 20:56:51 +0000 (20:56 +0000)]
Merge "Don't crash if an application has an invalid icon"

9 years agoam 6a38c86d: am d693690a: Merge "No need to specify EC curve name in EcIesParameterSpec."
Alex Klyubin [Tue, 14 Apr 2015 20:55:34 +0000 (20:55 +0000)]
am 6a38c86d: am d693690a: Merge "No need to specify EC curve name in EcIesParameterSpec."

* commit '6a38c86dd892b272a354d2b1164e78eebaaf907e':
  No need to specify EC curve name in EcIesParameterSpec.

9 years agoam fa2bd4fe: am 888f5cb7: am ecfda064: Merge "Make specifying self-signed cert parame...
Alex Klyubin [Tue, 14 Apr 2015 20:43:54 +0000 (20:43 +0000)]
am fa2bd4fe: am 888f5cb7: am ecfda064: Merge "Make specifying self-signed cert parameters optional."

* commit 'fa2bd4fe5c10b8132a155f0f8d0207435ca2c8dc':
  Make specifying self-signed cert parameters optional.

9 years agoam d693690a: Merge "No need to specify EC curve name in EcIesParameterSpec."
Alex Klyubin [Tue, 14 Apr 2015 20:43:46 +0000 (20:43 +0000)]
am d693690a: Merge "No need to specify EC curve name in EcIesParameterSpec."

* commit 'd693690aee3ee94878ab59ee86d8db8ce5bb3789':
  No need to specify EC curve name in EcIesParameterSpec.

9 years agoam 888f5cb7: am ecfda064: Merge "Make specifying self-signed cert parameters optional."
Alex Klyubin [Tue, 14 Apr 2015 20:31:02 +0000 (20:31 +0000)]
am 888f5cb7: am ecfda064: Merge "Make specifying self-signed cert parameters optional."

* commit '888f5cb7166936f468831d64ac88197c15f0584f':
  Make specifying self-signed cert parameters optional.

9 years agoMerge "No need to specify EC curve name in EcIesParameterSpec."
Alex Klyubin [Tue, 14 Apr 2015 20:22:51 +0000 (20:22 +0000)]
Merge "No need to specify EC curve name in EcIesParameterSpec."

9 years agoam ecfda064: Merge "Make specifying self-signed cert parameters optional."
Alex Klyubin [Tue, 14 Apr 2015 20:20:57 +0000 (20:20 +0000)]
am ecfda064: Merge "Make specifying self-signed cert parameters optional."

* commit 'ecfda06461b8c4a770eb47edb2f7052d7bd0c62d':
  Make specifying self-signed cert parameters optional.

9 years agoMerge "Zen: Enter alarms only on volume down from vibrate."
John Spurlock [Tue, 14 Apr 2015 20:00:40 +0000 (20:00 +0000)]
Merge "Zen: Enter alarms only on volume down from vibrate."

9 years agoMerge "Zen: Add new user introduction msg for "Priority only"."
John Spurlock [Tue, 14 Apr 2015 20:00:16 +0000 (20:00 +0000)]
Merge "Zen: Add new user introduction msg for "Priority only"."

9 years agoMerge "Make specifying self-signed cert parameters optional."
Alex Klyubin [Tue, 14 Apr 2015 19:59:02 +0000 (19:59 +0000)]
Merge "Make specifying self-signed cert parameters optional."

9 years agoMake specifying self-signed cert parameters optional.
Alex Klyubin [Tue, 14 Apr 2015 19:48:17 +0000 (12:48 -0700)]
Make specifying self-signed cert parameters optional.

This removes the need to specify the three parameters of the
self-signed certificate (serial number, subject, validity range) when
generating key pairs in AndroidKeyStore. This is achieved by
providing sensible defaults for these parameters:
* serial number: 1
* subject: CN=fake
* validity range: Jan 1 1970 to Jan 1 2048.

Bug: 18088752
Change-Id: I5df918b1ef8b26ed3ddd43828c4c78c9fa58cd43

9 years agoam d9e0abdf: am 04143fdd: am e38ee9df: Merge "Add Debug.getRuntimeStat()."
Hiroshi Yamauchi [Tue, 14 Apr 2015 19:48:19 +0000 (19:48 +0000)]
am d9e0abdf: am 04143fdd: am e38ee9df: Merge "Add Debug.getRuntimeStat()."

* commit 'd9e0abdf85ad11a9689d3ded79745fe318e82971':
  Add Debug.getRuntimeStat().

9 years agoMerge "Mark the SUBSCRIBED_FEEDS_READ/WRITE permissions removed."
Svetoslav [Tue, 14 Apr 2015 19:38:59 +0000 (19:38 +0000)]
Merge "Mark the SUBSCRIBED_FEEDS_READ/WRITE permissions removed."

9 years agoam 04143fdd: am e38ee9df: Merge "Add Debug.getRuntimeStat()."
Hiroshi Yamauchi [Tue, 14 Apr 2015 19:37:56 +0000 (19:37 +0000)]
am 04143fdd: am e38ee9df: Merge "Add Debug.getRuntimeStat()."

* commit '04143fdd55196886e5dbf1a1c7fe334115e81a42':
  Add Debug.getRuntimeStat().

9 years agoMark the SUBSCRIBED_FEEDS_READ/WRITE permissions removed.
Svetoslav [Tue, 14 Apr 2015 19:32:47 +0000 (12:32 -0700)]
Mark the SUBSCRIBED_FEEDS_READ/WRITE permissions removed.

These permissions are definded by the platform to protect the
subscribed feeds provider which is not in the system, neither
is its contract specified in the system. Both the contract and
the implementation of the provider are in GmsCore. Hence, this
permissions shuld be declared by GmsCore, not the system. Until
GmsCore adds the permissions we have to keep this as removed
but present in the implementation to keep apps that use the
provider working.

bug:20192150

Change-Id: I3f38b01a159bb430c30948b14de7cdaf5cb50772

9 years agoMerge "Add setting flag to enable new contact aggregator"
Zheng Fu [Tue, 14 Apr 2015 19:36:41 +0000 (19:36 +0000)]
Merge "Add setting flag to enable new contact aggregator"

9 years agoam e38ee9df: Merge "Add Debug.getRuntimeStat()."
Hiroshi Yamauchi [Tue, 14 Apr 2015 19:26:51 +0000 (19:26 +0000)]
am e38ee9df: Merge "Add Debug.getRuntimeStat()."

* commit 'e38ee9df26c93415303152ec3f6ed50d847557c8':
  Add Debug.getRuntimeStat().

9 years agoAdd versioning to FLP HAL.
David Christie [Tue, 14 Apr 2015 19:14:03 +0000 (12:14 -0700)]
Add versioning to FLP HAL.

Retain compatibility with implementations compiled
against old headers or left unchanged from LMP.

Change-Id: I3f7cfaaf0cba8697c312940a805b053c6040caa6

9 years agoMerge "Add Debug.getRuntimeStat()."
Hiroshi Yamauchi [Tue, 14 Apr 2015 19:08:30 +0000 (19:08 +0000)]
Merge "Add Debug.getRuntimeStat()."

9 years agoMerge "Fixes to idle alarm scheduling, package importance."
Dianne Hackborn [Tue, 14 Apr 2015 18:43:45 +0000 (18:43 +0000)]
Merge "Fixes to idle alarm scheduling, package importance."

9 years agoMerge "Display a notification for a new guest"
Fyodor Kupolov [Tue, 14 Apr 2015 17:43:43 +0000 (17:43 +0000)]
Merge "Display a notification for a new guest"

9 years agoMerge "Add more firstStrong alternatives for textDirection."
Roozbeh Pournader [Tue, 14 Apr 2015 17:41:15 +0000 (17:41 +0000)]
Merge "Add more firstStrong alternatives for textDirection."

9 years agoDisplay a notification for a new guest
Fyodor Kupolov [Mon, 13 Apr 2015 18:52:18 +0000 (11:52 -0700)]
Display a notification for a new guest

Display a notification for a new guest, which includes information that they
are using the device as a guest and how to remove guest.

Bug: 16956833
Change-Id: I21711949d3a80eaca47251faa6ee0cf04b5bf3e6

9 years agoAdd Debug.getRuntimeStat().
Hiroshi Yamauchi [Thu, 2 Apr 2015 19:26:10 +0000 (12:26 -0700)]
Add Debug.getRuntimeStat().

Export runtime stats (currently GC stats) through this method.

Bug: 19825248
Change-Id: I147a0e9bc6bdfe4dc29d74e44f0af6349c51d9f8

9 years agoMerge "camera2: add reprocess support"
Chien-Yu Chen [Tue, 14 Apr 2015 17:29:40 +0000 (17:29 +0000)]
Merge "camera2: add reprocess support"

9 years agoMerge "Support more smaller scripts of Asia and Africa."
Roozbeh Pournader [Tue, 14 Apr 2015 17:19:20 +0000 (17:19 +0000)]
Merge "Support more smaller scripts of Asia and Africa."

9 years agoam 09339053: am 6ca1e45a: am 8704ae46: Merge "Add name to ScriptGroup2.Builder.create...
Yang Ni [Tue, 14 Apr 2015 17:02:33 +0000 (17:02 +0000)]
am 09339053: am 6ca1e45a: am 8704ae46: Merge "Add name to ScriptGroup2.Builder.create() method"

* commit '0933905375790eb850334b53fd6d0981bd40e007':
  Add name to ScriptGroup2.Builder.create() method

9 years agoFixes to idle alarm scheduling, package importance.
Dianne Hackborn [Fri, 10 Apr 2015 21:02:33 +0000 (14:02 -0700)]
Fixes to idle alarm scheduling, package importance.

- Add new API to ask the activity manager what the current
  importance of a particular package name is (along with a few
  new useful importance levels).

- Fix my last alarm manager change to actually execute the
  alarms we have now decided should run even while we are idle.

Change-Id: I1f14712b4e390770d53b185c96a1b36f6aadd687

9 years agoMerge "Use HandleView's previous offset for text selection handles"
Mady Mellor [Tue, 14 Apr 2015 16:52:03 +0000 (16:52 +0000)]
Merge "Use HandleView's previous offset for text selection handles"

9 years agoam 6ca1e45a: am 8704ae46: Merge "Add name to ScriptGroup2.Builder.create() method"
Yang Ni [Tue, 14 Apr 2015 16:50:22 +0000 (16:50 +0000)]
am 6ca1e45a: am 8704ae46: Merge "Add name to ScriptGroup2.Builder.create() method"

* commit '6ca1e45aab5b4a1b229c6493780a04976db12817':
  Add name to ScriptGroup2.Builder.create() method

9 years agoam 8704ae46: Merge "Add name to ScriptGroup2.Builder.create() method"
Yang Ni [Tue, 14 Apr 2015 16:36:36 +0000 (16:36 +0000)]
am 8704ae46: Merge "Add name to ScriptGroup2.Builder.create() method"

* commit '8704ae464a001e17275257d19eae688ff3a28892':
  Add name to ScriptGroup2.Builder.create() method

9 years agoMerge "Add name to ScriptGroup2.Builder.create() method"
Yang Ni [Tue, 14 Apr 2015 16:15:54 +0000 (16:15 +0000)]
Merge "Add name to ScriptGroup2.Builder.create() method"

9 years agoMerge changes from topic 'lss-update'
Andres Morales [Tue, 14 Apr 2015 16:12:48 +0000 (16:12 +0000)]
Merge changes from topic 'lss-update'

* changes:
  Add challenge to IGateKeeperService
  Wire up GateKeeper to LockSettingsService

9 years agoConvert from glyph count to byte length
Tom Hudson [Tue, 14 Apr 2015 15:34:39 +0000 (11:34 -0400)]
Convert from glyph count to byte length

Canvas drawText* APIs are inconsistent, and this mismatch snuck through
our tests.

BUG=skia:3636
R=djsollen@google.com

Change-Id: Ibaab512c3f19df8445d582633b2748f1ec4d2902

9 years agoMerge "Display toast when screen is unlocked to a work app."
Kenny Guy [Tue, 14 Apr 2015 14:20:43 +0000 (14:20 +0000)]
Merge "Display toast when screen is unlocked to a work app."

9 years agoZen: Add new user introduction msg for "Priority only".
John Spurlock [Mon, 13 Apr 2015 23:21:26 +0000 (19:21 -0400)]
Zen: Add new user introduction msg for "Priority only".

Bug: 19260237
Change-Id: I3b5785befc05685c7f676e918710fb7500221172

9 years agoMake ActionBar animations work correctly
Chet Haase [Thu, 9 Apr 2015 21:31:25 +0000 (14:31 -0700)]
Make ActionBar animations work correctly

Previous ActionBar animations didn't handle configuration changes
or other situations in which the view would get detached. listeners
would stay on the view and would attempt to do something nonsensical
in the new window. This new approach removes listeners on window
detach to avoid this problem.

Issue #20125407 Settings Crashes when changing orientation of device

Change-Id: I0b3bbd0f6fc23cdb4cbd646b0d2772d72d3d795d

9 years agoZen: Enter alarms only on volume down from vibrate.
John Spurlock [Tue, 14 Apr 2015 13:32:25 +0000 (09:32 -0400)]
Zen: Enter alarms only on volume down from vibrate.

And vice versa (when dialog is showing).

Also make alarms only the default mode when DND is switched on
via the switch.

Bug: 19260237
Change-Id: I16e4a27944bc8245bb2beed84c0421d493b0b876

9 years agoMerge "Show a status bar icon for managed profile activities."
Kenny Guy [Tue, 14 Apr 2015 11:52:57 +0000 (11:52 +0000)]
Merge "Show a status bar icon for managed profile activities."

9 years agoMerge "Introduce device owner API to disable the keyguard"
Benjamin Franz [Tue, 14 Apr 2015 11:12:31 +0000 (11:12 +0000)]
Merge "Introduce device owner API to disable the keyguard"

9 years agoMerge "Revert "Load WebView from one out of a list of packages.""
Gustav Sennton [Tue, 14 Apr 2015 10:59:32 +0000 (10:59 +0000)]
Merge "Revert "Load WebView from one out of a list of packages.""

9 years agoRevert "Load WebView from one out of a list of packages."
Gustav Sennton [Tue, 14 Apr 2015 10:48:05 +0000 (10:48 +0000)]
Revert "Load WebView from one out of a list of packages."

This reverts commit fe320b2fe95fc3a7aa95ca4171f8703369a54867.
We need to check in a new Webview APK first.

Change-Id: Ica6adef7a1e68c06b4c6a6a3c851f40f56b006ef

9 years agoam 73e056d3: am 402f2501: am 3312c6b9: Merge "Add android.net.IpPrefix#contains()"
Erik Kline [Tue, 14 Apr 2015 09:58:38 +0000 (09:58 +0000)]
am 73e056d3: am 402f2501: am 3312c6b9: Merge "Add android.net.IpPrefix#contains()"

* commit '73e056d3931b419c2653eb7365fb72b50a9a36c3':
  Add android.net.IpPrefix#contains()

9 years agoIntroduce device owner API to disable the keyguard
Benjamin Franz [Tue, 7 Apr 2015 15:40:34 +0000 (16:40 +0100)]
Introduce device owner API to disable the keyguard

Let the device owner disable the keyguard to achieve undisturbed single
use mode with multiple apps. Calling this API has no effect if a
password
has been set for the calling user.

Bug: 19533026
Change-Id: I6b726b7f36efb669359e9da4b7e3db1f8031dad5

9 years agoMerge "Load WebView from one out of a list of packages."
Gustav Sennton [Tue, 14 Apr 2015 09:46:05 +0000 (09:46 +0000)]
Merge "Load WebView from one out of a list of packages."

9 years agoam 402f2501: am 3312c6b9: Merge "Add android.net.IpPrefix#contains()"
Erik Kline [Tue, 14 Apr 2015 09:44:25 +0000 (09:44 +0000)]
am 402f2501: am 3312c6b9: Merge "Add android.net.IpPrefix#contains()"

* commit '402f2501ac73adba86ec3973ef81e6911fbcd564':
  Add android.net.IpPrefix#contains()

9 years agoam 3312c6b9: Merge "Add android.net.IpPrefix#contains()"
Erik Kline [Tue, 14 Apr 2015 09:29:56 +0000 (09:29 +0000)]
am 3312c6b9: Merge "Add android.net.IpPrefix#contains()"

* commit '3312c6b9f3e9c83865eeec2af609338ce74a0a10':
  Add android.net.IpPrefix#contains()

9 years agoMerge "Add setOtaPolicy/getOtaPolicy API in DPMS"
Rubin Xu [Tue, 14 Apr 2015 09:16:27 +0000 (09:16 +0000)]
Merge "Add setOtaPolicy/getOtaPolicy API in DPMS"

9 years agoMerge "Add Bluetooth Contacts Sharing policy in DevicePolicyManager"
Ricky Wai [Tue, 14 Apr 2015 08:59:15 +0000 (08:59 +0000)]
Merge "Add Bluetooth Contacts Sharing policy in DevicePolicyManager"

9 years agoAdd Bluetooth Contacts Sharing policy in DevicePolicyManager
Ricky Wai [Tue, 31 Mar 2015 13:21:22 +0000 (14:21 +0100)]
Add Bluetooth Contacts Sharing policy in DevicePolicyManager

Bug: 19990979

Change-Id: Ide9adf66eec5721e50573c03956a1b63b7e8b18b

9 years agoAdd setOtaPolicy/getOtaPolicy API in DPMS
Rubin Xu [Tue, 10 Mar 2015 17:52:37 +0000 (17:52 +0000)]
Add setOtaPolicy/getOtaPolicy API in DPMS

Allow device owners to set OTA policy for automatically accept/postpone
incoming OTA system updates. This class only provides the setting
and getting of OTA policy, the actual OTA subsystem should handle
and respect the policy stored here.

Bug: 19650524
Change-Id: I9b64949fab42097429b7da649039c13f42c10fd1

9 years agoMerge "Add android.net.IpPrefix#contains()"
Erik Kline [Tue, 14 Apr 2015 07:58:32 +0000 (07:58 +0000)]
Merge "Add android.net.IpPrefix#contains()"

9 years agoAdd android.net.IpPrefix#contains()
Erik Kline [Mon, 13 Apr 2015 06:33:34 +0000 (15:33 +0900)]
Add android.net.IpPrefix#contains()

This was originally to avoid RuntimeException in RouteInfo#matches():
    When an IPv6 prefix with a length greater than the max permitted
    for IPv4 is matched against an Inet4Address, the call to
    NetworkUtils throws RuntimeException.

Change-Id: I92e2bd19a4e7d656cf682fd27678da07e211850d

9 years agoam 38544901: am f2a57c69: am cda895c5: am c578bff7: am a80fc040: am 00f857c5: Merge...
Dirk Dougherty [Tue, 14 Apr 2015 05:13:35 +0000 (05:13 +0000)]
am 38544901: am f2a57c69: am cda895c5: am c578bff7: am a80fc040: am 00f857c5: Merge "Doc change: add new pages for Designed for Families." into lmp-docs

* commit '38544901e6aa6934b032303be314a92dcde662f3':
  Doc change: add new pages for Designed for Families.

9 years agoam f2a57c69: am cda895c5: am c578bff7: am a80fc040: am 00f857c5: Merge "Doc change...
Dirk Dougherty [Tue, 14 Apr 2015 05:03:13 +0000 (05:03 +0000)]
am f2a57c69: am cda895c5: am c578bff7: am a80fc040: am 00f857c5: Merge "Doc change: add new pages for Designed for Families." into lmp-docs

* commit 'f2a57c69d4af3f7b1368e6edb6801b1cf2058dd8':
  Doc change: add new pages for Designed for Families.

9 years agoam cda895c5: am c578bff7: am a80fc040: am 00f857c5: Merge "Doc change: add new pages...
Dirk Dougherty [Tue, 14 Apr 2015 04:54:32 +0000 (04:54 +0000)]
am cda895c5: am c578bff7: am a80fc040: am 00f857c5: Merge "Doc change: add new pages for Designed for Families." into lmp-docs

* commit 'cda895c53d22496001ae59fae36f751cf04af3ed':
  Doc change: add new pages for Designed for Families.

9 years agoam c578bff7: am a80fc040: am 00f857c5: Merge "Doc change: add new pages for Designed...
Dirk Dougherty [Tue, 14 Apr 2015 04:43:06 +0000 (04:43 +0000)]
am c578bff7: am a80fc040: am 00f857c5: Merge "Doc change: add new pages for Designed for Families." into lmp-docs

* commit 'c578bff74acdaf103c05794f39acf9ea49e4621d':
  Doc change: add new pages for Designed for Families.

9 years agoam a80fc040: am 00f857c5: Merge "Doc change: add new pages for Designed for Families...
Dirk Dougherty [Tue, 14 Apr 2015 04:33:27 +0000 (04:33 +0000)]
am a80fc040: am 00f857c5: Merge "Doc change: add new pages for Designed for Families." into lmp-docs

* commit 'a80fc040ea814af2a1d3f2cbfa5efb8eaa898697':
  Doc change: add new pages for Designed for Families.

9 years agoam 00f857c5: Merge "Doc change: add new pages for Designed for Families." into lmp...
Dirk Dougherty [Tue, 14 Apr 2015 04:22:27 +0000 (04:22 +0000)]
am 00f857c5: Merge "Doc change: add new pages for Designed for Families." into lmp-docs

* commit '00f857c5a132555774bd286c254dade281473427':
  Doc change: add new pages for Designed for Families.

9 years agoMerge "Rename duration scale hint types in xml"
Doris Liu [Tue, 14 Apr 2015 04:21:07 +0000 (04:21 +0000)]
Merge "Rename duration scale hint types in xml"

9 years agoRename duration scale hint types in xml
Doris Liu [Tue, 14 Apr 2015 04:17:46 +0000 (21:17 -0700)]
Rename duration scale hint types in xml

To avoid being confused with unit dp

Change-Id: I5ea9e5ad6034c1d79c9e0bb65759a122ea715770

9 years agoMerge "Doc change: add new pages for Designed for Families." into lmp-docs
Dirk Dougherty [Tue, 14 Apr 2015 04:12:56 +0000 (04:12 +0000)]
Merge "Doc change: add new pages for Designed for Families." into lmp-docs

9 years agoDoc change: add new pages for Designed for Families.
Dirk Dougherty [Wed, 1 Apr 2015 03:11:16 +0000 (20:11 -0700)]
Doc change: add new pages for Designed for Families.

Change-Id: I9bda34abf7b045213c0fcb7f044ee86155900808

9 years agoam 9426ad32: am 869c5490: am 2f0dc155: am 2c871d2c: am 17781b68: am 473989c3: Merge...
Mathieu Chartier [Tue, 14 Apr 2015 03:11:03 +0000 (03:11 +0000)]
am 9426ad32: am 869c5490: am 2f0dc155: am 2c871d2c: am 17781b68: am 473989c3: Merge "Update "Investigating your RAM usage" for ART" into lmp-docs

* commit '9426ad32bcdc2bf80491e7c170d9b6ef66f0ca89':
  Update "Investigating your RAM usage" for ART

9 years agoam f46c8f5b: am c9393a5d: am 2b92e18b: am 76c9e47e: am 4301dd04: am d60649c5: Merge...
smain@google.com [Tue, 14 Apr 2015 03:10:51 +0000 (03:10 +0000)]
am f46c8f5b: am c9393a5d: am 2b92e18b: am 76c9e47e: am 4301dd04: am d60649c5: Merge "initial batch of NDK files for skeleton site build" into lmp-docs

* commit 'f46c8f5bfcb30d7f9d8b91e6f193d7ab574e05e9':
  initial batch of NDK files for skeleton site build

9 years agoam 7fd2be12: am f828c92c: am 6b9e30fe: am 12020cf4: am 3e664c3b: am bdc20109: Merge...
Rich Slogar [Tue, 14 Apr 2015 03:10:38 +0000 (03:10 +0000)]
am 7fd2be12: am f828c92c: am 6b9e30fe: am 12020cf4: am 3e664c3b: am bdc20109: Merge "docs: systrace update" into lmp-docs

* commit '7fd2be12d11a33c2ad622d8b49e74d6ba7a12be5':
  docs: systrace update

9 years agoam c29f30cb: am 9e58689d: am 9761530b: am 8f68c77c: am 6656ea46: am 880460a7: Merge...
Rich Slogar [Tue, 14 Apr 2015 03:10:28 +0000 (03:10 +0000)]
am c29f30cb: am 9e58689d: am 9761530b: am 8f68c77c: am 6656ea46: am 880460a7: Merge "docs: nexus usb driver update" into lmp-docs

* commit 'c29f30cbf1ee6bec3b2ead374aba71002db6faaa':
  docs: nexus usb driver update
  docs: remove adb install option

9 years agoam 7e39ae4f: am 32b675b9: am d4bcbcfa: am dd9e4140: am f2a4968b: Merge "Update "Inves...
Mathieu Chartier [Tue, 14 Apr 2015 03:10:16 +0000 (03:10 +0000)]
am 7e39ae4f: am 32b675b9: am d4bcbcfa: am dd9e4140: am f2a4968b: Merge "Update "Investigating your RAM usage" for ART" into lmp-mr1-dev

* commit '7e39ae4fd683f6fd056eae754fde1579fb5a19b6':
  Update "Investigating your RAM usage" for ART

9 years agoam 36e53bb8: am 1770f9cf: am 3afca74a: Merge "BatteryStats: Adds an additional condit...
Ruchi Kandoi [Tue, 14 Apr 2015 03:01:20 +0000 (03:01 +0000)]
am 36e53bb8: am 1770f9cf: am 3afca74a: Merge "BatteryStats: Adds an additional condition to avoid ArrayIndexOutOfBounds."

* commit '36e53bb8aa6db4ac101f88a7394f5011643693e2':
  BatteryStats: Adds an additional condition to avoid ArrayIndexOutOfBounds.

9 years agoam 869c5490: am 2f0dc155: am 2c871d2c: am 17781b68: am 473989c3: Merge "Update "Inves...
Mathieu Chartier [Tue, 14 Apr 2015 02:55:17 +0000 (02:55 +0000)]
am 869c5490: am 2f0dc155: am 2c871d2c: am 17781b68: am 473989c3: Merge "Update "Investigating your RAM usage" for ART" into lmp-docs

* commit '869c5490214c99cacb05024cfc72efa4cffb9208':
  Update "Investigating your RAM usage" for ART

9 years agoam c9393a5d: am 2b92e18b: am 76c9e47e: am 4301dd04: am d60649c5: Merge "initial batch...
smain@google.com [Tue, 14 Apr 2015 02:55:13 +0000 (02:55 +0000)]
am c9393a5d: am 2b92e18b: am 76c9e47e: am 4301dd04: am d60649c5: Merge "initial batch of NDK files for skeleton site build" into lmp-docs

* commit 'c9393a5d707529a465fe68ee96d9929deb8ef3c8':
  initial batch of NDK files for skeleton site build

9 years agoam f828c92c: am 6b9e30fe: am 12020cf4: am 3e664c3b: am bdc20109: Merge "docs: systrac...
Rich Slogar [Tue, 14 Apr 2015 02:55:09 +0000 (02:55 +0000)]
am f828c92c: am 6b9e30fe: am 12020cf4: am 3e664c3b: am bdc20109: Merge "docs: systrace update" into lmp-docs

* commit 'f828c92c5ebbcba3204581b49e91b5b80f8ed2b4':
  docs: systrace update

9 years agoam 9e58689d: am 9761530b: am 8f68c77c: am 6656ea46: am 880460a7: Merge "docs: nexus...
Rich Slogar [Tue, 14 Apr 2015 02:55:04 +0000 (02:55 +0000)]
am 9e58689d: am 9761530b: am 8f68c77c: am 6656ea46: am 880460a7: Merge "docs: nexus usb driver update" into lmp-docs

* commit '9e58689da633b5ec4517ac17bd7274510992143d':
  docs: nexus usb driver update
  docs: remove adb install option

9 years agoam 32b675b9: am d4bcbcfa: am dd9e4140: am f2a4968b: Merge "Update "Investigating...
Mathieu Chartier [Tue, 14 Apr 2015 02:55:00 +0000 (02:55 +0000)]
am 32b675b9: am d4bcbcfa: am dd9e4140: am f2a4968b: Merge "Update "Investigating your RAM usage" for ART" into lmp-mr1-dev

* commit '32b675b9f56210afb0254b866235ebfa7908d39c':
  Update "Investigating your RAM usage" for ART

9 years agoam 2f0dc155: am 2c871d2c: am 17781b68: am 473989c3: Merge "Update "Investigating...
Mathieu Chartier [Tue, 14 Apr 2015 02:44:26 +0000 (02:44 +0000)]
am 2f0dc155: am 2c871d2c: am 17781b68: am 473989c3: Merge "Update "Investigating your RAM usage" for ART" into lmp-docs

* commit '2f0dc1551958088fdf20f89eb98f34d00b21bf3d':
  Update "Investigating your RAM usage" for ART

9 years agoam 2b92e18b: am 76c9e47e: am 4301dd04: am d60649c5: Merge "initial batch of NDK files...
smain@google.com [Tue, 14 Apr 2015 02:44:14 +0000 (02:44 +0000)]
am 2b92e18b: am 76c9e47e: am 4301dd04: am d60649c5: Merge "initial batch of NDK files for skeleton site build" into lmp-docs

* commit '2b92e18b4bf70c88662dfa1137c4901daae4d4d5':
  initial batch of NDK files for skeleton site build

9 years agoam 6b9e30fe: am 12020cf4: am 3e664c3b: am bdc20109: Merge "docs: systrace update...
Rich Slogar [Tue, 14 Apr 2015 02:43:56 +0000 (02:43 +0000)]
am 6b9e30fe: am 12020cf4: am 3e664c3b: am bdc20109: Merge "docs: systrace update" into lmp-docs

* commit '6b9e30fe959e6c67687c52eeb152de623368695d':
  docs: systrace update

9 years agoam 9761530b: am 8f68c77c: am 6656ea46: am 880460a7: Merge "docs: nexus usb driver...
Rich Slogar [Tue, 14 Apr 2015 02:43:49 +0000 (02:43 +0000)]
am 9761530b: am 8f68c77c: am 6656ea46: am 880460a7: Merge "docs: nexus usb driver update" into lmp-docs

* commit '9761530b3fbff0f2d686c4a0f48efa02c159a309':
  docs: nexus usb driver update
  docs: remove adb install option

9 years agoam d4bcbcfa: am dd9e4140: am f2a4968b: Merge "Update "Investigating your RAM usage...
Mathieu Chartier [Tue, 14 Apr 2015 02:43:39 +0000 (02:43 +0000)]
am d4bcbcfa: am dd9e4140: am f2a4968b: Merge "Update "Investigating your RAM usage" for ART" into lmp-mr1-dev

* commit 'd4bcbcfa08502d6feafbe39e9dcb16a38e61f892':
  Update "Investigating your RAM usage" for ART

9 years agoAdd ability to flush FLP HAL batched locations buffer.
David Christie [Mon, 13 Apr 2015 04:26:02 +0000 (21:26 -0700)]
Add ability to flush FLP HAL batched locations buffer.

Currently GmsCore has to guess how many locations to retrieve
based on requested frequency and then demux the output looking
for timestamps (that aren't monotonically increasing).  This
capability gives GmsCore a more graceful solution.

Change-Id: Ie1d71615f699bc0d3c63f8b80aa7b40b9971cf96

9 years agoAdd challenge to IGateKeeperService
Andres Morales [Fri, 10 Apr 2015 02:14:42 +0000 (19:14 -0700)]
Add challenge to IGateKeeperService

required for enrolling secondary auth form-factors

Change-Id: Id5a1eb1ed22f01fbaabe8e4ebddfc42d58322625

9 years agoWire up GateKeeper to LockSettingsService
Andres Morales [Tue, 31 Mar 2015 16:19:50 +0000 (09:19 -0700)]
Wire up GateKeeper to LockSettingsService

Adds:
- Communication to GKService
- password upgrade flow
- enroll takes previous credential

Change-Id: I0161b64642be3d0e34ff4a9e6e3ca8569f2d7c0a

9 years agoMerge "Add a status callback for location batching in FLP HAL"
David Christie [Tue, 14 Apr 2015 01:30:14 +0000 (01:30 +0000)]
Merge "Add a status callback for location batching in FLP HAL"

9 years agoMerge "media: add CodecCapabilities.getMaxSupportedInstances."
Ronghua Wu [Tue, 14 Apr 2015 01:10:29 +0000 (01:10 +0000)]
Merge "media: add CodecCapabilities.getMaxSupportedInstances."

9 years agoam 1770f9cf: am 3afca74a: Merge "BatteryStats: Adds an additional condition to avoid...
Ruchi Kandoi [Tue, 14 Apr 2015 00:47:17 +0000 (00:47 +0000)]
am 1770f9cf: am 3afca74a: Merge "BatteryStats: Adds an additional condition to avoid ArrayIndexOutOfBounds."

* commit '1770f9cfa546dbacb622550ef845c2dcb7f9b995':
  BatteryStats: Adds an additional condition to avoid ArrayIndexOutOfBounds.

9 years agoam 3afca74a: Merge "BatteryStats: Adds an additional condition to avoid ArrayIndexOut...
Ruchi Kandoi [Tue, 14 Apr 2015 00:35:03 +0000 (00:35 +0000)]
am 3afca74a: Merge "BatteryStats: Adds an additional condition to avoid ArrayIndexOutOfBounds."

* commit '3afca74a2a40b4e957630909fe5df76aa550da69':
  BatteryStats: Adds an additional condition to avoid ArrayIndexOutOfBounds.

9 years agoMerge "Delay syncs for idle apps"
Amith Yamasani [Tue, 14 Apr 2015 00:34:16 +0000 (00:34 +0000)]
Merge "Delay syncs for idle apps"

9 years agoAdd a status callback for location batching in FLP HAL
David Christie [Mon, 13 Apr 2015 03:57:57 +0000 (20:57 -0700)]
Add a status callback for location batching in FLP HAL

-Allows GmsCore to know when location is unsuccessful so
 it can switch to a SW solution.

Change-Id: I3d1df7b828f7fb189446881eea87d9a952310614

9 years agoAdd name to ScriptGroup2.Builder.create() method
Yang Ni [Fri, 3 Apr 2015 00:47:56 +0000 (17:47 -0700)]
Add name to ScriptGroup2.Builder.create() method

This name will be used to name the .so file generated for the
script group with fused kernels.

Change-Id: I46e351c8412740512f56b7915b14f36183c6eeaf

9 years agoMerge "BatteryStats: Adds an additional condition to avoid ArrayIndexOutOfBounds."
Ruchi Kandoi [Tue, 14 Apr 2015 00:17:09 +0000 (00:17 +0000)]
Merge "BatteryStats: Adds an additional condition to avoid ArrayIndexOutOfBounds."

9 years agoMerge "Add capability callback for FLP HAL."
David Christie [Tue, 14 Apr 2015 00:09:35 +0000 (00:09 +0000)]
Merge "Add capability callback for FLP HAL."