Home
last modified time | relevance | path

Searched refs:ScopedAppTargetListCallback (Results 1 – 4 of 4) sorted by relevance

/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/shortcuts/
DScopedAppTargetListCallbackTest.kt33 val testSubject = ScopedAppTargetListCallback(scope) { counter++ }.toConsumer() in test_consumerInvocations_onlyInvokedWhileScopeIsActive()
49 val testSubject = ScopedAppTargetListCallback(scope) { counter++ }.toAppPredictorCallback() in test_appPredictorCallbackInvocations_onlyInvokedWhileScopeIsActive()
65 val testSubject = ScopedAppTargetListCallback(scope) { counter++ }.toConsumer() in test_createdWithClosedScope_noCallbackInvocations()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/shortcuts/
DScopedAppTargetListCallback.kt33 class ScopedAppTargetListCallback( class
DShortcutLoader.kt79 ScopedAppTargetListCallback(scope) { onAppPredictorCallback(it) }.toAppPredictorCallback() in <lambda>()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/model/
DAppPredictionServiceResolverComparator.java38 import com.android.intentresolver.shortcuts.ScopedAppTargetListCallback;
114 new ScopedAppTargetListCallback( in doCompute()