Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/icons/
DIconCacheTest.java25 import static com.android.launcher3.model.data.AppInfo.makeLaunchIntent;
162 .resolveActivity(makeLaunchIntent(cn), user); in launcherActivityInfo_cached_in_memory()
166 info.intent = makeLaunchIntent(cn); in launcherActivityInfo_cached_in_memory()
225 .resolveActivity(makeLaunchIntent(cn), user); in item_kept_in_db_if_nothing_changes()
243 .resolveActivity(makeLaunchIntent(cn), user); in item_updated_in_db_if_appInfo_changes()
263 .resolveActivity(makeLaunchIntent(cn), user); in item_removed_in_db_if_item_removed()
273 .resolveActivity(makeLaunchIntent(cn2), user); in item_removed_in_db_if_item_removed()
/packages/apps/Launcher3/src/com/android/launcher3/model/data/
DAppInfo.java102 intent = makeLaunchIntent(info); in AppInfo()
163 public static Intent makeLaunchIntent(LauncherActivityInfo info) { in makeLaunchIntent() method in AppInfo
164 return makeLaunchIntent(info.getComponentName()); in makeLaunchIntent()
167 public static Intent makeLaunchIntent(ComponentName cn) { in makeLaunchIntent() method in AppInfo
/packages/apps/Settings/src/com/android/settings/display/
DScreenTimeoutScreen.kt23 import com.android.settings.utils.makeLaunchIntent
49 makeLaunchIntent(context, ScreenTimeoutActivity::class.java, metadata?.key) in getLaunchIntent()
DDisplayScreen.kt25 import com.android.settings.utils.makeLaunchIntent
66 makeLaunchIntent(context, DisplaySettingsActivity::class.java, metadata?.key) in getLaunchIntent()
/packages/apps/Settings/src/com/android/settings/fuelgauge/batterysaver/
DBatterySaverScreen.kt22 import com.android.settings.utils.makeLaunchIntent
49 makeLaunchIntent(context, BatterySaverSettingsActivity::class.java, metadata?.key) in getLaunchIntent()
/packages/apps/Settings/src/com/android/settings/connecteddevice/
DBluetoothDashboardScreen.kt22 import com.android.settings.utils.makeLaunchIntent
46 makeLaunchIntent(context, BluetoothDashboardActivity::class.java, metadata?.key) in isFlagEnabled()
/packages/apps/Settings/src/com/android/settings/network/
DNetworkDashboardScreen.kt23 import com.android.settings.utils.makeLaunchIntent
53 makeLaunchIntent(context, NetworkDashboardActivity::class.java, metadata?.key) in isFlagEnabled()
/packages/apps/Settings/src/com/android/settings/notification/
DSoundScreen.kt24 import com.android.settings.utils.makeLaunchIntent
66 makeLaunchIntent(context, SoundSettingsActivity::class.java, metadata?.key) in getLaunchIntent()
/packages/apps/Settings/src/com/android/settings/accessibility/
DColorAndMotionScreen.kt25 import com.android.settings.utils.makeLaunchIntent
77 makeLaunchIntent(context, ColorAndMotionActivity::class.java, metadata?.key) in getLaunchIntent()
/packages/apps/Settings/src/com/android/settings/network/tether/
DTetherScreen.kt27 import com.android.settings.utils.makeLaunchIntent
76 makeLaunchIntent(context, TetherSettingsActivity::class.java, metadata?.key) in isAvailable()
/packages/apps/Settings/src/com/android/settings/security/
DLockScreenPreferenceScreen.kt26 import com.android.settings.utils.makeLaunchIntent in <lambda>()
78 makeLaunchIntent(context, LockScreenSettingsActivity::class.java, metadata?.key) in <lambda>()
/packages/apps/Settings/src/com/android/settings/datausage/
DDataSaverScreen.kt25 import com.android.settings.utils.makeLaunchIntent in <lambda>()
75 makeLaunchIntent(context, DataSaverSummaryActivity::class.java, metadata?.key) in <lambda>()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/model/
DAbstractWorkspaceModelTest.kt118 intent = AppInfo.makeLaunchIntent(ComponentName(TEST_PACKAGE, TEST_ACTIVITY)) in <lambda>()
124 intent = AppInfo.makeLaunchIntent(ComponentName(itemPackage, itemPackage)) in <lambda>()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/util/
DLauncherBindableItemsContainerTest.kt34 import com.android.launcher3.model.data.AppInfo.makeLaunchIntent in <lambda>()
114 makeLaunchIntent(ComponentName(TEST_PACKAGE, className)), in <lambda>()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DItemInstallQueue.java25 import static com.android.launcher3.model.data.AppInfo.makeLaunchIntent;
300 si.intent = makeLaunchIntent(new ComponentName(packageName, "")) in getItemInfo()
305 si.intent = makeLaunchIntent(lai); in getItemInfo()
DAllAppsList.java344 Intent launchIntent = AppInfo.makeLaunchIntent(info); in updatePackage()
/packages/apps/Settings/src/com/android/settings/utils/
DIntentUtils.kt31 fun makeLaunchIntent(context: Context, activityClass: Class<out Activity>, key: String?) = in makeLaunchIntent() method
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/
DAutoInstallsLayoutTest.kt110 .isEqualTo(AppInfo.makeLaunchIntent(ComponentName("p1", "c1")).toUri(0)) in pending_icon_added_on_home()
198 .isEqualTo(AppInfo.makeLaunchIntent(ComponentName("p1", "c1")).toUri(0)) in work_item_added_to_home()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/
DPredictionUpdateTask.java105 .resolveActivity(AppInfo.makeLaunchIntent(cn), user); in execute()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/board/
DTestWorkspaceBuilder.kt67 AppInfo(appComponentName, "test icon", myUser, AppInfo.makeLaunchIntent(appComponentName)) in app()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DPackageManagerHelper.java102 return info != null ? AppInfo.makeLaunchIntent(info) : null; in getAppLaunchIntent()
/packages/apps/Launcher3/tests/src/com/android/launcher3/icons/
DIconProviderTest.kt193 AppInfo.makeLaunchIntent(ComponentName(testContext, className)) in getActivityIntent()
/packages/apps/Launcher3/src/com/android/launcher3/
DAutoInstallsLayout.java340 mValues.put(Favorites.INTENT, AppInfo.makeLaunchIntent(replacementInfo).toUri(0)); in addShortcut()
444 Intent intent = AppInfo.makeLaunchIntent(new ComponentName(packageName, className)); in parseAndAdd()
/packages/apps/Launcher3/src/com/android/launcher3/provider/
DRestoreDbTask.java612 values.put(Favorites.INTENT, AppInfo.makeLaunchIntent(override).toUri(0)); in maybeOverrideShortcuts()