Searched refs:SHORTCUT_PROBE (Results 1 – 6 of 6) sorted by relevance
93 final Intent intent = new Intent(CreateShortcutPreferenceController.SHORTCUT_PROBE) in createResultIntent()122 new Intent(CreateShortcutPreferenceController.SHORTCUT_PROBE), in queryShortcuts_shouldOnlyIncludeSystemApp()147 new Intent(CreateShortcutPreferenceController.SHORTCUT_PROBE), in queryShortcuts_shouldSortBasedOnPriority()
79 final Intent shortcut1 = new Intent(CreateShortcutPreferenceController.SHORTCUT_PROBE) in shortcutsUpdateTask()85 final Intent shortcut2 = new Intent(CreateShortcutPreferenceController.SHORTCUT_PROBE) in shortcutsUpdateTask()
20 import static com.android.settings.shortcut.CreateShortcutPreferenceController.SHORTCUT_PROBE;54 ResolveInfo ri = pm.resolveActivity(new Intent(SHORTCUT_PROBE).setComponent(cn), 0); in doInBackground()
65 static final Intent SHORTCUT_PROBE = new Intent(Intent.ACTION_MAIN) field in CreateShortcutPreferenceController174 final List<ResolveInfo> activities = mPackageManager.queryIntentActivities(SHORTCUT_PROBE, in queryShortcuts()206 return new Intent(SHORTCUT_PROBE) in buildShortcutIntent()
20 …static com.android.car.developeroptions.shortcut.CreateShortcutPreferenceController.SHORTCUT_PROBE;54 ResolveInfo ri = pm.resolveActivity(new Intent(SHORTCUT_PROBE).setComponent(cn), 0); in doInBackground()
65 static final Intent SHORTCUT_PROBE = new Intent(Intent.ACTION_MAIN) field in CreateShortcutPreferenceController189 final List<ResolveInfo> activities = mPackageManager.queryIntentActivities(SHORTCUT_PROBE, in queryShortcuts()221 return new Intent(SHORTCUT_PROBE) in buildShortcutIntent()