Bonian Chen
8034f50076
Merge "[Settings] Sync summary of call preference with dialer" into rvc-dev am: 51433a5ea8 am: 408e49b369
...
Change-Id: I6090250799a1985c2d2f8d53c304c03ed3b6f14a
2020-04-27 09:46:39 +00:00
TreeHugger Robot
c343242cd6
Merge "[Wi-Fi] Add object comments for WifiTrackerLib migration" into rvc-dev am: 71b353352c
...
Change-Id: I1ed7e9356ed5fd2a92116ace80770723aa200f96
2020-04-27 09:31:54 +00:00
TreeHugger Robot
854130ec24
Merge "[Wi-Fi] Add object comments for WifiTrackerLib migration" into rvc-dev am: 71b353352c
...
Change-Id: Ie798a4182e284c9b2ac9ec5cfe42669b32a46e11
2020-04-27 09:31:40 +00:00
Bonian Chen
08ea07fb44
Merge "[Settings] Sync summary of call preference with dialer" into rvc-dev am: 51433a5ea8
...
Change-Id: I1542af86709326dc6db1bef691523df0e435d01a
2020-04-27 09:31:31 +00:00
Bonian Chen
408e49b369
Merge "[Settings] Sync summary of call preference with dialer" into rvc-dev am: 51433a5ea8
...
Change-Id: Ic99a56c4a37733ee40334f33d71c1a30f3713772
2020-04-27 09:31:17 +00:00
Edgar Wang
9f196efcad
Fix when search "storage", there are multiple results
...
root cause: if device doesn't have external storage,
StorageSettings will launch PrivateVolumeSettings and finish itself.
But we still index the preferences in StorageSettings.
Solution: Check if device doesn't support external storage,
add all of StorageSettings preference into nonIndexableKey list.
Bug: 152366015
Test: robotest & manual
Change-Id: Ib559db3455d46a343ad7eb73e54eb72d0e833308
2020-04-27 17:23:46 +08:00
TreeHugger Robot
71b353352c
Merge "[Wi-Fi] Add object comments for WifiTrackerLib migration" into rvc-dev
2020-04-27 09:15:00 +00:00
Bonian Chen
51433a5ea8
Merge "[Settings] Sync summary of call preference with dialer" into rvc-dev
2020-04-27 09:14:22 +00:00
Bonian Chen
e17e302c9e
[Settings] Sync summary of call preference with dialer
...
Replacing the display of summary part within Settings' calls preference
by VoIP account when configured calling account settings within Dialer.
The click behavior for calls preference remain unchanged, due to this is
the configuration for subscription (instead of for all kinds of
accounts).
Bug: 136277187
Test: manual
Test: make RunSettingsRoboTests -j ROBOTEST_FILTER=DefaultSubscriptionControllerTest
Change-Id: Iaa5fa1f3efe7ba2463caa0b450077f885d42b1c8
2020-04-27 08:53:18 +00:00
TreeHugger Robot
0de5e57557
Merge "Dynamic grouping failed the first time" into rvc-dev am: 2e16d78872 am: 03f59415ce
...
Change-Id: I525165fad42c5a32e57d3a644c95ae691db2e0d8
2020-04-27 08:51:16 +00:00
Bonian Chen
9ca919591d
Merge "[Settings] Support re-init DataUsageSummaryPreferenceController" into rvc-dev am: 1b5f347893 am: 5450d488b4
...
Change-Id: I8a2df3dd2b72c2901640579a739b86477d609bae
2020-04-27 08:51:01 +00:00
TreeHugger Robot
a7183d4323
Merge "Dynamic grouping failed the first time" into rvc-dev am: 2e16d78872
...
Change-Id: I44d7a0b8dc13bf158129925d2f8e039a27702cdc
2020-04-27 08:38:46 +00:00
Bonian Chen
8e09bdaa6b
Merge "[Settings] Support re-init DataUsageSummaryPreferenceController" into rvc-dev am: 1b5f347893
...
Change-Id: I5558030dedf0992859afb4bacede6daf6a66df86
2020-04-27 08:38:39 +00:00
TreeHugger Robot
03f59415ce
Merge "Dynamic grouping failed the first time" into rvc-dev am: 2e16d78872
...
Change-Id: I193214a4dd54c751ea6bee005a4b6b847cf171d7
2020-04-27 08:38:38 +00:00
Bonian Chen
5450d488b4
Merge "[Settings] Support re-init DataUsageSummaryPreferenceController" into rvc-dev am: 1b5f347893
...
Change-Id: Iece45eb3a95b4c45bf42d346f814c693071d60f4
2020-04-27 08:38:30 +00:00
TreeHugger Robot
2e16d78872
Merge "Dynamic grouping failed the first time" into rvc-dev
2020-04-27 08:35:48 +00:00
Bonian Chen
1b5f347893
Merge "[Settings] Support re-init DataUsageSummaryPreferenceController" into rvc-dev
2020-04-27 08:26:46 +00:00
PETER LIANG
cf04f8f50c
Merge "Add the enabled status into the condition for the service which is VolumeShortcutToggle type." into rvc-dev am: c0fc0e4542 am: 6597cf6cb2
...
Change-Id: Id858ac61f4886029ef3217ef206b1448de5f53d5
2020-04-27 07:56:26 +00:00
PETER LIANG
8cb13577f0
Merge "Add the enabled status into the condition for the service which is VolumeShortcutToggle type." into rvc-dev am: c0fc0e4542
...
Change-Id: I9b825f6f223a4885a69df9ed6be375452e9432bb
2020-04-27 07:33:10 +00:00
PETER LIANG
6597cf6cb2
Merge "Add the enabled status into the condition for the service which is VolumeShortcutToggle type." into rvc-dev am: c0fc0e4542
...
Change-Id: Ie6d62f2b2731c756eae1d90368c3cf19d410edd7
2020-04-27 07:33:00 +00:00
PETER LIANG
c0fc0e4542
Merge "Add the enabled status into the condition for the service which is VolumeShortcutToggle type." into rvc-dev
2020-04-27 07:20:16 +00:00
Arc Wang
b33a59b860
[Wi-Fi] Add object comments for WifiTrackerLib migration
...
Migrating from Wi-Fi SettingsLib to to WifiTrackerLib, there are
both some Settings files of both version. Developers should
develop on new version files.
Bug: 152571756
Test: compile
Change-Id: I4446e2e333663bf69daa1ceff102775889021851
2020-04-27 14:28:13 +08:00
hughchen
d02c31e693
Hide the "play media to" option
...
This CL will hide the "play media to" option is there are no active
media session and media state is not playing.
Bug: 154457882
Test: manually test
Change-Id: If272a336f06b51e7a2e1605c8dc092b2ca134c25
2020-04-27 11:42:06 +08:00
Peter_Liang
9e50eb1598
Add the enabled status into the condition for the service which is VolumeShortcutToggle type.
...
Root cause: Shouldn't show the tutorial related to accessibility button when the service which has the accessibility button flag and is VolumeShortcutToggle type is not turned on.
Next: Add the status of the corresponding service.
Bug: 148989018
Test: manual test
Change-Id: Icc1dc071387e34401ecf67ed9fbc7bd4f9f9d612
2020-04-27 02:42:19 +00:00
Amit Mahajan
1ae72f1886
Merge "Look up CBS package name through PackageManager." into rvc-dev am: 3becd37d47 am: 4aa834efcd
...
Change-Id: I05a8cb4599ac14ae671690b91d97cbcfc461e2f1
2020-04-27 00:10:29 +00:00
Amit Mahajan
a48e85d028
Merge "Look up CBS package name through PackageManager." into rvc-dev am: 3becd37d47
...
Change-Id: I5cb2e64401aa132470b0b771fad4bc50848a809c
2020-04-26 23:52:53 +00:00
Amit Mahajan
4aa834efcd
Merge "Look up CBS package name through PackageManager." into rvc-dev am: 3becd37d47
...
Change-Id: Ib7987a370ba181a36b139fbb66b57a9668dfffe6
2020-04-26 23:52:42 +00:00
Amit Mahajan
3becd37d47
Merge "Look up CBS package name through PackageManager." into rvc-dev
2020-04-26 23:41:30 +00:00
Bonian Chen
1e465439ad
Merge "[Settings] Fix DataUsageUtilsTest" into rvc-dev am: b9217e8e17 am: 7976cfc02d
...
Change-Id: Ia12ae46141f42366faed193e1bb344251a672290
2020-04-25 05:20:51 +00:00
Bonian Chen
a261865632
Merge "[Settings] Fix DataUsageUtilsTest" into rvc-dev am: b9217e8e17
...
Change-Id: If8d10cc456874cb1772ce51aacf624b1467f47f2
2020-04-25 05:06:50 +00:00
Bonian Chen
7976cfc02d
Merge "[Settings] Fix DataUsageUtilsTest" into rvc-dev am: b9217e8e17
...
Change-Id: Ifc346d43a3a7209304048da212f35326f543308f
2020-04-25 05:06:36 +00:00
Bonian Chen
b9217e8e17
Merge "[Settings] Fix DataUsageUtilsTest" into rvc-dev
2020-04-25 04:54:04 +00:00
Amit Mahajan
b6139c0caf
Look up CBS package name through PackageManager.
...
Instead of hardcoding it.
Test: manual
Bug: 154436403
Change-Id: I0feb356e6cd4868f71198bdee49a7658b4b98b5d
2020-04-24 13:46:11 -07:00
TreeHugger Robot
2a0847f29f
Merge "Add SearchIndexable to Power Menu" into rvc-dev am: 482968c84b am: 5bd1d6693f
...
Change-Id: I070341c00753fe9783fedee218c8a835d15a96df
2020-04-24 19:46:26 +00:00
TreeHugger Robot
d506c17694
Merge "Add SearchIndexable to Power Menu" into rvc-dev am: 482968c84b
...
Change-Id: I8d745265c999e52987827a7a5e3ba2c409ecf481
2020-04-24 19:35:46 +00:00
TreeHugger Robot
5bd1d6693f
Merge "Add SearchIndexable to Power Menu" into rvc-dev am: 482968c84b
...
Change-Id: I360e3fc7967c71fd07d3a65f69eb7605fe954b2f
2020-04-24 19:35:40 +00:00
Fabian Kozynski
11c5f9427c
Add SearchIndexable to Power Menu
...
Test: build
Fixes: 154854301
Change-Id: Ibf35ca678b01bc0f1face8f7375defa18593e5a6
2020-04-24 13:51:34 -04:00
TreeHugger Robot
46917ef154
Merge "[Wi-Fi] Add IMSI privacy protection warning summary" into rvc-dev am: 0a98937baf am: 204c1bc8f5
...
Change-Id: I18fd9c5bcfd70db343fb9ecd0eefda724f47c3b7
2020-04-24 08:56:46 +00:00
TreeHugger Robot
beacdf9774
Merge "[Wi-Fi] Add IMSI privacy protection warning summary" into rvc-dev am: 0a98937baf
...
Change-Id: Idb79edf5ef01ab33bcbd6625279f2eb21cd44c68
2020-04-24 08:40:06 +00:00
TreeHugger Robot
204c1bc8f5
Merge "[Wi-Fi] Add IMSI privacy protection warning summary" into rvc-dev am: 0a98937baf
...
Change-Id: I061f46e5d5c3f42d8265ad490858398469f0a6b6
2020-04-24 08:40:02 +00:00
TreeHugger Robot
0a98937baf
Merge "[Wi-Fi] Add IMSI privacy protection warning summary" into rvc-dev
2020-04-24 08:32:55 +00:00
Tim Peng
c433a867b3
Dynamic grouping failed the first time
...
-Check if Worker is null
-Add test case
Bug: 154875482
Test: make -j50 RunSettingsRoboTests
Change-Id: I84572ef77cc9a48c3133d96fd2255754bc1cf67c
2020-04-24 07:45:24 +00:00
TreeHugger Robot
1292188a56
Merge "[Wi-Fi] Add new unit test file WifiP2pSettingsTest.java." into rvc-dev am: a4590dc227 am: 1bb16670c6
...
Change-Id: Iecf8ef5d296089b5db46ca0d6beb1f6ed939cce1
2020-04-24 06:52:52 +00:00
TreeHugger Robot
ab43d59d5d
Merge "[Wi-Fi] Add new unit test file WifiP2pSettingsTest.java." into rvc-dev am: a4590dc227
...
Change-Id: I959183b22cb6b33a8f2ae9f28d2c6130c47447df
2020-04-24 06:41:28 +00:00
TreeHugger Robot
1bb16670c6
Merge "[Wi-Fi] Add new unit test file WifiP2pSettingsTest.java." into rvc-dev am: a4590dc227
...
Change-Id: I21cd0fe886eecedd3474f0ff77c76d730a7bd82d
2020-04-24 06:41:16 +00:00
TreeHugger Robot
a4590dc227
Merge "[Wi-Fi] Add new unit test file WifiP2pSettingsTest.java." into rvc-dev
2020-04-24 06:23:06 +00:00
TreeHugger Robot
f98b6fe342
Merge "Update low battery level for advance bluetooth device" into rvc-dev am: 5eeec19464 am: 254de52561
...
Change-Id: Ia0809929827852856411ca3eb5483743eaac3b95
2020-04-24 05:47:44 +00:00
TreeHugger Robot
f315f49a91
Merge "Update low battery level for advance bluetooth device" into rvc-dev am: 5eeec19464
...
Change-Id: I986571d0650157becbf1efd11a9891eb5478e4bf
2020-04-24 05:35:09 +00:00
TreeHugger Robot
254de52561
Merge "Update low battery level for advance bluetooth device" into rvc-dev am: 5eeec19464
...
Change-Id: Iaab07a1e88463a4c1e346aaae2de83cf39383b57
2020-04-24 05:34:57 +00:00
TreeHugger Robot
5eeec19464
Merge "Update low battery level for advance bluetooth device" into rvc-dev
2020-04-24 05:25:59 +00:00