OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VCardCommonArguments
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/vcard/
VCardCommonArguments.java
22
public class
VCardCommonArguments
{
ExportVCardActivity.java
94
.getString(
VCardCommonArguments
.ARG_CALLING_ACTIVITY);
96
intent.putExtra(
VCardCommonArguments
.ARG_CALLING_ACTIVITY, callingActivity);
VCardService.java
129
VCardCommonArguments
.ARG_CALLING_ACTIVITY);
/packages/apps/Contacts/src/com/android/contacts/interactions/
ExportDialogFragment.java
45
import com.android.contacts.vcard.
VCardCommonArguments
;
70
args.putString(
VCardCommonArguments
.ARG_CALLING_ACTIVITY, callingActivity.getName());
93
VCardCommonArguments
.ARG_CALLING_ACTIVITY);
139
exportIntent.putExtra(
VCardCommonArguments
.ARG_CALLING_ACTIVITY,
149
exportIntent.putExtra(
VCardCommonArguments
.ARG_CALLING_ACTIVITY,
Completed in 305 milliseconds