194285 Commits

Author SHA1 Message Date
Pierre Vandwalle
8944741c4f keep hal based pno disabled by default
Change-Id: Ia0de13fa127877a6bfd8b46b5a8b940b1faa7f3d
(cherry picked from commit e447fcd445f339f12d81dafa98a3b8d8a6a1ae7e)
2015-06-02 13:31:48 -07:00
Pierre Vandwalle
5ddc65b986 fix annoying typo
Change-Id: Ic8411d622755ee168da6495d2e86201fb3c1154f
(cherry picked from commit c4ea0369dd01ec1ed53b5c8930d2f3831d793442)
2015-06-02 13:31:40 -07:00
Pierre Vandwalle
d07695ad94 enable SSID whitelist
Change-Id: Ic95a0ecd1d7ad7ae2a0f6232b2e8688fdb41dcc2
(cherry picked from commit 4f7606eb88ffcaa264aeb29241c59c403a879f25)
2015-06-02 13:31:15 -07:00
xinhe
81815e0858 Rename HandlerThread name in RttManager
The sHandlerThread name in RttManager is called "WifiScanner".
    It should be changed to RTTManager

Bug:21299667
Change-Id: I545d0810544295fb39d95b5c3d8fe89c3b8fc073
(cherry picked from commit 4451685c7fd16c9a9a77791bb5bc9e4f23f1b6e8)
2015-06-02 13:30:19 -07:00
Jason Monk
3b230077dc Tuner: Let Status bar be tuned
Also fix a crash in the QSTuner

Bug: 21192440
Change-Id: Ideb8e34b93a4b456d758266dfc06545e7f7ab109
2015-06-02 16:29:35 -04:00
Joe Fernandez
79106d1cde docs: Remove ADT-1 RMA form link
b/21320993

Change-Id: I5d3b192c69a1aa9c9ebbb16ce45b8ece0e44e164
2015-06-02 13:25:25 -07:00
Winson Chung
42fde939ea Merge "Use immutable ashmem bitmaps in screenshot notifications." into mnc-dev 2015-06-02 20:20:07 +00:00
Adrian Roos
3546c61b27 Remove obsolete symbols
Change-Id: I8e95e82ef4f954376c57685df80184416d579fe5
2015-06-02 19:56:11 +00:00
Robin Lee
02a400ca6e Merge "Device policy: consistent javadoc and annotations" into mnc-dev 2015-06-02 19:53:41 +00:00
Adrian Roos
1ea14d6696 Merge "aapt: add option for stricter symbol generation" into mnc-dev 2015-06-02 19:52:32 +00:00
Tao Bao
4c433ee538 Fix the NPE when checking mRebootReason
Bug: 21584198
Change-Id: Ie11092dbc771b54bd049d258dc705835a3eda494
2015-06-02 12:46:15 -07:00
Jason Monk
a2bb03925b Handle network info updates while scanning is paused
Bug: 21581533
Change-Id: I4216c3e9b64cb758e32dd93c39061f9d7a642ee0
2015-06-02 12:46:14 -07:00
Wale Ogunwale
e8d84beff9 Enabled WMS.DEBUG_STARTING_WINDOW
To debug starting window issue reported in comment #38
of b/21384482

Bug 21384482

Change-Id: I2fbafda5fa79448057cf27a65d1be9b96894770e
2015-06-02 12:46:13 -07:00
Ruben Brunk
4ac084d4ff Make CameraService proxy retry behavior more lenient.
Bug: 21527760
Change-Id: I70abea66f1d1fafffcfdd8e30b0cff244f814e59
2015-06-02 12:46:13 -07:00
Winson Chung
1b87be470a Use immutable ashmem bitmaps in screenshot notifications.
Bug 21037890
Change-Id: Ib5ed32bb475e1e8f7b3407ac72f53a6d640ffad1
2015-06-02 12:18:05 -07:00
Tao Bao
da3f63ffb8 Merge "Fix the NPE when checking mRebootReason" into mnc-dev 2015-06-02 19:17:53 +00:00
Doris Liu
7c3185e0b4 Merge "Fix calls to Rect.intersect(Rect) in package com.android.server.wm" into mnc-dev 2015-06-02 19:13:36 +00:00
Tao Bao
983d449a84 Fix the NPE when checking mRebootReason
Bug: 21584198
Change-Id: Ie11092dbc771b54bd049d258dc705835a3eda494
2015-06-02 12:12:53 -07:00
Jason Monk
f3edbb55dd Merge "Handle network info updates while scanning is paused" into mnc-dev 2015-06-02 18:59:46 +00:00
Ruben Brunk
a90c453d17 Merge "Make CameraService proxy retry behavior more lenient." into mnc-dev 2015-06-02 18:55:31 +00:00
Robin Lee
25e264507c Device policy: consistent javadoc and annotations
Annotated all uses of the ComponentName parameter to methods in
DevicePolicyManager to indicate whether null is acceptable.

