Automerger Merge Worker
236f2004ad
Merge "Ignore the failed test cases in the DataUsagePreferenceControllerTest am: 9a8f64e661 am: 3f95fbb2d7" into rvc-d1-dev-plus-aosp am: 8370309d0d am: ebab17ebdb
...
Change-Id: Ia3255aee35ce757100d0e57a31f119681a065e3b
2020-04-23 04:54:30 +00:00
Sunny Shao
ceb3716ae1
Ignore the failed test cases in the DataUsagePreferenceControllerTest am: 9a8f64e661 am: 8f7568bdb4 am: 6c1642cea7 am: 18132e6e43
...
Change-Id: I2f0fdba8eed211d5f0f3e387a0163ead2ad44774
2020-04-23 04:54:09 +00:00
Sunny Shao
301a484de3
Ignore the failed test cases in the DataUsagePreferenceControllerTest am: 9a8f64e661 am: 8f7568bdb4 am: 73b4fbfed6 am: 9053baf757
...
Change-Id: Ie007f7942b8c42aba91745329877f33936fe9516
2020-04-23 04:53:53 +00:00
Automerger Merge Worker
ebab17ebdb
Merge "Ignore the failed test cases in the DataUsagePreferenceControllerTest am: 9a8f64e661 am: 3f95fbb2d7" into rvc-d1-dev-plus-aosp am: 8370309d0d
...
Change-Id: I419ec3d178d5de954aa034e043bf8f8c26450905
2020-04-23 04:38:12 +00:00
Sunny Shao
18132e6e43
Ignore the failed test cases in the DataUsagePreferenceControllerTest am: 9a8f64e661 am: 8f7568bdb4 am: 6c1642cea7
...
Change-Id: I1ecf966bae150218de55d8d2b0f95e2d1ea4f6bd
2020-04-23 04:37:52 +00:00
Sunny Shao
9053baf757
Ignore the failed test cases in the DataUsagePreferenceControllerTest am: 9a8f64e661 am: 8f7568bdb4 am: 73b4fbfed6
...
Change-Id: I1dd5cf4e4a1389412737d43efa17afebcba85f20
2020-04-23 04:37:48 +00:00
Automerger Merge Worker
8370309d0d
Merge "Ignore the failed test cases in the DataUsagePreferenceControllerTest am: 9a8f64e661 am: 3f95fbb2d7" into rvc-d1-dev-plus-aosp
2020-04-23 04:23:48 +00:00
Sunny Shao
6c1642cea7
Ignore the failed test cases in the DataUsagePreferenceControllerTest am: 9a8f64e661 am: 8f7568bdb4
...
Change-Id: Ic5a5dba0877b244ca77085ba943c39dd2ca73b38
2020-04-23 04:23:44 +00:00
Sunny Shao
0376978371
Ignore the failed test cases in the DataUsagePreferenceControllerTest am: 9a8f64e661 am: 3f95fbb2d7
...
Change-Id: Ib61827ef0e2f1343255cbdfd664a9be46fb7c161
2020-04-23 04:23:44 +00:00
Sunny Shao
73b4fbfed6
Ignore the failed test cases in the DataUsagePreferenceControllerTest am: 9a8f64e661 am: 8f7568bdb4
...
Change-Id: I17388aa132d868136e6a8a93a51935d8c3a8f56d
2020-04-23 04:23:36 +00:00
Peter_Liang
8cbb44d6f6
Tutorial improvement for Accessibility shortcut (3/n).
...
Add test cases for tutorial pages.
Bug: 148989018
Bug: 134640159
Test: manual test & run RoboTests
Change-Id: I9bb29f6e61e331c3f9a2408a1eebc3d5e9e16000
2020-04-23 12:18:26 +08:00
Peter_Liang
72aa60ae95
Tutorial improvement for Accessibility shortcut (2/n).
...
Update UI widgets to meet the new design.
Bug: 148989018
Test: manual test
Change-Id: Ife42995af193db6746135d29f6fa1ad452d265a6
2020-04-23 12:18:26 +08:00
Peter_Liang
cfe3e454ac
Tutorial improvement for Accessibility shortcut (1/n).
...
Because can't save the value into setting keys for the service before version R, and in order to let tutorial dialog can get the consistent value, using alternative that each fragment with shortcut to must implement the new abstract method.
Bug: 148989018
Test: manual test
Change-Id: Iba2a7daa70eb00f0bba37317c9355531fbb77628
2020-04-23 12:18:23 +08:00
Bonian Chen
048d9fe19e
[Settings] Code Refactor
...
Code refactor to provide the capability of method override
Bug: 141833767
Test: manual
Change-Id: I79647a7ff79f1f722bcfdf8190590df61bb3510a
2020-04-23 04:11:55 +00:00
Sunny Shao
3f95fbb2d7
Ignore the failed test cases in the DataUsagePreferenceControllerTest am: 9a8f64e661
...
Change-Id: I414ace9e342eee39e6299ddf8fa3f12c52f03663
2020-04-23 04:01:17 +00:00
Sunny Shao
8f7568bdb4
Ignore the failed test cases in the DataUsagePreferenceControllerTest am: 9a8f64e661
...
Change-Id: I748efb1ebff985f8ad561462730a5b67c18f8664
2020-04-23 04:01:14 +00:00
menghanli
8a27603600
Fix formats and internationalization of the string "0.6 seconds" in sk language
...
Root cause: The OTHER quantity does not require special treatment of the given quantity
Next: Using few quantity for the language requires special treatment of "small" numbers (as with numbers ending 2, 3, or 4)
Bug: 154085511
Test: Change language to Slovensko to check the UI
Change-Id: I9143d9504cf8f9c5ccf17160e0dc0943fa10d31d
2020-04-23 11:30:17 +08:00
Jay Aliomer
b4ee096a54
Failed ROBO tests
...
Modified and removed test to fix errors
a test was removed because it depends on static code
Test: robo tests
Fixes: 154566007
Fixes: 154566012
Change-Id: I66e03469ba2a14f2eb82842a92f64f26eaf21b65
2020-04-22 23:08:06 -04:00
Bonian Chen
761a13700f
[Settings] Code refactor for data usage
...
Code refactor
Bug: 151751844
Test: make RunSettingsRoboTests -j ROBOTEST_FILTER=DataUsageSummaryPreferenceControllerTest
Change-Id: I22b323bae0b18cca26c62d047fdb504c012518b5
2020-04-23 11:01:34 +08:00
Sunny Shao
9a8f64e661
Ignore the failed test cases in the DataUsagePreferenceControllerTest
...
Bug: 154769953
Test: make RunSettingsRoboTests
Change-Id: Id7f3603efb74edee521986ee4428297db6ec5e37
2020-04-23 09:13:48 +08:00
TreeHugger Robot
f37cad79db
Merge "Revert "Ignore a lot of failed test cases on Settings"" into rvc-dev am: 3c4b5d2a2e am: 195adf8adf am: 398d085d31 am: 4b7a61adb7 am: e25a5f7498
...
Change-Id: Idb49999f7b8bf8146ae120bb504d94280d31f26b
2020-04-22 21:57:22 +00:00
TreeHugger Robot
e25a5f7498
Merge "Revert "Ignore a lot of failed test cases on Settings"" into rvc-dev am: 3c4b5d2a2e am: 195adf8adf am: 398d085d31 am: 4b7a61adb7
...
Change-Id: Id32a97017aa6c8c8c3bce76f7eeca7f261fb4561
2020-04-22 21:55:51 +00:00
TreeHugger Robot
082b45a00a
Merge "Revert "Ignore a lot of failed test cases on Settings"" into rvc-dev am: 3c4b5d2a2e am: 7fb2fa1624 am: d4bada5c68 am: 745424ae04
...
Change-Id: I7c876a068fb111dcc7ad0ec6ca2c36efaf8ddd3e
2020-04-22 21:55:50 +00:00
TreeHugger Robot
843e500256
Merge "Revert "Ignore a lot of failed test cases on Settings"" into rvc-dev am: 3c4b5d2a2e am: 195adf8adf am: d941a0bc5b am: f38c5c6b6e
...
Change-Id: I61faae9ced543989acca6ea34297668bf10e67db
2020-04-22 21:55:34 +00:00
TreeHugger Robot
745424ae04
Merge "Revert "Ignore a lot of failed test cases on Settings"" into rvc-dev am: 3c4b5d2a2e am: 7fb2fa1624 am: d4bada5c68
...
Change-Id: I09a83be554000b8f209969505b978e9a8c05aa95
2020-04-22 21:41:11 +00:00
TreeHugger Robot
f38c5c6b6e
Merge "Revert "Ignore a lot of failed test cases on Settings"" into rvc-dev am: 3c4b5d2a2e am: 195adf8adf am: d941a0bc5b
...
Change-Id: I6a529354996fe8bccf26919338424fc4f8587cc1
2020-04-22 21:41:03 +00:00
TreeHugger Robot
4b7a61adb7
Merge "Revert "Ignore a lot of failed test cases on Settings"" into rvc-dev am: 3c4b5d2a2e am: 195adf8adf am: 398d085d31
...
Change-Id: I818cd212527ec072f5cf9e9f00286abc4e53c9dc
2020-04-22 21:40:56 +00:00
TreeHugger Robot
398d085d31
Merge "Revert "Ignore a lot of failed test cases on Settings"" into rvc-dev am: 3c4b5d2a2e am: 195adf8adf
...
Change-Id: Id1bd50e2178bfbe88bd5c83e084604f8d68f874e
2020-04-22 21:17:10 +00:00
TreeHugger Robot
d4bada5c68
Merge "Revert "Ignore a lot of failed test cases on Settings"" into rvc-dev am: 3c4b5d2a2e am: 7fb2fa1624
...
Change-Id: Ia94d3ba075845eaad3025e57a02df6c21a8e441b
2020-04-22 21:17:00 +00:00
TreeHugger Robot
d941a0bc5b
Merge "Revert "Ignore a lot of failed test cases on Settings"" into rvc-dev am: 3c4b5d2a2e am: 195adf8adf
...
Change-Id: I8694f1d9cdf2bc4f7a1f9c88db2dac91d929a823
2020-04-22 21:16:44 +00:00
TreeHugger Robot
7fb2fa1624
Merge "Revert "Ignore a lot of failed test cases on Settings"" into rvc-dev am: 3c4b5d2a2e
...
Change-Id: Ied831b425697949ea01f33add1ce233ac6d9f224
2020-04-22 20:54:45 +00:00
Julia Reynolds
2980f78e36
Add conversation onboarding
...
Test: atest
Fixes: 150791002
Change-Id: I51c27300acb8e18b28b5b5e5bf0d2623c65af909
2020-04-22 16:51:34 -04:00
TreeHugger Robot
195adf8adf
Merge "Revert "Ignore a lot of failed test cases on Settings"" into rvc-dev am: 3c4b5d2a2e
...
Change-Id: Icaffc051b9811feb55629829903122bdb96f0c38
2020-04-22 20:51:15 +00:00
TreeHugger Robot
3c4b5d2a2e
Merge "Revert "Ignore a lot of failed test cases on Settings"" into rvc-dev
2020-04-22 20:22:56 +00:00
Xiangyu/Malcolm Chen
1d36f345a6
Merge "Fix Robo test failure in NrDisabledInDsdsFooterPreferenceControllerTest." into rvc-dev am: 3f900d8a7c am: f517296374 am: b17d4acc32 am: 922b188e6a am: 9dbe37dda2
...
Change-Id: Ib0026f4d8491a81a3d6550603ecf2a3ea58d6f14
2020-04-22 20:10:54 +00:00
TreeHugger Robot
c665f5e58d
Merge "Fix the accessibility toggle layout for RTL" into rvc-dev am: 8947a49bcf am: bf6b0d0360 am: 723daf7fe5 am: 3ad958a10f am: 9cbde96ee4
...
Change-Id: I6eea518aed61e86031719900ebdf62c1e1680df6
2020-04-22 20:09:54 +00:00
Xiangyu/Malcolm Chen
3e443ab8e2
Merge "Fix Robo test failure in NrDisabledInDsdsFooterPreferenceControllerTest." into rvc-dev am: 3f900d8a7c am: 250aca2b74 am: 5a72834ea0 am: cfed491791
...
Change-Id: I469b5d26c7edc6a4bcdeeb03ef22ad94363b8116
2020-04-22 20:08:56 +00:00
Xiangyu/Malcolm Chen
640e4d9db1
Merge "Fix Robo test failure in NrDisabledInDsdsFooterPreferenceControllerTest." into rvc-dev am: 3f900d8a7c am: f517296374 am: f200941e5b am: 23428ac02c
...
Change-Id: Idbb2fcf78b1295bffd69a962821d2a3b314eb85c
2020-04-22 20:08:21 +00:00
TreeHugger Robot
bd76aac09b
Merge "Fix the accessibility toggle layout for RTL" into rvc-dev am: 8947a49bcf am: 510612c048 am: fd1f54dd15 am: da752783ed
...
Change-Id: Ia1963eba878e33a72503e56f1efb329e1b679fea
2020-04-22 20:07:53 +00:00
Xiangyu/Malcolm Chen
9dbe37dda2
Merge "Fix Robo test failure in NrDisabledInDsdsFooterPreferenceControllerTest." into rvc-dev am: 3f900d8a7c am: f517296374 am: b17d4acc32 am: 922b188e6a
...
Change-Id: I5848c91d46775870e3a6d67c272b9a84fdd75f62
2020-04-22 20:07:38 +00:00
TreeHugger Robot
9cbde96ee4
Merge "Fix the accessibility toggle layout for RTL" into rvc-dev am: 8947a49bcf am: bf6b0d0360 am: 723daf7fe5 am: 3ad958a10f
...
Change-Id: I033763ba2229e85719cbbf537ea2621c66849272
2020-04-22 20:07:11 +00:00
TreeHugger Robot
da6c60ac5b
Merge "Fix the accessibility toggle layout for RTL" into rvc-dev am: 8947a49bcf am: bf6b0d0360 am: 3f981fcb62 am: 675293977d
...
Change-Id: Ieb084816f99e9c54483a84434c5797aae6d9f35a
2020-04-22 20:06:24 +00:00
Xiangyu/Malcolm Chen
cfed491791
Merge "Fix Robo test failure in NrDisabledInDsdsFooterPreferenceControllerTest." into rvc-dev am: 3f900d8a7c am: 250aca2b74 am: 5a72834ea0
...
Change-Id: I1e0da89f8b608ab34fd592b09bfc8a01947af3e7
2020-04-22 19:55:26 +00:00
Xiangyu/Malcolm Chen
23428ac02c
Merge "Fix Robo test failure in NrDisabledInDsdsFooterPreferenceControllerTest." into rvc-dev am: 3f900d8a7c am: f517296374 am: f200941e5b
...
Change-Id: If8182dc0fd0d30176034aaa36aacd3f5f62874dd
2020-04-22 19:55:03 +00:00
TreeHugger Robot
da752783ed
Merge "Fix the accessibility toggle layout for RTL" into rvc-dev am: 8947a49bcf am: 510612c048 am: fd1f54dd15
...
Change-Id: I91776d4dae4343cf66d69ed46e64a85b9f788ab2
2020-04-22 19:54:46 +00:00
Xiangyu/Malcolm Chen
922b188e6a
Merge "Fix Robo test failure in NrDisabledInDsdsFooterPreferenceControllerTest." into rvc-dev am: 3f900d8a7c am: f517296374 am: b17d4acc32
...
Change-Id: I06dd412f25c8860d944b87e1b594c268267e3e56
2020-04-22 19:54:42 +00:00
TreeHugger Robot
3ad958a10f
Merge "Fix the accessibility toggle layout for RTL" into rvc-dev am: 8947a49bcf am: bf6b0d0360 am: 723daf7fe5
...
Change-Id: Iab861c44f60ae436acc0f71ea912dfb6c1cc6cdc
2020-04-22 19:54:02 +00:00
TreeHugger Robot
675293977d
Merge "Fix the accessibility toggle layout for RTL" into rvc-dev am: 8947a49bcf am: bf6b0d0360 am: 3f981fcb62
...
Change-Id: Iba5272d9320b41901ee9d67af9b9d8884015c02d
2020-04-22 19:53:50 +00:00
Xiangyu/Malcolm Chen
5a72834ea0
Merge "Fix Robo test failure in NrDisabledInDsdsFooterPreferenceControllerTest." into rvc-dev am: 3f900d8a7c am: 250aca2b74
...
Change-Id: Iaa5771dab10063d6cf459b87cca5752d1e274342
2020-04-22 19:35:31 +00:00
Xiangyu/Malcolm Chen
b17d4acc32
Merge "Fix Robo test failure in NrDisabledInDsdsFooterPreferenceControllerTest." into rvc-dev am: 3f900d8a7c am: f517296374
...
Change-Id: I3c4e10a34e73c95120f5f0d967faa339309ed4ea
2020-04-22 19:35:18 +00:00