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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DAppInfo.java83 intent = makeLaunchIntent(info);
112 public static Intent makeLaunchIntent(LauncherActivityInfo info) { method in class:AppInfo
113 return makeLaunchIntent(info.getComponentName());
116 public static Intent makeLaunchIntent(ComponentName cn) { method in class:AppInfo

Completed in 197 milliseconds