Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DChooserActivityTest.java263 List<ResolvedComponentInfo> resolvedComponentInfos = createResolvedComponentsForTest(2); in customTitle() local
274 .thenReturn(resolvedComponentInfos); in customTitle()
287 List<ResolvedComponentInfo> resolvedComponentInfos = createResolvedComponentsForTest(2); in customTitleIgnoredForSendIntents() local
298 .thenReturn(resolvedComponentInfos); in customTitleIgnoredForSendIntents()
308 List<ResolvedComponentInfo> resolvedComponentInfos = createResolvedComponentsForTest(2); in emptyTitle() local
319 .thenReturn(resolvedComponentInfos); in emptyTitle()
329 List<ResolvedComponentInfo> resolvedComponentInfos = createResolvedComponentsForTest(2); in emptyPreviewTitleAndThumbnail() local
340 .thenReturn(resolvedComponentInfos); in emptyPreviewTitleAndThumbnail()
353 List<ResolvedComponentInfo> resolvedComponentInfos = createResolvedComponentsForTest(2); in visiblePreviewTitleWithoutThumbnail() local
364 .thenReturn(resolvedComponentInfos); in visiblePreviewTitleWithoutThumbnail()
[all …]
DResolverActivityTest.java104 List<ResolvedComponentInfo> resolvedComponentInfos = createResolvedComponentsForTest(2, in twoOptionsAndUserSelectsOne() local
110 Mockito.isA(List.class))).thenReturn(resolvedComponentInfos); in twoOptionsAndUserSelectsOne()
124 ResolveInfo toChoose = resolvedComponentInfos.get(0).getResolveInfoAt(0); in twoOptionsAndUserSelectsOne()
137 List<ResolvedComponentInfo> resolvedComponentInfos = createResolvedComponentsForTest(2, in setMaxHeight() local
143 Mockito.isA(List.class))).thenReturn(resolvedComponentInfos); in setMaxHeight()
183 List<ResolvedComponentInfo> resolvedComponentInfos = createResolvedComponentsForTest(2, in setShowAtTopToTrue() local
189 Mockito.isA(List.class))).thenReturn(resolvedComponentInfos); in setShowAtTopToTrue()
216 List<ResolvedComponentInfo> resolvedComponentInfos = createResolvedComponentsForTest(2, in hasLastChosenActivity() local
218 ResolveInfo toChoose = resolvedComponentInfos.get(0).getResolveInfoAt(0); in hasLastChosenActivity()
223 Mockito.isA(List.class))).thenReturn(resolvedComponentInfos); in hasLastChosenActivity()
[all …]