TreeHugger Robot
b61e67fc0c
Merge "Disable the sync now menu while no any synced item" into rvc-dev am: cdaf5d38b5
am: 4758893d86
am: bab104e792
am: 3e63e060a5
...
Change-Id: I26ccf6d734195d059ec69b9af432bb5346f4562c
2020-03-20 16:06:07 +00:00
TreeHugger Robot
12b1351e82
Merge "Update summary of low battery tip in tests." into rvc-dev am: 781ca5864d
am: 41bb03252b
am: c2696012ea
am: 6a97f6cbb4
...
Change-Id: Iecfa8a21c93cb2304473479ad07c877abf769ed4
2020-03-20 16:05:31 +00:00
TreeHugger Robot
bab104e792
Merge "Disable the sync now menu while no any synced item" into rvc-dev am: cdaf5d38b5
am: 4758893d86
...
Change-Id: Ia276b3d9dc6080c7fb9e7626124091e29d13d351
2020-03-20 15:57:36 +00:00
TreeHugger Robot
c2696012ea
Merge "Update summary of low battery tip in tests." into rvc-dev am: 781ca5864d
am: 41bb03252b
...
Change-Id: I216ad70b7b4e5dd1bd1cfaf9e497c22ed1cdccd8
2020-03-20 15:31:26 +00:00
TreeHugger Robot
935c9d8a24
Merge "Ignore broken tests" into rvc-dev am: 3eddda5985
am: 8957104180
...
Change-Id: Ia34cb0dce1df0498fed4393bb8ff2e1329a2ba95
2020-03-20 15:31:19 +00:00
TreeHugger Robot
0236770db5
Merge "Ignore broken test cases" into rvc-dev am: 9e118ed61e
am: 75c0374185
...
Change-Id: I5525a6d0fe384c65f04950c67d076e5761a784ea
2020-03-20 15:31:07 +00:00
TreeHugger Robot
cdaf5d38b5
Merge "Disable the sync now menu while no any synced item" into rvc-dev
2020-03-20 15:25:04 +00:00
TreeHugger Robot
781ca5864d
Merge "Update summary of low battery tip in tests." into rvc-dev
2020-03-20 15:10:17 +00:00
TreeHugger Robot
3eddda5985
Merge "Ignore broken tests" into rvc-dev
2020-03-20 15:09:02 +00:00
Joshua Duong
04bc02223e
Merge changes from topic "adbwifi-bugs"
...
* changes:
Add toast error message for no WiFi on wireless debugging.
Add visibility control to ADB QR code preference.
2020-03-20 15:07:14 +00:00
Joshua Duong
564f6ba770
Add toast error message for no WiFi on wireless debugging.
...
Show a toast to connect to a WiFi network when the user tries to
enable wireless debugging while not connected to any Wi-Fi network.
Bug: 150139061
Bug: 149843499
Test: make RunSettingsRoboTests ROBOTEST_FILTER=WirelessDebuggingPreferenceControllerTest
Test: make RunSettingsRoboTests ROBOTEST_FILTER=WirelessDebuggingEnablerTest
Change-Id: I389f5fddc874f60e8156ecf6ef2f1c6eddc1d7a5
Exempt-From-Owner-Approval: LGTM
2020-03-20 15:05:28 +00:00
Tsung-Mao Fang
86ddac58a9
Ignore broken tests
...
Bug: 151913744
Bug: 151572330
Test: robo test
Change-Id: I59abca488d8cff2eb043ebe66aff9563cf3a01d4
Merged-In: I59abca488d8cff2eb043ebe66aff9563cf3a01d4
(cherry picked from commit ae8fbea47a
)
2020-03-20 12:49:53 +00:00
Tsung-Mao Fang
036f83983d
Ignore broken test cases
...
Test: Run robo test
Bug: 151572330
Change-Id: I2e2f0664d6e26827513632772e6b77c9f8b089a7
Merged-In: I2e2f0664d6e26827513632772e6b77c9f8b089a7
(cherry picked from commit d4ba7c1fa7
)
2020-03-20 12:49:13 +00:00
Yi-Ling Chuang
7166ab38c2
Update summary of low battery tip in tests.
...
Bug: 144865404
Test: robotests
Change-Id: I4ec1966f765e7b44dc7affbcb46ba35c3fe6caea
2020-03-20 20:19:23 +08:00
TreeHugger Robot
c2e24ebb2b
Merge "[Wi-Fi] Fix Wi-Fi broken tests"
2020-03-20 08:53:54 +00:00
Arc Wang
4fafe6716c
[Wi-Fi] Fix Wi-Fi broken tests
...
Bug: 150910070
Test: make RunSettingsRoboTests -j ROBOTEST_FILTER=com.android.settings.wifi
Change-Id: Ie9b9384610857e2999fe4642a93c2d31ce3315f3
2020-03-20 15:41:29 +08:00
Goven Liu
22d36871c0
Merge "[Wi-Fi] Add API to handle help button click event" into rvc-dev am: b626a602c9
am: a3e9660230
am: 1db751a1d3
am: 8450e47487
...
Change-Id: Ic6ccbc9086d500da823282234f2fcc845c8ff4ac
2020-03-20 05:30:09 +00:00
Goven Liu
1db751a1d3
Merge "[Wi-Fi] Add API to handle help button click event" into rvc-dev am: b626a602c9
am: a3e9660230
...
Change-Id: Ia16dae9b6da10974921566f8299eb4b85e128a1d
2020-03-20 05:08:57 +00:00
Goven Liu
b626a602c9
Merge "[Wi-Fi] Add API to handle help button click event" into rvc-dev
2020-03-20 04:54:46 +00:00
TreeHugger Robot
73dfd97ca6
Merge "Fixes incorrect Settings usages in ContextualAdaptiveSleepSliceTest" into rvc-dev am: b33c16cacb
am: bf82eab918
am: 33a8eb6d3a
am: 613f585f35
...
Change-Id: I64abf26504772fb7411ee5ae7b45c1a824b06c68
2020-03-20 04:37:10 +00:00
Joshua Duong
6178918653
Add visibility control to ADB QR code preference.
...
The preference should be hidden if isAdbWifiQrSupported() is false.
Bug: 150163684
Bug: 149843499
Test: make RunSettingsRoboTests ROBOTEST_FILTER=AdbQrCodePreferenceControllerTest
Change-Id: I3e833440fb1a6f369ac97cec8db04f2b99dd4640
2020-03-19 21:28:13 -07:00
TreeHugger Robot
33a8eb6d3a
Merge "Fixes incorrect Settings usages in ContextualAdaptiveSleepSliceTest" into rvc-dev am: b33c16cacb
am: bf82eab918
...
Change-Id: Ifecd2010f27b8ba5863a25adfae513b5b347b5c2
2020-03-20 04:13:15 +00:00
TreeHugger Robot
b33c16cacb
Merge "Fixes incorrect Settings usages in ContextualAdaptiveSleepSliceTest" into rvc-dev
2020-03-20 03:40:00 +00:00
govenliu
907e402cfa
[Wi-Fi] Add API to handle help button click event
...
Add API to launch help page when Openroaming help button is tapped.
Bug: 146669261
Test: Add openSubscriptionHelpPage_shouldCallStartActivityForResult unit test to check StartActivityForResult had been launched correctly.
Change-Id: If18248e7d985215e65dfdc5742cd9007efbbff1a
2020-03-19 23:22:36 +00:00
Yi Jiang
80d0fa1c5e
Fixes incorrect Settings usages in ContextualAdaptiveSleepSliceTest
...
Bug: 139319542
Test: atest ContextualAdaptiveSleepSliceTest
Change-Id: Ie10e8c06382594fe417d9d495b8b071afb717723
2020-03-19 15:39:34 -07:00
Michael Groover
3c14b044ff
Merge "Add developer option to disable automatic adb grant revocation" into rvc-dev am: 0a189b3abe
am: 44c041651b
am: 81020f989d
am: 64453c54f0
...
Change-Id: I0bd0205132c4e60b3b0968d62cfc66b4412b686e
2020-03-19 22:20:23 +00:00
Varun Anand
61d26322b3
Merge "Fix the availability of UseOpenWifiPreferenceController." into rvc-dev am: 4ebfaec3a3
am: 742cec9ad4
am: 5f0937286b
am: acb2d24b80
...
Change-Id: I9d7c382c30de485c5530960c996775010e57c361
2020-03-19 22:05:53 +00:00
Hall Liu
900ccba596
Merge "Rename NotificationChannel#setBlockableSystem" into rvc-dev am: 64e48c2061
am: f0f5796b95
am: a81102b92c
am: 30de5f4593
...
Change-Id: I18ffb79438ebc5cfb22b748953501f6a72ebf107
2020-03-19 21:54:53 +00:00
Michael Groover
81020f989d
Merge "Add developer option to disable automatic adb grant revocation" into rvc-dev am: 0a189b3abe
am: 44c041651b
...
Change-Id: I464c0b36d00f725526fad04715497330e9a557e6
2020-03-19 21:50:35 +00:00
Varun Anand
5f0937286b
Merge "Fix the availability of UseOpenWifiPreferenceController." into rvc-dev am: 4ebfaec3a3
am: 742cec9ad4
...
Change-Id: I0058545d4d9fa0cd7d524e8790e885e59208216f
2020-03-19 21:46:23 +00:00
Michael Groover
0a189b3abe
Merge "Add developer option to disable automatic adb grant revocation" into rvc-dev
2020-03-19 21:31:01 +00:00
Varun Anand
4ebfaec3a3
Merge "Fix the availability of UseOpenWifiPreferenceController." into rvc-dev
2020-03-19 21:21:22 +00:00
Hall Liu
f0f5796b95
Merge "Rename NotificationChannel#setBlockableSystem" into rvc-dev am: 64e48c2061
...
Change-Id: I9224f80e87ab21b00ce78427c093b5b686c9ddea
2020-03-19 21:09:09 +00:00
Hall Liu
64e48c2061
Merge "Rename NotificationChannel#setBlockableSystem" into rvc-dev
2020-03-19 21:06:54 +00:00
Peter Wang
1e01a47192
Merge "[API Review] APIs in SubscriptionManager" into rvc-dev am: 6c95bb5cf6
am: e85186f38e
am: b3bf9454eb
am: 0e48aeb71d
...
Change-Id: Iebd334eab73b33ec6a7b504cb41b357431536722
2020-03-19 20:49:45 +00:00
Peter Wang
e85186f38e
Merge "[API Review] APIs in SubscriptionManager" into rvc-dev am: 6c95bb5cf6
...
Change-Id: I904e10cf91836c1d25d6b318dff364185f5a796f
2020-03-19 20:16:15 +00:00
Peter Wang
6c95bb5cf6
Merge "[API Review] APIs in SubscriptionManager" into rvc-dev
2020-03-19 20:07:39 +00:00
Anna Trostanetski
16ae268c3a
Merge "Show only listUIChanges instead of all" into rvc-dev am: 550a0459f2
am: ad2cfe0576
am: 8d3e10a881
am: 70e4cd2cd5
...
Change-Id: I9e062235f6141ae92dcd8d1ecd638cfc00040db8
2020-03-19 15:40:09 +00:00
Anna Trostanetski
ad2cfe0576
Merge "Show only listUIChanges instead of all" into rvc-dev am: 550a0459f2
...
Change-Id: I7aee0a9989d928d787288603abe5bcc043c648ad
2020-03-19 14:53:50 +00:00
Sunny Shao
0030d78b62
Disable the sync now menu while no any synced item
...
- Check the number of the switch on for all SyncStateSwitchPreferences to
enable/disable the sync now menu item.
Fixes: 147030748
Test: make RunSettingsRoboTests -j ROBOTEST_FILTER=com.android.settings.accounts
Change-Id: I88e4b042e6d236b98866b9e8bff9ec2c64b41b87
2020-03-19 20:58:29 +08:00
Tsung-Mao Fang
ae8fbea47a
Ignore broken tests
...
Bug: 151913744
Bug: 151572330
Test: robo test
Change-Id: I59abca488d8cff2eb043ebe66aff9563cf3a01d4
2020-03-19 19:40:08 +08:00
atrost
74117346a6
Show only listUIChanges instead of all
...
Use the new method that filters out changes that shouldn't be in the
developer UI.
Exempt-From-Owner-Approval: Roll forward of unchanged reverted change previously approved.
Test: make RunSettingsRoboTests ROBOTEST_FILTER=PlatformCompatDashboardTest
Bug: 151299145
Change-Id: I5b461b33484a38d0c6a5b7bf7e928231dd662668
2020-03-19 09:30:15 +00:00
tim peng
b437f1b7e4
Merge "Close panel when media stop" into rvc-dev am: 91ad46fa60
am: 01d3b13273
am: 65c0fd1747
am: 5ecb29d9aa
...
Change-Id: I0cbe73e5fac981148574980656cf415644fbd50a
2020-03-19 07:10:58 +00:00
tim peng
65c0fd1747
Merge "Close panel when media stop" into rvc-dev am: 91ad46fa60
am: 01d3b13273
...
Change-Id: Ie9461236f3f801f1eaa6c07420829f51d680fc72
2020-03-19 06:40:38 +00:00
tim peng
8e8ac25c41
Merge "Close panel when media stop" into rvc-dev am: 91ad46fa60
...
Change-Id: I0015e42b8a6e1bf4fd0c96807e2465a12af84df9
2020-03-19 06:26:54 +00:00
tim peng
91ad46fa60
Merge "Close panel when media stop" into rvc-dev
2020-03-19 06:08:05 +00:00
Bonian Chen
edfa0d3277
Merge "[Settings] Replace ImsManager#getImsServiceState()" into rvc-dev am: c073abaf2e
am: a65de8cd51
am: 0013a04115
am: 7b196f6b84
...
Change-Id: Iac3dc794074338f1c4491dcb7b97964fb3f8df91
2020-03-19 05:54:16 +00:00
Bonian Chen
a65de8cd51
Merge "[Settings] Replace ImsManager#getImsServiceState()" into rvc-dev am: c073abaf2e
...
Change-Id: Id53c6a31d6c3dcf61482f1d3fcff13bb17a6ffa3
2020-03-19 04:48:29 +00:00
Bonian Chen
c073abaf2e
Merge "[Settings] Replace ImsManager#getImsServiceState()" into rvc-dev
2020-03-19 04:35:39 +00:00
Varun Anand
310ddbb79f
Fix the availability of UseOpenWifiPreferenceController.
...
Right now, it crashes if mEnableUseWifiComponentName is disabled by the
open wifi app.
Bug: 150773571
Test: manual - along with ag/10741759, verified that disabling
mEnableUseWifiComponentName hides the toggle instead of causing crash.
Test: make RunSettingsRoboTests ROBOTEST_FILTER=UseOpenWifiPreferenceControllerTest
Change-Id: I47e36fab411e4e4d1a23b7c91504139f124222e1
2020-03-18 19:50:50 -07:00