Home
last modified time | relevance | path

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

/packages/modules/IntentResolver/java/src/com/android/intentresolver/shortcuts/
DScopedAppTargetListCallback.kt49 private fun notifyCallback(result: List<AppTarget>) { in notifyCallback() method
54 Consumer<MutableList<AppTarget>?> { notifyCallback(it ?: emptyList()) } in toConsumer()
57 AppPredictor.Callback { notifyCallback(it) } in toAppPredictorCallback()