OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shortcutExists
(Results
1 - 4
of
4
) 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
490
static boolean
shortcutExists
(Context context, String title, Intent intent) {
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
InstallShortcutReceiver.java
280
final boolean exists = LauncherModel.
shortcutExists
(context, name, intent);
LauncherModel.java
374
if (LauncherModel.
shortcutExists
(context, name, launchIntent)) {
[
all
...]
Completed in 29 milliseconds