Searched defs:ncv (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DCalendarSyncAdapter.java235 * @param ncv the NamedContentValues object
238 public Uri dataUriFromNamedContentValues(NamedContentValues ncv) { argument
239 long id = ncv.values.getAsLong(RawContacts._ID);
240 Uri dataUri = ContentUris.withAppendedId(ncv.uri, id);
1632 for (NamedContentValues ncv: subValues) {
1633 Uri ncvUri = ncv.uri;
1634 ContentValues ncvValues = ncv.values;
1686 for (NamedContentValues ncv: subValues) {
1687 Uri ncvUri = ncv.uri;
1688 ContentValues ncvValues = ncv
[all...]
H A DContactsSyncAdapter.java633 for (NamedContentValues ncv: ncvList) {
635 Uri u = dataUriFromNamedContentValues(ncv);
1019 // Loop through the ncv's, looking for an existing row
1064 // Loop through the ncv's, looking for an existing row
1112 NamedContentValues ncv =
1114 if (ncv != null) {
1118 dataUriFromNamedContentValues(ncv))),
1119 ncv);
1367 for (NamedContentValues ncv: oldValues) {
1368 ContentValues cv = ncv
1467 dataUriFromNamedContentValues(NamedContentValues ncv) argument
[all...]

Completed in 81 milliseconds