OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exportType
(Results
1 - 2
of
2
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ExportRequest.java
25
public final String
exportType
;
31
public ExportRequest(Uri destUri, String
exportType
) {
33
this.
exportType
=
exportType
;
ExportProcessor.java
138
final String
exportType
= request.
exportType
;
140
if (TextUtils.isEmpty(
exportType
)) {
144
vcardType = VCardConfig.getVCardTypeFromString(
exportType
);
Completed in 504 milliseconds