Searched refs:mShortcutAction (Results 1 – 2 of 2) sorted by relevance
47 private String mShortcutAction; field in PhoneNumberPickerFragment154 mShortcutAction = savedState.getString(KEY_SHORTCUT_ACTION); in restoreSavedState()161 outState.putString(KEY_SHORTCUT_ACTION, mShortcutAction); in onSaveInstanceState()181 this.mShortcutAction = shortcutAction; in setShortcutAction()272 if (mShortcutAction == null) { in pickPhoneNumber()281 builder.createPhoneNumberShortcutIntent(uri, mShortcutAction); in startPhoneNumberShortcutIntent()
217 private final String mShortcutAction; field in ShortcutIntentBuilder.PhoneNumberLoadingAsyncTask224 mShortcutAction = shortcutAction; in PhoneNumberLoadingAsyncTask()250 mPhoneNumber, mPhoneType, mPhoneLabel, mShortcutAction); in onPostExecute()