HomeSort by relevance Sort by last modified time
    Searched refs:mShortcutAction (Results 1 - 2 of 2) sorted by null

  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PhoneNumberPickerFragment.java 52 private String mShortcutAction;
159 mShortcutAction = savedState.getString(KEY_SHORTCUT_ACTION);
166 outState.putString(KEY_SHORTCUT_ACTION, mShortcutAction);
186 this.mShortcutAction = shortcutAction;
288 if (mShortcutAction == null) {
297 builder.createPhoneNumberShortcutIntent(uri, mShortcutAction);
ShortcutIntentBuilder.java 217 private final String mShortcutAction;
224 mShortcutAction = shortcutAction;
250 mPhoneNumber, mPhoneType, mPhoneLabel, mShortcutAction);

Completed in 49 milliseconds