Home
last modified time | relevance | path

Searched refs:mShortcutAction (Results 1 – 2 of 2) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DPhoneNumberPickerFragment.java47 private String mShortcutAction; field in PhoneNumberPickerFragment
154 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()
DShortcutIntentBuilder.java217 private final String mShortcutAction; field in ShortcutIntentBuilder.PhoneNumberLoadingAsyncTask
224 mShortcutAction = shortcutAction; in PhoneNumberLoadingAsyncTask()
250 mPhoneNumber, mPhoneType, mPhoneLabel, mShortcutAction); in onPostExecute()