Home
last modified time | relevance | path

Searched defs:makeLaunchIntent (Results 1 – 2 of 2) sorted by relevance

/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/src/com/android/launcher3/model/data/
DAppInfo.java163 public static Intent makeLaunchIntent(LauncherActivityInfo info) { in makeLaunchIntent() method in AppInfo
167 public static Intent makeLaunchIntent(ComponentName cn) { in makeLaunchIntent() method in AppInfo