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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
VCardCommonArguments.java 26 public static final String ARG_CALLING_ACTIVITY = "CALLING_ACTIVITY";
ExportVCardActivity.java 94 .getString(VCardCommonArguments.ARG_CALLING_ACTIVITY);
96 intent.putExtra(VCardCommonArguments.ARG_CALLING_ACTIVITY, callingActivity);
VCardService.java 138 VCardCommonArguments.ARG_CALLING_ACTIVITY);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/interactions/
ImportExportDialogFragment.java 89 args.putString(VCardCommonArguments.ARG_CALLING_ACTIVITY, callingActivity.getName());
114 VCardCommonArguments.ARG_CALLING_ACTIVITY);
198 exportIntent.putExtra(VCardCommonArguments.ARG_CALLING_ACTIVITY,
208 exportIntent.putExtra(VCardCommonArguments.ARG_CALLING_ACTIVITY,

Completed in 68 milliseconds