Commit Graph

137495 Commits

Author SHA1 Message Date
Eric Biggers
32154db445 Merge "Use isCeStorageUnlocked() in storage wizards" into main am: 7ec6e27c64 am: 51a0475c44 am: e4f1aa8098
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2807094

Change-Id: I5d8aa16768a2145fcc0e06155be53d6a306e3e74
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-11-29 04:42:21 +00:00
Eric Biggers
92844e1744 Merge "Use isCeStorageUnlocked() in storage wizards" into main am: 7ec6e27c64 am: 7f849bdaac
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2807094

Change-Id: Ied8c96cd60c627fc55a1793c35138c78e1292dad
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-11-29 04:11:58 +00:00
Eric Biggers
e4f1aa8098 Merge "Use isCeStorageUnlocked() in storage wizards" into main am: 7ec6e27c64 am: 51a0475c44
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2807094

Change-Id: I3dc5181c72a6e99964b5681ec275c35eece2e6ac
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-11-29 04:09:41 +00:00
Chaohui Wang
880068d23a Avoid ANR of TetherPreferenceController
Off load the following work from main thread,
- Calculate title
- Calculate summery

This also helps improve the latency.

Also migrate to registerTetheringEventCallback() since
TetheringManager.ACTION_TETHER_STATE_CHANGED is deprecated.

Fix: 311848767
Test: manual - on Network & internet page and turn on / off tethering
Test: unit tests
Change-Id: I6ee182b41ef51f691ea31938142be1a41faf5573
2023-11-29 12:06:37 +08:00
Xinyi Mao
a8cc8c10de Revert "Ignore failing test cases in BatterTipsCardPreferenceTest"
This reverts commit 66469618e3.

Reason for revert: test passed in local atest

Change-Id: Ib3ae6f6b31fdbec30a9f95e0b0c6b4b64ced4940
2023-11-29 03:57:46 +00:00
Eric Biggers
7f849bdaac Merge "Use isCeStorageUnlocked() in storage wizards" into main am: 7ec6e27c64
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2807094

Change-Id: I6b244829ad28cd3175def5feb7ced27c6453d2c8
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-11-29 03:43:14 +00:00
Eric Biggers
51a0475c44 Merge "Use isCeStorageUnlocked() in storage wizards" into main am: 7ec6e27c64
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2807094

Change-Id: I038600e5177845571e80d65c24eb90278320e295
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-11-29 03:38:30 +00:00
Haijie Hong
ffabf36177 Fix failing tests in BluetoothDeviceDetailsFragmentTest
BUG: 313014781
Test: atest SettingsRoboTests:com.android.settings.bluetooth.BluetoothDeviceDetailsFragmentTest
Change-Id: I320875121899aed917041d31e186ea6bfbc5f735
2023-11-29 11:37:10 +08:00
Yiyi Shen
6a3a3e2ac7 Merge "[Audiosharing] Show/hide audio sharing settings based on BT state." into main 2023-11-29 02:32:42 +00:00
Eric Biggers
7ec6e27c64 Merge "Use isCeStorageUnlocked() in storage wizards" into main 2023-11-29 02:27:02 +00:00
Derek Jedral
2c4f5454f1 Update strings for Watch Unlock
Test: Built locally
Bug: 294281617
Change-Id: I01493060d5ea1b1941b1fb381d0c90cd4ce2ee78
2023-11-29 01:21:09 +00:00
Yanting Yang
83cb0a9c17 Merge "Ignore failing test of ContrastPreferenceControllerTest" into main 2023-11-29 01:19:31 +00:00
Yanting Yang
eb8200630f Merge "Ignore failing test of WebViewAppPickerTest" into main 2023-11-29 01:19:05 +00:00
Treehugger Robot
95235f8b3f Merge "Ensure udfps icon doesnt disappear in enroll" into main 2023-11-28 23:07:04 +00:00
Joshua McCloskey
a16a36c911 Ensure udfps icon doesnt disappear in enroll
Test: Manual
Fixes: 306280706
Change-Id: I7fd41d53b891fcfd2140ad1e2b1376ee4c017591
2023-11-28 22:06:16 +00:00
Becca Hughes
d4e09de3e1 Merge "Swap cog and left hand side of row" into main 2023-11-28 21:19:40 +00:00
Chris Antol
82a3db7b7a MainlineModuleVersionPreferenceControllerTest to access intent directly
Bug: 313567396
Test: Test updated accordingly
Change-Id: I4a21d618059c7c7f2e0b3bdb0c53c4fc3938d24c
2023-11-28 19:32:14 +00:00
Becca Hughes
e70dad42f4 Swap cog and left hand side of row
See bug for more context.

