Searched refs:isLaunchIntentFor (Results 1 – 2 of 2) sorted by relevance
86 argThat(isLaunchIntentFor(packageName)), in expectQueryIntentActivities()205 private static ArgumentMatcher<Intent> isLaunchIntentFor(String packageName) { in isLaunchIntentFor() method in InstalledAppListerTest
131 argThat(isLaunchIntentFor(packageName)), in expectQueryIntentActivities()337 private ArgumentMatcher<Intent> isLaunchIntentFor(String packageName) { in isLaunchIntentFor() method in InstalledAppCounterTest