OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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