Test: flash device
Bug: 280951040
Change-Id: I21ba2a2177f88dbabea42915727f8c33aa0e23f8
2023-11-28 10:05:38 -08:00
Manish Singh
d503f25692 Check purely for the presence of a managed profile
including the parent user, as here we care only about the existence of
the managed profile.

This maintains the behaviour prior to private space changes.

Bug: 313128792
Test: manual
Test: atest ProfileSelectFragmentTest
Change-Id: I1d253f95ca534b48acfdb4c1c8b84368d731dded
2023-11-28 16:09:11 +00:00
Yanting Yang
4b2a052628 Merge "Ignore failing test of EntityHeaderControllerTest" into main 2023-11-28 14:14:00 +00:00
Yanting Yang
cff3e7301f Merge "Ignore failing tests of TrustAgentsPreferenceControllerTest" into main 2023-11-28 13:34:14 +00:00
Yanting Yang
a3a2c7eb36 Merge "Ignore failing test of PinPrivacyPreferenceControllerTest" into main 2023-11-28 13:21:57 +00:00
Yanting Yang
6028b68840 Ignore failing test of EntityHeaderControllerTest
Bug: 313616350
Test: atest
Change-Id: If2cbae5d95f78da92f7532516534ba22c126771b
2023-11-28 21:12:31 +08:00
Yanting Yang
e61bdff368 Merge "Ignore failing test of CodeInspectionTest" into main 2023-11-28 13:10:45 +00:00
Yanting Yang
5bca487a8c Ignore failing test of WebViewAppPickerTest
Bug: 313615637
Test: atest
Change-Id: Ic63c31b5220ab9b2cba11c11f4b40cf35ea6f3f9
2023-11-28 21:02:08 +08:00
Yanting Yang
bcce49defd Merge "Ignore failing test of GrayscaleConditionControllerTest" into main 2023-11-28 12:54:24 +00:00
Yanting Yang
5f7694d633 Merge "Ignore failing tests of com.android.settings.homepage.contextualcards.slices" into main 2023-11-28 12:53:39 +00:00
Yanting Yang
79667f5f59 Merge "Ignore failing test of AppLocalePickerActivityTest" into main 2023-11-28 12:53:17 +00:00
Yanting Yang
d6e87805fb Ignore failing test of ContrastPreferenceControllerTest
Bug: 313614100
Test: atest
Change-Id: I7ca5c14066369ffaed3866be6780612583b55541
2023-11-28 20:52:29 +08:00
Yanting Yang
a2cd9b813f Ignore failing tests of TrustAgentsPreferenceControllerTest
Bug: 313612480
Test: atest
Change-Id: I0faf497beb5ed998464c61aa5983a3bcba554826
2023-11-28 20:42:25 +08:00
Yanting Yang
40b666ac6e Merge "Ignore failing tests of MediaOutputIndicatorSliceTest" into main 2023-11-28 12:32:44 +00:00
Yanting Yang
c4293e281a Ignore failing test of PinPrivacyPreferenceControllerTest
Bug: 313612259
Test: atest
Change-Id: I123bb570a903c8c404c99feec52989304d6401c5
2023-11-28 20:29:37 +08:00
Yanting Yang
4eb112de74 Merge "Ignore failing tests of LabeledSeekBarPreferenceTest" into main 2023-11-28 12:23:40 +00:00
Yanting Yang
208f6cbacc Merge "Ignore failing test cases in BatterTipsCardPreferenceTest" into main 2023-11-28 12:23:11 +00:00
Yanting Yang
85e85e1915 Merge "Ignore failing test case in NetworkProviderSettingsTest" into main 2023-11-28 12:22:16 +00:00
Yanting Yang
5ade594944 Ignore failing test of CodeInspectionTest
Bug: 313612087
Test: atest
Change-Id: I526722cc8bd4b9cae904ddd1679f20f9d43a27c3
2023-11-28 20:18:02 +08:00
Yanting Yang
880e650ec7 Merge "Ignore failing tests of BluetoothLeAudioDeviceDetailsPreferenceControllerTest" into main 2023-11-28 11:54:43 +00:00
Yanting Yang
ea969860e3 Ignore failing tests of MediaOutputIndicatorSliceTest
Bug: 313605377
Test: atest
Change-Id: Id3614071277614b8c893659980b6891750187fc7
2023-11-28 19:21:55 +08:00
Yiyi Shen
ca95949265 Merge "Fix ConnectedDeviceDashboardFragmentTest." into main 2023-11-28 11:19:13 +00:00
Yiyi Shen
bdc870a4c1 [Audiosharing] Show/hide audio sharing settings based on BT state.
Flagged with enable_le_audio_sharing

