Searched refs:INSTALL_SHORTCUT_IS_DUPLICATE (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DInstallShortcutReceiver.java59 private static final int INSTALL_SHORTCUT_IS_DUPLICATE = -1; field in class:InstallShortcutReceiver
271 } else if (result[0] == INSTALL_SHORTCUT_IS_DUPLICATE) {
324 result[0] = INSTALL_SHORTCUT_IS_DUPLICATE;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DInstallShortcutReceiver.java64 private static final int INSTALL_SHORTCUT_IS_DUPLICATE = -1; field in class:InstallShortcutReceiver
310 if (result == INSTALL_SHORTCUT_IS_DUPLICATE) {

Completed in 123 milliseconds