Searched refs:mShortcutAction (Results 1 – 2 of 2) sorted by relevance
44 private String mShortcutAction; field in PhoneNumberPickerFragment111 mShortcutAction = savedState.getString(KEY_SHORTCUT_ACTION); in restoreSavedState()118 outState.putString(KEY_SHORTCUT_ACTION, mShortcutAction); in onSaveInstanceState()138 this.mShortcutAction = shortcutAction; in setShortcutAction()246 if (mShortcutAction == null) { in pickPhoneNumber()256 builder.createPhoneNumberShortcutIntent(uri, mShortcutAction); in startPhoneNumberShortcutIntent()
223 private final String mShortcutAction; field in ShortcutIntentBuilder.PhoneNumberLoadingAsyncTask230 mShortcutAction = shortcutAction; in PhoneNumberLoadingAsyncTask()256 mPhoneNumber, mPhoneType, mPhoneLabel, mShortcutAction); in onPostExecute()