Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java228 ContentValues subprimaryContentValues = null; in getPrimaryContentValueWithStructuredName() local
247 } else if (subprimaryContentValues == null && in getPrimaryContentValueWithStructuredName()
249 subprimaryContentValues = contentValues; in getPrimaryContentValueWithStructuredName()
255 if (subprimaryContentValues != null) { in getPrimaryContentValueWithStructuredName()
257 primaryContentValues = subprimaryContentValues; in getPrimaryContentValueWithStructuredName()