Searched refs:CreateShortcutPreferenceController (Results 1 – 6 of 6) sorted by relevance
19 import static com.android.settings.shortcut.CreateShortcutPreferenceController.SHORTCUT_ID_PREFIX;73 private CreateShortcutPreferenceController mController;84 mController = new CreateShortcutPreferenceController(mContext, "key"); in setup()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()
19 import static com.android.settings.shortcut.CreateShortcutPreferenceController.SHORTCUT_ID_PREFIX;79 final Intent shortcut1 = new Intent(CreateShortcutPreferenceController.SHORTCUT_PROBE) in shortcutsUpdateTask()85 final Intent shortcut2 = new Intent(CreateShortcutPreferenceController.SHORTCUT_PROBE) in shortcutsUpdateTask()
26 import com.android.settings.shortcut.CreateShortcutPreferenceController;47 CreateShortcutPreferenceController.updateRestoredShortcuts(this); in onRestoreFinished()
19 import static com.android.settings.shortcut.CreateShortcutPreferenceController.SHORTCUT_ID_PREFIX;20 import static com.android.settings.shortcut.CreateShortcutPreferenceController.SHORTCUT_PROBE;
49 use(CreateShortcutPreferenceController.class).setActivity(getActivity()); in onAttach()
60 public class CreateShortcutPreferenceController extends BasePreferenceController { class75 public CreateShortcutPreferenceController(Context context, String preferenceKey) { in CreateShortcutPreferenceController() method in CreateShortcutPreferenceController