Deleted/fixed some inconsistent or poorly-worded documentation.

Bug: 21422939
Change-Id: Iadfa78c5170bf4899a9daaf93c3d4e9d8b170a45
2015-06-02 11:55:21 -07:00
Wale Ogunwale
16dbf0c79c Merge "Enabled WMS.DEBUG_STARTING_WINDOW" into mnc-dev 2015-06-02 18:55:10 +00:00
Wale Ogunwale
c9a0452244 Merge "@hide TYPE_APPLICATION_ABOVE_SUB_PANEL window type." into mnc-dev 2015-06-02 18:54:55 +00:00
Jason Monk
a296c69cc2 Handle network info updates while scanning is paused
Bug: 21581533
Change-Id: I4216c3e9b64cb758e32dd93c39061f9d7a642ee0
2015-06-02 14:52:22 -04:00
Jorim Jaggi
a16cc15f6c Make sure starting windows only draw once
The panel menu was invalidated, and thus a runnable was posted for
the next frame, to update the panel menu, and invalidate the view. We
avoid this by not invalidating the panel menu for starting windows.

Bug: 20949632
Change-Id: I67ca47e3a7ce3ba1d685c2313efa66fb1cdee312
2015-06-02 18:35:56 +00:00
Wale Ogunwale
9573ae1dee Enabled WMS.DEBUG_STARTING_WINDOW
To debug starting window issue reported in comment #38
of b/21384482

Bug 21384482

Change-Id: I2fbafda5fa79448057cf27a65d1be9b96894770e
2015-06-02 11:32:52 -07:00
Andrew Flynn
1fad138f82 Merge "Show Carrier Network Change icon SysUI even while connected" into mnc-dev 2015-06-02 18:28:23 +00:00
Robin Lee
f4d9ecc503 Merge "Revert "Consistent documentation and annotations for DPMS"" into mnc-dev 2015-06-02 18:25:43 +00:00
Robin Lee
49ec19ef6c Revert "Consistent documentation and annotations for DPMS"
This reverts commit 695142a17a657d2c254ec4e1bfad9920f4c54832.

Change-Id: Iaa2abe7e8bcecc5177a395b0dab8f66cc7100d3d
2015-06-02 18:25:28 +00:00
Robin Lee
5de95550b7 Merge "Consistent documentation and annotations for DPMS" into mnc-dev 2015-06-02 18:16:26 +00:00
Robin Lee
695142a17a Consistent documentation and annotations for DPMS
Annotated all uses of the ComponentName parameter to methods in
DevicePolicyManager to indicate whether null is acceptable.

Deleted or fixed some inconsistent or poorly-worded documentation.

Bug: 21422939
Change-Id: I8d86d0968c2af3595f268828ea1625f1ed256d50
2015-06-02 11:15:34 -07:00
Wale Ogunwale
3540f93654 @hide TYPE_APPLICATION_ABOVE_SUB_PANEL window type.
Bug: 21572285
Change-Id: Iff56a8ee5b91e02bd20afb7891bd94a0ec1abba9
2015-06-02 11:07:07 -07:00
Jason Monk
64ff8a541c Add ability to get device by address
Bug: 21444336
Change-Id: I003092a12e93e2eccab736e7da20a6a23df30bbf
2015-06-02 14:05:18 -04:00
Amith Yamasani
af575b9f8e Temporarily whitelist an app for network during doze
API to allow an app to be whitelisted for network and wakelock
access for a short period. So even if the device is in idle
mode, such apps can be given a chance to download the payload
related to a high priority cloud-to-device message.

This API is meant for system apps only.

A new permission CHANGE_DEVICE_IDLE_TEMP_WHITELIST is required
to make this call.

