Searched refs:resolvedComponentInfos (Results 1 – 2 of 2) sorted by relevance
263 List<ResolvedComponentInfo> resolvedComponentInfos = createResolvedComponentsForTest(2); in customTitle() local274 .thenReturn(resolvedComponentInfos); in customTitle()287 List<ResolvedComponentInfo> resolvedComponentInfos = createResolvedComponentsForTest(2); in customTitleIgnoredForSendIntents() local298 .thenReturn(resolvedComponentInfos); in customTitleIgnoredForSendIntents()308 List<ResolvedComponentInfo> resolvedComponentInfos = createResolvedComponentsForTest(2); in emptyTitle() local319 .thenReturn(resolvedComponentInfos); in emptyTitle()329 List<ResolvedComponentInfo> resolvedComponentInfos = createResolvedComponentsForTest(2); in emptyPreviewTitleAndThumbnail() local340 .thenReturn(resolvedComponentInfos); in emptyPreviewTitleAndThumbnail()353 List<ResolvedComponentInfo> resolvedComponentInfos = createResolvedComponentsForTest(2); in visiblePreviewTitleWithoutThumbnail() local364 .thenReturn(resolvedComponentInfos); in visiblePreviewTitleWithoutThumbnail()[all …]
104 List<ResolvedComponentInfo> resolvedComponentInfos = createResolvedComponentsForTest(2, in twoOptionsAndUserSelectsOne() local110 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() local143 Mockito.isA(List.class))).thenReturn(resolvedComponentInfos); in setMaxHeight()183 List<ResolvedComponentInfo> resolvedComponentInfos = createResolvedComponentsForTest(2, in setShowAtTopToTrue() local189 Mockito.isA(List.class))).thenReturn(resolvedComponentInfos); in setShowAtTopToTrue()216 List<ResolvedComponentInfo> resolvedComponentInfos = createResolvedComponentsForTest(2, in hasLastChosenActivity() local218 ResolveInfo toChoose = resolvedComponentInfos.get(0).getResolveInfoAt(0); in hasLastChosenActivity()223 Mockito.isA(List.class))).thenReturn(resolvedComponentInfos); in hasLastChosenActivity()[all …]