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

  /packages/apps/Contacts/src/com/android/contacts/list/
PhoneNumberPickerFragment.java 47 private String mShortcutAction;
141 mShortcutAction = savedState.getString(KEY_SHORTCUT_ACTION);
148 outState.putString(KEY_SHORTCUT_ACTION, mShortcutAction);
168 this.mShortcutAction = shortcutAction;
250 if (mShortcutAction == null) {
257 builder.createPhoneNumberShortcutIntent(uri, mShortcutAction);
ShortcutIntentBuilder.java 206 private final String mShortcutAction;
213 mShortcutAction = shortcutAction;
238 mPhoneType, mPhoneLabel, mShortcutAction);

Completed in 144 milliseconds