OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isVersion30
(Results
1 - 8
of
8
) sorted by null
/frameworks/opt/vcard/java/com/android/vcard/
VCardConfig.java
424
public static boolean
isVersion30
(final int vcardType) {
433
return !
isVersion30
(vcardType);
458
return (
isVersion30
(vcardType) || ((vcardType & FLAG_APPEND_TYPE_PARAM) != 0));
VCardBuilder.java
142
mIsV30OrV40 = VCardConfig.
isVersion30
(vcardType) || VCardConfig.isVersion40(vcardType);
158
!(VCardConfig.
isVersion30
(vcardType) && "UTF-8".equalsIgnoreCase(charset));
229
} else if (VCardConfig.
isVersion30
(mVCardType)) {
416
if (VCardConfig.
isVersion30
(mVCardType)) {
577
} else if (VCardConfig.
isVersion30
(mVCardType)) {
632
} else if (VCardConfig.
isVersion30
(mVCardType)) {
637
if (VCardConfig.
isVersion30
(mVCardType) && shouldAppendCharsetParam(sortString)) {
[
all
...]
VCardUtils.java
380
} else if (VCardConfig.
isVersion30
(vcardType)) {
793
} else if (VCardConfig.
isVersion30
(vcardType)) {
VCardComposer.java
213
VCardConfig.
isVersion30
(vcardType) && UTF_8.equalsIgnoreCase(charset));
VCardEntry.java
[
all
...]
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
LineVerifierElem.java
71
(VCardConfig.
isVersion30
(mVCardType) ? "VERSION:3.0" :
VCardVerifier.java
179
} else if (VCardConfig.
isVersion30
(mVCardType)) {
198
} else if (VCardConfig.
isVersion30
(mVCardType)) {
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardExporterTests.java
262
if (VCardConfig.
isVersion30
(vcardType)) {
361
if (VCardConfig.
isVersion30
(vcardType)) {
642
} else if (VCardConfig.
isVersion30
(vcardType)) {
[
all
...]
Completed in 480 milliseconds