OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isVersion21
(Results
1 - 6
of
6
) sorted by null
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
LineVerifierElem.java
70
} else if ((VCardConfig.
isVersion21
(mVCardType) ? "VERSION:2.1" :
VCardVerifier.java
177
if (VCardConfig.
isVersion21
(mVCardType)) {
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardJapanizationTests.java
45
(VCardConfig.
isVersion21
(vcardType) ? mContentValuesForQPAndUtf8 : null);
121
(VCardConfig.
isVersion21
(vcardType) ? mContentValuesForQPAndSJis :
123
(VCardConfig.
isVersion21
(vcardType) ? mContentValuesForQPAndUtf8 : null));
132
if (!VCardConfig.
isVersion21
(vcardType)) {
221
(VCardConfig.
isVersion21
(vcardType) ? mContentValuesForQPAndSJis :
223
(VCardConfig.
isVersion21
(vcardType) ? mContentValuesForQPAndUtf8 :
/frameworks/opt/vcard/java/com/android/vcard/
VCardConfig.java
420
public static boolean
isVersion21
(final int vcardType) {
VCardUtils.java
392
if (!VCardConfig.
isVersion21
(vcardType)) {
800
if (VCardConfig.
isVersion21
(vcardType)) {
[
all
...]
VCardBuilder.java
232
if (!VCardConfig.
isVersion21
(mVCardType)) {
[
all
...]
Completed in 2911 milliseconds