HomeSort by relevance Sort by last modified time
    Searched refs:shortcutExists (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
InstallShortcutReceiver.java 251 final boolean exists = LauncherModel.shortcutExists(context, name, intent);
279 String name, final Intent intent, final int screen, boolean shortcutExists,
296 if (duplicate || !shortcutExists) {
LauncherModel.java 489 static boolean shortcutExists(Context context, String title, Intent intent) {
    [all...]

Completed in 20 milliseconds