/aosp_15_r20/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/device/storage/ |
D | SettingsStorageServiceTest.java | 86 new IntentMatcher(new Intent(SettingsStorageService.ACTION_FORMAT_AS_PUBLIC)){ in testFormatAsPublic_success_fromPrivate() 116 new IntentMatcher(new Intent(SettingsStorageService.ACTION_FORMAT_AS_PUBLIC)){ in testFormatAsPublic_success_fromNonPrivate() 142 new IntentMatcher(new Intent(SettingsStorageService.ACTION_FORMAT_AS_PUBLIC)){ in testFormatAsPublic_failure() 174 new IntentMatcher(new Intent(SettingsStorageService.ACTION_FORMAT_AS_PRIVATE)){ in testFormatAsPrivate_success() 201 new IntentMatcher(new Intent(SettingsStorageService.ACTION_FORMAT_AS_PRIVATE)){ in testFormatAsPrivate_failure() 213 private static class IntentMatcher implements ArgumentMatcher<Intent> { class in SettingsStorageServiceTest 217 private IntentMatcher(@NonNull Intent intent) { in IntentMatcher() method in SettingsStorageServiceTest.IntentMatcher
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/statusbar/ |
H A D | StatusBarManagerServiceTest.java | 354 IntentMatcher im = new IntentMatcher( in testValidComponent_fail_noComponentFound() 374 IntentMatcher im = new IntentMatcher( in testValidComponent_fail_notEnabled() 396 IntentMatcher im = new IntentMatcher( in testValidComponent_fail_noPermission() 420 IntentMatcher im = new IntentMatcher( in testValidComponent_fail_notExported() 444 IntentMatcher im = new IntentMatcher( in testValidComponent_pass() 1132 IntentMatcher im = new IntentMatcher( in mockComponentInfo() 1176 private static class IntentMatcher implements ArgumentMatcher<Intent> { class in StatusBarManagerServiceTest 1179 IntentMatcher(Intent intent) { in IntentMatcher() method in StatusBarManagerServiceTest.IntentMatcher
|
/aosp_15_r20/packages/services/Car/libs/car-test-lib/src/android/car/test/mocks/ |
D | CarArgumentMatchers.java | 59 return argThat(new IntentMatcher(action, packageName)); in intentFor() 177 private static final class IntentMatcher implements ArgumentMatcher<Intent> { class in CarArgumentMatchers 182 private IntentMatcher(String action, String packageName) { in IntentMatcher() method in CarArgumentMatchers.IntentMatcher
|
/aosp_15_r20/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/users/ |
H A D | AppCopyingHelperTest.java | 181 when(mPm.queryIntentActivities(argThat(new IntentMatcher(intent)), anyInt())) in addSystemAppsForIntent() 244 private static class IntentMatcher implements ArgumentMatcher<Intent> { class in AppCopyingHelperTest 247 IntentMatcher(Intent intent) { in IntentMatcher() method in AppCopyingHelperTest.IntentMatcher
|
H A D | AppRestrictionsHelperTest.java | 187 when(mPm.queryIntentActivities(argThat(new IntentMatcher(intent)), anyInt())) in addSystemAppsForIntent() 247 private class IntentMatcher implements ArgumentMatcher<Intent> { class in AppRestrictionsHelperTest 250 IntentMatcher(Intent intent) { in IntentMatcher() method in AppRestrictionsHelperTest.IntentMatcher
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/base/actions/ |
H A D | QSTileIntentUserInputHandlerTest.kt | 120 argThat(IntentMatcher(expectedIntent)), in testPassNonActivityPendingIntentAndRequestStartingActivity_findsIntentAndStarts() 158 private class IntentMatcher(intent: Intent) : ArgumentMatcher<Intent> { class in com.android.systemui.qs.tiles.base.actions.QSTileIntentUserInputHandlerTest
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/user/ |
H A D | UserSwitchDialogControllerTest.kt | 151 argThat(IntentMatcher(Settings.ACTION_USER_SETTINGS)), in clickSettingsButton_noFalsing_opensSettings() 172 private class IntentMatcher(private val action: String) : ArgumentMatcher<Intent> { class
|
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/ |
D | EnterprisePrivacyFeatureProviderImplTest.java | 484 private static class IntentMatcher implements ArgumentMatcher<Intent> { class in EnterprisePrivacyFeatureProviderImplTest 487 public IntentMatcher(Intent expectedIntent) { in IntentMatcher() method in EnterprisePrivacyFeatureProviderImplTest.IntentMatcher 499 return argThat(new IntentMatcher(intent)); in intentEquals()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/appclips/ |
H A D | AppClipsViewModelTest.java | 533 return argThat(new IntentMatcher(intent)); in intentEquals() 536 private static class IntentMatcher implements ArgumentMatcher<Intent> { class in AppClipsViewModelTest 539 IntentMatcher(Intent expectedIntent) { in IntentMatcher() method in AppClipsViewModelTest.IntentMatcher
|