Home
last modified time | relevance | path

Searched refs:isLaunchIntentFor (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
DInstalledAppListerTest.java86 argThat(isLaunchIntentFor(packageName)), in expectQueryIntentActivities()
205 private static ArgumentMatcher<Intent> isLaunchIntentFor(String packageName) { in isLaunchIntentFor() method in InstalledAppListerTest
DInstalledAppCounterTest.java131 argThat(isLaunchIntentFor(packageName)), in expectQueryIntentActivities()
337 private ArgumentMatcher<Intent> isLaunchIntentFor(String packageName) { in isLaunchIntentFor() method in InstalledAppCounterTest