Searched refs:ScopedAppTargetListCallback (Results 1 – 4 of 4) sorted by relevance
33 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()
33 class ScopedAppTargetListCallback( class
79 ScopedAppTargetListCallback(scope) { onAppPredictorCallback(it) }.toAppPredictorCallback() in <lambda>()
38 import com.android.intentresolver.shortcuts.ScopedAppTargetListCallback;114 new ScopedAppTargetListCallback( in doCompute()