Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java2332 final Object typeObject = VCardUtils.getPhoneTypeFromStrings(typeCollection, in addProperty() local
2336 if (typeObject instanceof Integer) { in addProperty()
2337 type = (Integer) typeObject; in addProperty()
2341 label = typeObject.toString(); in addProperty()