Bug: 305620450
Test: atest
Change-Id: I1af8ae268194cfca8e03cc49151b68a25717e89a
2023-11-28 19:17:40 +08:00
Yanting Yang
70e94b5731 Ignore failing test of AppLocalePickerActivityTest
Bug: 313604701
Test: atest
Change-Id: I33ba99c668782a67c69b11a9f5542f3583c66978
2023-11-28 19:08:54 +08:00
Yanting Yang
6c526c081e Merge "Ignore failing tests of PlatformCompatDashboardTest" into main 2023-11-28 11:00:22 +00:00
Yanting Yang
c681b4fdd0 Ignore failing tests of com.android.settings.homepage.contextualcards.slices
Bug: 313598030
Test: atest
Change-Id: I1a122bb0ed853a8f0665cc0f848d5b7bc0c2a113
2023-11-28 18:55:18 +08:00
Yanting Yang
932ddded4e Merge "Ignore failing tests of ManageApplicationsTest" into main 2023-11-28 10:40:59 +00:00
Yanting Yang
3be76b2ad7 Merge "Ignore failing tests of com.android.settings.applications.appinfo" into main 2023-11-28 10:28:18 +00:00
Yanting Yang
3167228836 Merge "Ignore failing tests of com.android.settings.applications" into main 2023-11-28 10:28:03 +00:00
Yanting Yang
8dd188ba91 Ignore failing test of GrayscaleConditionControllerTest
Bug: 313597163
Test: atest
Change-Id: I5a08d9e3a2ac8853bc9111c12388bbbb18a8079a
2023-11-28 18:27:26 +08:00
Yanting Yang
ba2e62c616 Ignore failing tests of LabeledSeekBarPreferenceTest
Bug: 313594999
Test: atest
Change-Id: I3eb3b689aa27d894846f55f36977ca8ef3112624
2023-11-28 18:19:25 +08:00
Yanting Yang
1fab3b791b Ignore failing tests of PlatformCompatDashboardTest
Bug: 313591873
Test: atest
Change-Id: I87ca308c53568aecb484f46cbb6cae8d2166a347
2023-11-28 18:09:21 +08:00
Yanting Yang
572fc0d6ec Ignore failing tests of BluetoothLeAudioDeviceDetailsPreferenceControllerTest
Bug: 313589946
Test: atest
Change-Id: I4392b82540a3408b6e01405cf59cb30a759052bb
2023-11-28 17:56:33 +08:00