Bug: 21525864
Change-Id: Id7a761a664f21af5d7ff55aa56e8df98d15511ca
2015-06-02 11:05:03 -07:00
Olawale Ogunwale
5b9b66c73c Merge "Should reset mDismissKeyguard on keyguard secure change" into mnc-dev 2015-06-02 17:51:22 +00:00
Olawale Ogunwale
cdc7bf10dd Merge "Fix null pointer dereference when security exception occurs" into mnc-dev 2015-06-02 17:51:03 +00:00
Olawale Ogunwale
cbf400b164 Merge "WindowManagerService not propagating X and Y steps" into mnc-dev 2015-06-02 17:50:38 +00:00
Ruben Brunk
28388e8ab3 Make CameraService proxy retry behavior more lenient.
Bug: 21527760
Change-Id: I70abea66f1d1fafffcfdd8e30b0cff244f814e59
2015-06-02 10:35:53 -07:00
Carlos Valdivia
2ed6369c5d Merge "System Health: Support expiring tokens" into mnc-dev 2015-06-02 17:31:29 +00:00
Dmitriy Ivanov
bb0e5391b8 Merge "Print exception stacktrace on failed scanPackageLI" into mnc-dev 2015-06-02 17:31:03 +00:00
Wei Wang
6f54da32c9 Merge "Expose a few system APIs for BLE scan only mode." into mnc-dev 2015-06-02 17:24:00 +00:00
Wei Wang
f9e3e9e3dd Expose a few system APIs for BLE scan only mode.
Bug: 21562349
Change-Id: Ifc58efcf01edac5b4f9e5266adb966e7bc492209
2015-06-02 10:22:20 -07:00
Jonathan Basseri
9444f4be82 Migrating MmsConfig to CarrierConfigManager.
Define variables in CarrierConfigManager that mirror those in
SmsManager. These will replace MmsConfig. The literal values had to be
moved into this class because classes in frameworks/base/telephony
cannot reference classes in frameworks/opt/telephony.

There is no change to the SmsManager API, but the data available from
SmsManager#getCarrierConfigValues is moving from mms_config.xml files
into the new carrier config API.

Bug: 21085630
Change-Id: I8a88f46c770ddcb3ac6988c29d86f0ca1f211f4a
2015-06-02 10:08:08 -07:00
Carlos Valdivia
91979be880 System Health: Support expiring tokens
In the past android:customTokens=true authenticators were required to handle
their own token caching. This is detrimental for battery when high traffic
authenticators are constantly spinning up processes to start services to do
file io to check their own caches.  This change allows authenticator
implementers to optionally let the framework do some of the work for them by
providing the framework with a expiration time.

The AccountManagerService will make a best effort to re-use the cached
token if possible.

Bug: 21530782

Change-Id: I16a7edba36a220e3891e55cf61c725c2be863323
2015-06-02 09:58:18 -07:00
Svet Ganov
8fa8b95c9d Merge "Respect accessibility importance for before/after node ordering." into mnc-dev 2015-06-02 16:49:47 +00:00
Alan Viverette
5431000830 Merge "Remove strict mode violation from value to string coercion" into mnc-dev 2015-06-02 16:47:53 +00:00
Svet Ganov
2dca7ca9bf Respect accessibility importance for before/after node ordering.
One can set a view to be visited before/after another one for
accessibility but the before/after target views were always added
to the node info for the view regardless if they are included
for accessiilbity. Now the target viwes are reported only if they
should be included for accessibility.

Change-Id: Iba64e6f0ee0dc090c8c3e6a0a940df8c7ecd49d9
2015-06-02 09:45:19 -07:00
Andrew Flynn
55fc8004ad Show Carrier Network Change icon SysUI even while connected
Taking connect/disconnect events into accounts results in frequent jank
while trying to show the icon.

Bug: 21504588
Change-Id: If271980cc46cfc20f80083de17a4b57c42439069
2015-06-02 12:41:53 -04:00
Selim Cinek
233241f13d Fixed a crash with HUNs
Bug: 21500600
Change-Id: Idf0a7be5d58bb5c666b930a0beada1e0ed2869aa
2015-06-02 13:01:11 +00:00
Andre Eisenbach
60598075a0 Bluetooth PAN: Set isPreferred to true (1/2)
isPreferred must always be true for PAN so that the DUT can initiate
a PANU connection with the remote device not only from the internet
access menu in the profile setting, but also from the paired device
list menu.

Currently isPreferred is only true when PAN is in connected state
for the PANU role, so it will return false when the PAN profile is
not connected and the PANU connection will never be initiated
from the paired device list menu.

Change-Id: I120e681a113f56b74b45e01870adf96cdc2ca262
2015-06-02 01:58:58 -07:00