Searched refs:APP_1_PACKAGE_NAME (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Launcher3/quickstep/tests/src/com/android/launcher3/model/ |
D | WidgetsPredictionsRequesterTest.kt | 79 ComponentName.createRelative(APP_1_PACKAGE_NAME, APP_1_PROVIDER_A_CLASS_NAME) in setUp() 83 ComponentName.createRelative(APP_1_PACKAGE_NAME, APP_1_PROVIDER_B_CLASS_NAME) in setUp() 96 PackageUserKey(APP_1_PACKAGE_NAME, mUserHandle) to in setUp() 114 /*pkg=*/ APP_1_PACKAGE_NAME, in buildBundleForPredictionSession_includesAddedAppWidgets() 119 /*pkg=*/ APP_1_PACKAGE_NAME, in buildBundleForPredictionSession_includesAddedAppWidgets() 140 AppTargetId(APP_1_PACKAGE_NAME), in filterPredictions_notOnUiSurfaceFilter_returnsOnlyEligiblePredictions() 141 APP_1_PACKAGE_NAME, in filterPredictions_notOnUiSurfaceFilter_returnsOnlyEligiblePredictions() 166 AppTargetId(APP_1_PACKAGE_NAME), in filterPredictions_appPredictions_returnsWidgetFromPackage() 167 APP_1_PACKAGE_NAME, in filterPredictions_appPredictions_returnsWidgetFromPackage() 168 "$APP_1_PACKAGE_NAME.SomeActivity", in filterPredictions_appPredictions_returnsWidgetFromPackage() [all …]
|