Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/src/com/android/launcher3/model/
DWidgetsPredictionsRequesterTest.kt33 import com.android.launcher3.model.WidgetPredictionsRequester.buildBundleForPredictionSession
106 val bundle = buildBundleForPredictionSession(existingWidgets, TEST_UI_SURFACE) in buildBundleForPredictionSession_includesAddedAppWidgets()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/
DWidgetPredictionsRequester.java89 Bundle bundle = buildBundleForPredictionSession(existingWidgets, mUiSurface); in request()
119 static Bundle buildBundleForPredictionSession(List<AppWidgetProviderInfo> addedWidgets, in buildBundleForPredictionSession() method in WidgetPredictionsRequester