OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:estimatedvcardtype
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/vcard/
ImportRequest.java
62
public final int
estimatedVCardType
;
106
this.
estimatedVCardType
= estimatedType;
ImportProcessor.java
148
final int
estimatedVCardType
= request.
estimatedVCardType
;
154
new VCardEntryConstructor(
estimatedVCardType
, account, estimatedCharset);
171
successful = readOneVCard(is,
estimatedVCardType
, estimatedCharset, constructor,
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
VCardRequest.java
131
final int
estimatedVCardType
= detector.getEstimatedType();
134
result = readOneVCardFile(targetUri,
estimatedVCardType
,
Completed in 346 milliseconds