Searched refs:KEY_SHORTCUT_REQUESTED (Results 1 – 1 of 1) sorted by relevance
39 private static final String KEY_SHORTCUT_REQUESTED = "shortcutRequested"; field in ContactPickerFragment75 outState.putBoolean(KEY_SHORTCUT_REQUESTED, mShortcutRequested); in onSaveInstanceState()88 mShortcutRequested = savedState.getBoolean(KEY_SHORTCUT_REQUESTED); in restoreSavedState()