Home
last modified time | relevance | path

Searched refs:SHORTCUT_PROBE (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/shortcut/
DCreateShortcutPreferenceControllerTest.java93 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()
DShortcutsUpdateTaskTest.java79 final Intent shortcut1 = new Intent(CreateShortcutPreferenceController.SHORTCUT_PROBE) in shortcutsUpdateTask()
85 final Intent shortcut2 = new Intent(CreateShortcutPreferenceController.SHORTCUT_PROBE) in shortcutsUpdateTask()
/packages/apps/Settings/src/com/android/settings/shortcut/
DShortcutsUpdateTask.java20 import static com.android.settings.shortcut.CreateShortcutPreferenceController.SHORTCUT_PROBE;
54 ResolveInfo ri = pm.resolveActivity(new Intent(SHORTCUT_PROBE).setComponent(cn), 0); in doInBackground()
DCreateShortcutPreferenceController.java65 static final Intent SHORTCUT_PROBE = new Intent(Intent.ACTION_MAIN) field in CreateShortcutPreferenceController
174 final List<ResolveInfo> activities = mPackageManager.queryIntentActivities(SHORTCUT_PROBE, in queryShortcuts()
206 return new Intent(SHORTCUT_PROBE) in buildShortcutIntent()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/shortcut/
DShortcutsUpdateTask.java20 …static com.android.car.developeroptions.shortcut.CreateShortcutPreferenceController.SHORTCUT_PROBE;
54 ResolveInfo ri = pm.resolveActivity(new Intent(SHORTCUT_PROBE).setComponent(cn), 0); in doInBackground()
DCreateShortcutPreferenceController.java65 static final Intent SHORTCUT_PROBE = new Intent(Intent.ACTION_MAIN) field in CreateShortcutPreferenceController
189 final List<ResolveInfo> activities = mPackageManager.queryIntentActivities(SHORTCUT_PROBE, in queryShortcuts()
221 return new Intent(SHORTCUT_PROBE) in buildShortcutIntent()