Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/
DWidgetPredictionsRequester.java119 Bundle bundle = buildBundleForPredictionSession(existingWidgets); in request()
136 static Bundle buildBundleForPredictionSession(List<AppWidgetProviderInfo> addedWidgets) { in buildBundleForPredictionSession() method in WidgetPredictionsRequester
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/model/
DWidgetsPredictionsRequesterTest.kt36 import com.android.launcher3.model.WidgetPredictionsRequester.buildBundleForPredictionSession in <lambda>()
133 val bundle = buildBundleForPredictionSession(existingWidgets) in <lambda>()