Home
last modified time | relevance | path

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

/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DResolverListAdapter.java71 protected final ResolverListCommunicator mResolverListCommunicator; field in ResolverListAdapter
157 mResolverListCommunicator = resolverListCommunicator; in ResolverListAdapter()
176 mResolverListCommunicator.onHandlePackagesChanged(this); in handlePackagesChanged()
405 mResolverListCommunicator in updateOtherProfileTreatment()
443 if (mResolverListCommunicator.useLayoutWithDefault()) { in finishRebuildingListWithFilteredResults()
539 mResolverListCommunicator.sendVoiceChoicesIfNeeded(); in processSortedList()
560 mResolverListCommunicator.onPostListReady(ResolverListAdapter.this, in postListReadyRunnable()
572 mResolverListCommunicator.getReplacementIntent(add.activityInfo, intent); in addResolveInfoWithAlternates()
573 final Intent defaultIntent = mResolverListCommunicator.getReplacementIntent( in addResolveInfoWithAlternates()
842 mResolverListCommunicator.shouldGetActivityMetadata(), in getResolversForUser()
[all …]
DChooserListAdapter.java326 mResolverListCommunicator.onHandlePackagesChanged(this); in handlePackagesChanged()