Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DChooserActivityTest.java171 Mockito.isA(List.class))).thenReturn(resolvedComponentInfos); in customTitle()
188 Mockito.isA(List.class))).thenReturn(resolvedComponentInfos); in customTitleIgnoredForSendIntents()
201 Mockito.isA(List.class))).thenReturn(resolvedComponentInfos); in emptyTitle()
323 resolvedComponentInfos.addAll(infosToStack); in fourOptionsStackedIntoOneTarget()
470 List<ResolvedComponentInfo> resolvedComponentInfos = in hasOtherProfileTwoOptionsAndUserSelectsOne() local
509 List<ResolvedComponentInfo> resolvedComponentInfos = in hasLastChosenActivityAndOtherProfile() local
548 Mockito.isA(List.class))).thenReturn(resolvedComponentInfos); in copyTextToClipboard()
575 Mockito.isA(List.class))).thenReturn(resolvedComponentInfos); in copyTextToClipboardLogging()
769 Mockito.isA(List.class))).thenReturn(resolvedComponentInfos); in threeOrMoreVisibleImagePreview()
857 Mockito.isA(List.class))).thenReturn(resolvedComponentInfos); in testTitlePreviewLogging()
[all …]
H A DResolverActivityTest.java97 Mockito.isA(List.class))).thenReturn(resolvedComponentInfos); in twoOptionsAndUserSelectsOne()
111 ResolveInfo toChoose = resolvedComponentInfos.get(0).getResolveInfoAt(0); in twoOptionsAndUserSelectsOne()
128 Mockito.isA(List.class))).thenReturn(resolvedComponentInfos); in setMaxHeight()
172 Mockito.isA(List.class))).thenReturn(resolvedComponentInfos); in setShowAtTopToTrue()
204 Mockito.isA(List.class))).thenReturn(resolvedComponentInfos); in hasLastChosenActivity()
206 .thenReturn(resolvedComponentInfos.get(0).getResolveInfoAt(0)); in hasLastChosenActivity()
268 List<ResolvedComponentInfo> resolvedComponentInfos = in hasOtherProfileTwoOptionsAndUserSelectsOne() local
274 Mockito.isA(List.class))).thenReturn(resolvedComponentInfos); in hasOtherProfileTwoOptionsAndUserSelectsOne()
312 List<ResolvedComponentInfo> resolvedComponentInfos = in hasLastChosenActivityAndOtherProfile() local
318 Mockito.isA(List.class))).thenReturn(resolvedComponentInfos); in hasLastChosenActivityAndOtherProfile()
[all …]