Home
last modified time | relevance | path

Searched refs:matchesIntents (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/
DEnterpriseSetDefaultAppsPreferenceControllerTest.java84 argThat(matchesIntents(intents)))).thenReturn(apps); in setEnterpriseSetDefaultApps()
140 private ArgumentMatcher<Intent[]> matchesIntents(Intent[] intents) { in matchesIntents() method in EnterpriseSetDefaultAppsPreferenceControllerTest
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/enterprise/
DEnterpriseSetDefaultAppsPreferenceControllerTest.java227 argThat(matchesIntents(intents)))).thenReturn(apps); in setEnterpriseSetDefaultApps()
DBaseEnterprisePrivacyPreferenceControllerTestCase.java81 protected ArgumentMatcher<Intent[]> matchesIntents(Intent[] intents) { in matchesIntents() method in BaseEnterprisePrivacyPreferenceControllerTestCase
DEnterpriseSetDefaultAppsListPreferenceControllerTest.java331 argThat(matchesIntents(intents)))).thenReturn(apps); in setEnterpriseSetDefaultApps()