Home
last modified time | relevance | path

Searched defs:IntentMatcher (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/users/
H A DAppCopyingHelperTest.java243 private static class IntentMatcher implements ArgumentMatcher<Intent> { class in AppCopyingHelperTest
246 IntentMatcher(Intent intent) { in IntentMatcher() method in AppCopyingHelperTest.IntentMatcher
H A DAppRestrictionsHelperTest.java246 private class IntentMatcher implements ArgumentMatcher<Intent> { class in AppRestrictionsHelperTest
249 IntentMatcher(Intent intent) { in IntentMatcher() method in AppRestrictionsHelperTest.IntentMatcher
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/user/
H A DUserSwitchDialogControllerTest.kt168 private class IntentMatcher(private val action: String) : ArgumentMatcher<Intent> { regex
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/statusbar/
H A DStatusBarManagerServiceTest.java790 private static class IntentMatcher implements ArgumentMatcher<Intent> { class in StatusBarManagerServiceTest
793 IntentMatcher(Intent intent) { in IntentMatcher() method in StatusBarManagerServiceTest.IntentMatcher