Home
last modified time | relevance | path

Searched refs:mParseType (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardSourceDetector.java78 private int mParseType = PARSE_TYPE_UNKNOWN; field in VCardSourceDetector
119 mParseType = PARSE_TYPE_DOCOMO_FOMA; in onPropertyCreated()
124 if (mParseType != PARSE_TYPE_UNKNOWN) { in onPropertyCreated()
128 mParseType = PARSE_TYPE_WINDOWS_MOBILE_V65_JP; in onPropertyCreated()
130 mParseType = PARSE_TYPE_DOCOMO_FOMA; in onPropertyCreated()
132 mParseType = PARSE_TYPE_MOBILE_PHONE_JP; in onPropertyCreated()
134 mParseType = PARSE_TYPE_APPLE; in onPropertyCreated()
143 switch (mParseType) { in getEstimatedType()
175 switch (mParseType) { in getEstimatedCharset()