OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isVersion40
(Results
1 - 6
of
6
) sorted by null
/frameworks/opt/vcard/java/com/android/vcard/
VCardConfig.java
428
public static boolean
isVersion40
(final int vcardType) {
VCardBuilder.java
137
if (VCardConfig.
isVersion40
(vcardType)) {
142
mIsV30OrV40 = VCardConfig.isVersion30(vcardType) || VCardConfig.
isVersion40
(vcardType);
193
if (VCardConfig.
isVersion40
(mVCardType)) {
377
if (VCardConfig.
isVersion40
(mVCardType)) {
595
if (VCardConfig.
isVersion40
(mVCardType)) {
[
all
...]
VCardUtils.java
384
if (VCardConfig.
isVersion40
(vcardType)) {
825
} else if (VCardConfig.
isVersion40
(vcardType)) {
[
all
...]
VCardEntry.java
[
all
...]
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
VCardVerifier.java
181
} else if (VCardConfig.
isVersion40
(mVCardType)) {
196
if (VCardConfig.
isVersion40
(mVCardType)) {
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardExporterTests.java
244
if (VCardConfig.
isVersion40
(vcardType)) {
343
if (VCardConfig.
isVersion40
(vcardType)) {
411
if (VCardConfig.
isVersion40
(vcardType)) {
497
if (VCardConfig.
isVersion40
(vcardType)) {
570
if (VCardConfig.
isVersion40
(vcardType)) {
632
if (VCardConfig.
isVersion40
(vcardType)) {
[
all
...]
Completed in 1093 milliseconds