Treehugger Robot
6ea2228e31
Merge "Fix NPE if CarrierConfigManager is not available" am: d01838d8ce
...
Change-Id: I5ff6cfcf79cfeec14571ae4f34ea74fd658025d3
2020-05-27 01:52:00 +00:00
Treehugger Robot
d01838d8ce
Merge "Fix NPE if CarrierConfigManager is not available"
2020-05-27 01:36:46 +00:00
Adam Bookatz
e7465b0f5f
Opening Multiuser doesn't toggle it on
...
This does the following:
Simply opening Settings > Multiuser no longer
globally enables multiuser. The user would have
to actively toggle that switch to globally
enabled it.
(This reverts ag/7002640; a different solution for
that cl's bug is in the same topic as this cl.)
Bug: 137943217
Bug: 141372193
Bug: 149973281
Bug: 130270878
Test: manual: Settings > Multiuser doesn't turn on the systemui avatar
Test: manual: adb shell pm create-user A, does turn on sysui avatar
Change-Id: Ibfdd1dee408c7214d0a097c8d814dae87ffa82ac
2020-05-26 23:01:56 +00:00
Brad Ebinger
525a07ec7f
Fix NPE if CarrierConfigManager is not available
...
Fixes: 155147094
Fixes: 155819375
Test: m RunSettingsRoboTests ROBOTEST_FILTER=com.android.settings.network.telephony
Change-Id: Iecf3e385a88d18c7578eb520449f4042324e21f5
Merged-In: Iecf3e385a88d18c7578eb520449f4042324e21f5
2020-05-26 15:50:41 -07:00
TreeHugger Robot
dc98e092f5
Merge "Import translations. DO NOT MERGE" into mainline-prod
2020-05-26 18:37:37 +00:00
TreeHugger Robot
014afed462
Merge "Import translations. DO NOT MERGE" into mainline-prod
2020-05-26 17:33:04 +00:00
Grace Jia
f29da1c2e7
Merge "Close and disable SIM lock dialogs when SIM removed from device." into rvc-dev am: 5c7f6d1b98
...
Change-Id: Iecbd2c0627c28b68e76440cc2430e753a95fc94b
2020-05-26 17:08:06 +00:00
Grace Jia
330d308c28
Merge "Close and disable SIM lock dialogs when SIM removed from device." into rvc-dev am: 5c7f6d1b98
...
Change-Id: I405a2a227b31a4e03d2f356735e7c06e71f56863
2020-05-26 17:07:34 +00:00
Grace Jia
5c7f6d1b98
Merge "Close and disable SIM lock dialogs when SIM removed from device." into rvc-dev
2020-05-26 16:52:42 +00:00
Edgar Wang
9ffc357a4c
Merge "Change AppPicker theme from dialog to full screen" into rvc-dev am: f3ad1ec7b7
...
Change-Id: I9b1db077c45ea167b06ec06377ecffcbb770fcce
2020-05-26 15:05:02 +00:00
Edgar Wang
857867b809
Merge "Change AppPicker theme from dialog to full screen" into rvc-dev am: f3ad1ec7b7
...
Change-Id: I523f992fd67b31b6d0803454d3567a5c6e03894a
2020-05-26 15:04:55 +00:00
Edgar Wang
f3ad1ec7b7
Merge "Change AppPicker theme from dialog to full screen" into rvc-dev
2020-05-26 14:49:04 +00:00
Bonian Chen
b381ac0bad
[Settings] Avoid SIM toggle switch loopback
...
API provided by SwitchBar widget would lead to callback when
SIM toggle switch operation failure and set UI back.
However, set UI back (rollback the UI) would lead to another
trigger to SIM toggle switch. This would generate endless
events and keep system budy.
To avoid from this callback, a check need to be done prior to UI
take action. Therefore, changing APIs to fit into this concept.
Bug: 155770954
Test: make RunSettingsRoboTests -j ROBOTEST_FILTER=MobileNetworkSwitchControllerTest
Change-Id: Iaea1012acdbe449a882ced08b596c64b9f99256f
2020-05-26 21:34:39 +08:00
Bill Yi
e82e96b92c
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Change-Id: I036c6b974a8a201be02f565d8ddead68f33bcaec
2020-05-26 11:28:08 +00:00
Edgar Wang
b1aa8544ee
Merge "Remove duplicate search result when search "autofill service"" into rvc-dev am: ec156b7035
...
Change-Id: Ide265f8e07c68a2f0846d56f89e524ab792a76ea
2020-05-26 09:41:11 +00:00
Edgar Wang
abb40380b9
Merge "Remove duplicate search result when search "autofill service"" into rvc-dev am: ec156b7035
...
Change-Id: Id24137290eee3be00b7a93293d315f1c76478a93
2020-05-26 09:41:03 +00:00
Edgar Wang
ec156b7035
Merge "Remove duplicate search result when search "autofill service"" into rvc-dev
2020-05-26 09:34:11 +00:00
Bill Yi
bc33eeb127
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Change-Id: If8484880111462e73dd8457254471b9f031b7810
2020-05-26 09:33:34 +00:00
Yi-Ling Chuang
0feee51393
Merge "Fix Talkback annoucement for Media Output panel." into rvc-dev am: ba85ecdf06
...
Change-Id: I8da8e97941636eb5c9491baf6f87df8e8cda5e8c
2020-05-26 09:28:40 +00:00
Yi-Ling Chuang
8e83b6a3e1
Merge "Fix Talkback annoucement for Media Output panel." into rvc-dev am: ba85ecdf06
...
Change-Id: I28b8cdd051bb903456c8179b31b9f7c3413b450d
2020-05-26 09:28:31 +00:00
Yi-Ling Chuang
ba85ecdf06
Merge "Fix Talkback annoucement for Media Output panel." into rvc-dev
2020-05-26 09:11:34 +00:00
Bill Yi
008a261ec8
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Change-Id: I09089c68428d132d1f57e647e0d831c6d2778935
2020-05-26 08:55:22 +00:00
Tim Peng
1af5b0cd7b
Non-deselectable routes can be deselected
...
-Check deselectable list
-Add test case
Bug: 157098549
Test: make -j42 RunSettingsRoboTests
Change-Id: I254a9d3825319aa7b262d04e4f4c580f76afe381
2020-05-26 07:25:29 +00:00
Edgar Wang
46f060370c
Remove duplicate search result when search "autofill service"
...
There is another autofill service for work profile.
Make this preference unsearchable to avoid duplicate result.
Bug: 155838971
Test: manual
Change-Id: I7f614ead1c0f898964775c03e81f1102583b04dc
2020-05-26 14:08:22 +08:00
Paul Hu
173b082230
Merge "Forward the ResultReceiver to Tethering Entitlement app" into rvc-dev am: 37318d03a4
...
Change-Id: Ie18a14d63a8b44679aa48115f39da5fbcbee75ff
2020-05-26 06:01:08 +00:00
Paul Hu
7a56e81a5f
Merge "Forward the ResultReceiver to Tethering Entitlement app" into rvc-dev am: 37318d03a4
...
Change-Id: I901596b6b01cadc4d53f944da4db090e95b72b6d
2020-05-26 06:01:02 +00:00
Paul Hu
37318d03a4
Merge "Forward the ResultReceiver to Tethering Entitlement app" into rvc-dev
2020-05-26 05:47:09 +00:00
Edgar Wang
3c03f0a8a8
Change AppPicker theme from dialog to full screen
...
AppPicker used in devceloper options, it will show apps list with
package name in a dialog.
But sometimes it will mis-alignment with package name.
So we change theme from dialog to full screen and set widget_frame
visibility to GONE.
Bug: 151150544
Test: manual
Change-Id: I8f04ab7967288801e5e13ecccf037d6ed09ec71c
2020-05-26 10:49:50 +08:00
Treehugger Robot
271f5f2972
Merge "Settings performance testing" am: 32ca9b270d am: 9cfbb7fba3
...
Change-Id: If7a33f361203d5d27407ba8b8419f84fa5b931ed
2020-05-25 13:56:14 +00:00
Treehugger Robot
9cfbb7fba3
Merge "Settings performance testing" am: 32ca9b270d
...
Change-Id: Id0f496b2c8709c2655eadccef900256d52a6a130
2020-05-25 13:44:32 +00:00
Treehugger Robot
32ca9b270d
Merge "Settings performance testing"
2020-05-25 13:32:11 +00:00
Edgar Wang
cef1020f75
Update summary of Gesture
...
when quick gesture enabled, update summary to reflect correct status
Bug: 138149556
Test: manual & robotest
Change-Id: I072134cd8327ad5eb1d0862604acef83e1bdcec0
2020-05-25 18:23:53 +08:00
youtengliang
bc1618f5d5
Settings performance testing
...
1. Enable airplane mode before start testing.
2. Reset airplane mode after testing.
3. Add all_results tag to track results we have.
4. Add result_count tag to track how many results we have.
5. Add shell command result details to log.
Test: atest SettingsPerfTests:LaunchSettingsTest
Change-Id: I24ed167599b660b2aa94b4a3f8ddae1dcf3d04ff
2020-05-25 16:37:03 +08:00
Paul Chang
66db366aef
Fix wrong line break in sub text on Bug report handler settings
...
BUG: 156726386
Test: 1.flash device and check the sub text 2.robotests
Change-Id: I5df6d4c140611100112169e0aacf5173779d86b8
2020-05-25 16:23:42 +08:00
Yi-Ling Chuang
350affcdfa
Fix Talkback annoucement for Media Output panel.
...
The sound panel and media panel are using the same window, so when it
transit from the sound panel to media panel, no window-change event will
be sent. Therefore, Talkback won't be able to re-focus the panel header
which lead to the lack of the announcement.
Fix this by adding setAccessibilityPanelTitle() to trigger Talkback.
Fixes: 140459762
Test: rebuild and test talkback on the media output panel.
Change-Id: I1442434315374dbbfe1d47ca8638180577c93168
2020-05-25 13:51:06 +08:00
android-build-team Robot
1371f7964c
Snap for 6523363 from 5cae0b8042 to mainline-release
...
Change-Id: Ia9f8e149cc300bcf5abcfb7524008a4d272120e6
2020-05-24 07:08:50 +00:00
Bill Yi
5cae0b8042
[automerger skipped] Merge "Import translations. DO NOT MERGE" into rvc-dev am: 1e0789355e -s ours
...
am skip reason: subject contains skip directive
Change-Id: I14134b84114ac285ae6cf379571e13859006144f
2020-05-23 13:55:26 +00:00
Bill Yi
8643486fa9
[automerger skipped] Merge "Import translations. DO NOT MERGE" into rvc-dev am: 1e0789355e -s ours
...
am skip reason: subject contains skip directive
Change-Id: I288b377fa62ad7147586ac99fadefe882e38018f
2020-05-23 13:55:26 +00:00
Bill Yi
1e0789355e
Merge "Import translations. DO NOT MERGE" into rvc-dev
2020-05-23 13:32:43 +00:00
Bill Yi
e6bd1ace72
[automerger skipped] Merge "Import translations. DO NOT MERGE" into rvc-dev am: 8019c16a14 -s ours
...
am skip reason: subject contains skip directive
Change-Id: I26b87818dfcec2b3e6f7b22fc13e4457f6dc0ff6
2020-05-22 15:47:27 +00:00
Bill Yi
12072f339e
[automerger skipped] Merge "Import translations. DO NOT MERGE" into rvc-dev am: 8019c16a14 -s ours
...
am skip reason: subject contains skip directive
Change-Id: I9cb17d06ec70b135859f8e2c5f61f56e86839972
2020-05-22 15:47:26 +00:00
Bill Yi
8019c16a14
Merge "Import translations. DO NOT MERGE" into rvc-dev
2020-05-22 15:20:44 +00:00
Julia Reynolds
13f7c9c34f
Merge "clean up layout & styling of notification history" into rvc-dev am: edca211a67
...
Change-Id: Ia30c35f0dbfb7776c37fbc4201882b308b9dbe5e
2020-05-22 11:48:48 +00:00
Julia Reynolds
4fbaf23958
Merge "clean up layout & styling of notification history" into rvc-dev am: edca211a67
...
Change-Id: I3c7138e8e806aeed78da7a1c0807790af8b519f0
2020-05-22 11:48:42 +00:00
Julia Reynolds
8a65c9ff7f
Update conversation-related strings am: 9e78ec75d1
...
Change-Id: I92e3d336b5a0d1eef0548238058dfcdfb348c4b4
2020-05-22 11:48:42 +00:00
Julia Reynolds
f7eade72c6
Update conversation-related strings am: 9e78ec75d1
...
Change-Id: I11b6a55cffee069a1aef0df8d2ca9be0ca141161
2020-05-22 11:48:36 +00:00
Julia Reynolds
edca211a67
Merge "clean up layout & styling of notification history" into rvc-dev
2020-05-22 11:23:59 +00:00
android-build-team Robot
8febd0bd9a
Snap for 6520975 from a18d14ac9e to mainline-release
...
Change-Id: Iebeedbf17f8c37d87685351e5da8e8916d0f9689
2020-05-22 07:16:22 +00:00
Julia Reynolds
9e78ec75d1
Update conversation-related strings
...
Test: atest
Bug: 157215227
Change-Id: Iba279bb285e53918a1e1b43c04d6ec7576cd48a0
2020-05-21 20:49:53 +00:00
Grace Jia
f203a66a74
Close and disable SIM lock dialogs when SIM removed from device.
...
Bug: 157102550
Test: Manually open the PIN toggle dialog and PIN edit dialog, then
remove SIM from DUT
Change-Id: Ied875909e9cbcb1cad1ae045578747a0a5810491
2020-05-21 13:47:09 -07:00