Home
last modified time | relevance | path

Searched refs:resolverListController (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DResolverWrapperActivity.java112 when(sOverrides.resolverListController.getUserHandle()).thenReturn(UserHandle.SYSTEM); in createListController()
113 return sOverrides.resolverListController; in createListController()
174 public ResolverListController resolverListController; field in ResolverWrapperActivity.OverrideData
190 resolverListController = mock(ResolverListController.class); in reset()
H A DChooserListAdapterTest.kt59 private val resolverListController = mock<ResolverListController>() regex
70 whenever(resolverListController.userHandle).thenReturn(UserHandle.CURRENT)
82 resolverListController,
222 resolverListController: ResolverListController?,
236 resolverListController,
H A DChooserActivityTest.java268 .resolverListController in customTitle()
292 .resolverListController in customTitleIgnoredForSendIntents()
313 .resolverListController in emptyTitle()
334 .resolverListController in emptyPreviewTitleAndThumbnail()
358 .resolverListController in visiblePreviewTitleWithoutThumbnail()
385 .resolverListController in visiblePreviewTitleWithInvalidThumbnail()
411 .resolverListController in visiblePreviewTitleAndThumbnail()
433 .resolverListController in twoOptionsAndUserSelectsOne()
488 .resolverListController in fourOptionsStackedIntoOneTarget()
529 .resolverListController in updateChooserCountsAndModelAfterUserSelection()
[all …]
H A DResolverWrapperAdapter.java39 ResolverListController resolverListController, in ResolverWrapperAdapter() argument
43 resolverListController, resolverListCommunicator, false, initialIntentsUserHandle); in ResolverWrapperAdapter()
H A DResolverActivityTest.java103 when(sOverrides.resolverListController.getResolversForIntent(Mockito.anyBoolean(), in twoOptionsAndUserSelectsOne()
136 when(sOverrides.resolverListController.getResolversForIntent(Mockito.anyBoolean(), in setMaxHeight()
182 when(sOverrides.resolverListController.getResolversForIntent(Mockito.anyBoolean(), in setShowAtTopToTrue()
216 when(sOverrides.resolverListController.getResolversForIntent(Mockito.anyBoolean(), in hasLastChosenActivity()
220 when(sOverrides.resolverListController.getLastChosen()) in hasLastChosenActivity()
290 when(sOverrides.resolverListController.getResolversForIntent(Mockito.anyBoolean(), in hasOtherProfileTwoOptionsAndUserSelectsOne()
335 when(sOverrides.resolverListController.getResolversForIntent(Mockito.anyBoolean(), in hasLastChosenActivityAndOtherProfile()
339 when(sOverrides.resolverListController.getLastChosen()) in hasLastChosenActivityAndOtherProfile()
934 when(sOverrides.resolverListController.getLastChosen()) in testLayoutWithDefault_withWorkTab_neverShown()
1008 when(sOverrides.resolverListController.getLastChosen()) in testClonedProfilePresent_layoutWithDefault_neverShown()
[all …]
H A DChooserActivityOverrideData.java61 public ResolverListController resolverListController; field in ChooserActivityOverrideData
94 resolverListController = mock(ResolverListController.class); in reset()
H A DChooserWrapperActivity.java159 when(sOverrides.resolverListController.getUserHandle()).thenReturn(UserHandle.SYSTEM); in createListController()
160 return sOverrides.resolverListController; in createListController()
H A DChooserActivityWorkProfileTest.java276 when(sOverrides.resolverListController.getResolversForIntent(Mockito.anyBoolean(), in setupResolverControllers()
H A DResolverActivityWorkProfileTest.java268 when(sOverrides.resolverListController.getResolversForIntent(Mockito.anyBoolean(), in setupResolverControllers()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DChooserListAdapter.java143 boolean filterLastUsed, ResolverListController resolverListController, in ChooserListAdapter() argument
152 resolverListController, chooserListCommunicator, false, initialIntentsUserSpace); in ChooserListAdapter()
H A DResolverListAdapter.java100 ResolverListController resolverListController, in ResolverListAdapter() argument
112 mResolverListController = resolverListController; in ResolverListAdapter()