Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DPhoneNumberPickerFragment.java44 private String mShortcutAction; field in PhoneNumberPickerFragment
111 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()
/packages/apps/Contacts/src/com/android/contacts/
DShortcutIntentBuilder.java223 private final String mShortcutAction; field in ShortcutIntentBuilder.PhoneNumberLoadingAsyncTask
230 mShortcutAction = shortcutAction; in PhoneNumberLoadingAsyncTask()
256 mPhoneNumber, mPhoneType, mPhoneLabel, mShortcutAction); in onPostExecute()