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.java85 argThat(isLaunchIntentFor(packageName)), in expectQueryIntentActivities()
201 private static ArgumentMatcher<Intent> isLaunchIntentFor(String packageName) { in isLaunchIntentFor() method in InstalledAppListerTest
DInstalledAppCounterTest.java108 argThat(isLaunchIntentFor(packageName)), in expectQueryIntentActivities()
245 private ArgumentMatcher<Intent> isLaunchIntentFor(String packageName) { in isLaunchIntentFor() method in InstalledAppCounterTest