Home
last modified time | relevance | path

Searched refs:toConsumer (Results 1 – 3 of 3) 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()
65 val testSubject = ScopedAppTargetListCallback(scope) { counter++ }.toConsumer() in test_createdWithClosedScope_noCallbackInvocations()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/shortcuts/
DScopedAppTargetListCallback.kt53 fun toConsumer(): Consumer<MutableList<AppTarget>?> = in toConsumer() method
/packages/modules/IntentResolver/java/src/com/android/intentresolver/model/
DAppPredictionServiceResolverComparator.java119 }).toConsumer() in doCompute()