HomeSort by relevance Sort by last modified time
    Searched full:primarycontentvalues (Results 1 - 1 of 1) sorted by null

  /frameworks/opt/vcard/java/com/android/vcard/
VCardBuilder.java 261 ContentValues primaryContentValues = null;
270 primaryContentValues = contentValues;
272 } else if (primaryContentValues == null) {
278 primaryContentValues = contentValues;
288 if (primaryContentValues == null) {
291 primaryContentValues = subprimaryContentValues;
294 primaryContentValues = new ContentValues();
298 return primaryContentValues;
    [all...]

Completed in 34 milliseconds