Searched refs:resolverListCommunicator (Results 1 – 4 of 4) sorted by relevance
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/ |
D | ResolverListAdapterTest.kt | 61 private val resolverListCommunicator = FakeResolverListCommunicator() constant 77 resolverListCommunicator.shouldGetActivityMetadata(), in test_oneTargetNoLastChosen_oneTargetInAdapter() 78 resolverListCommunicator.shouldGetOnlyDefaultActivities(), in test_oneTargetNoLastChosen_oneTargetInAdapter() 94 resolverListCommunicator, in test_oneTargetNoLastChosen_oneTargetInAdapter() 113 assertThat(resolverListCommunicator.sendVoiceCommandCount).isEqualTo(1) in test_oneTargetNoLastChosen_oneTargetInAdapter() 126 resolverListCommunicator.shouldGetActivityMetadata(), in test_oneTargetThatWasLastChosen_NoTargetsInAdapter() 127 resolverListCommunicator.shouldGetOnlyDefaultActivities(), in test_oneTargetThatWasLastChosen_NoTargetsInAdapter() 144 resolverListCommunicator, in test_oneTargetThatWasLastChosen_NoTargetsInAdapter() 175 resolverListCommunicator.shouldGetActivityMetadata(), in test_oneTargetLastChosenNotInTheList_oneTargetInAdapter() 176 resolverListCommunicator.shouldGetOnlyDefaultActivities(), in test_oneTargetLastChosenNotInTheList_oneTargetInAdapter() [all …]
|
D | ChooserListAdapterDataTest.kt | 62 private val resolverListCommunicator = FakeResolverListCommunicator() constant in com.android.intentresolver.ChooserListAdapterDataTest 81 resolverListCommunicator.shouldGetActivityMetadata(), in test_twoTargetsWithNonOverlappingInitialIntent_threeTargetsInResolverAdapter() 82 resolverListCommunicator.shouldGetOnlyDefaultActivities(), in test_twoTargetsWithNonOverlappingInitialIntent_threeTargetsInResolverAdapter() 111 resolverListCommunicator, in test_twoTargetsWithNonOverlappingInitialIntent_threeTargetsInResolverAdapter() 146 resolverListCommunicator.shouldGetActivityMetadata(), in test_twoTargetsWithOverlappingInitialIntent_oneTargetsInResolverAdapter() 147 resolverListCommunicator.shouldGetOnlyDefaultActivities(), in test_twoTargetsWithOverlappingInitialIntent_oneTargetsInResolverAdapter() 174 resolverListCommunicator, in test_twoTargetsWithOverlappingInitialIntent_oneTargetsInResolverAdapter()
|
/packages/modules/IntentResolver/java/src/com/android/intentresolver/ |
D | ResolverListAdapter.java | 109 ResolverListCommunicator resolverListCommunicator, in ResolverListAdapter() argument 121 resolverListCommunicator, in ResolverListAdapter() 138 ResolverListCommunicator resolverListCommunicator, in ResolverListAdapter() argument 155 mResolverListCommunicator = resolverListCommunicator; in ResolverListAdapter() 870 ResolverListCommunicator resolverListCommunicator) { in makeOtherProfileDisplayResolveInfo() argument 873 Intent pOrigIntent = resolverListCommunicator.getReplacementIntent( in makeOtherProfileDisplayResolveInfo() 876 Intent replacementIntent = resolverListCommunicator.getReplacementIntent( in makeOtherProfileDisplayResolveInfo()
|
D | ChooserListAdapter.java | 187 ResolverListCommunicator resolverListCommunicator, in ChooserListAdapter() argument 204 resolverListCommunicator, in ChooserListAdapter() 227 ResolverListCommunicator resolverListCommunicator, in ChooserListAdapter() argument 247 resolverListCommunicator, in ChooserListAdapter()
|