Searched refs:buildBundleForPredictionSession (Results 1 – 2 of 2) sorted by relevance
33 import com.android.launcher3.model.WidgetPredictionsRequester.buildBundleForPredictionSession106 val bundle = buildBundleForPredictionSession(existingWidgets, TEST_UI_SURFACE) in buildBundleForPredictionSession_includesAddedAppWidgets()
89 Bundle bundle = buildBundleForPredictionSession(existingWidgets, mUiSurface); in request()119 static Bundle buildBundleForPredictionSession(List<AppWidgetProviderInfo> addedWidgets, in buildBundleForPredictionSession() method in WidgetPredictionsRequester