HomeSort by relevance Sort by last modified time
    Searched refs:itemValues (Results 1 - 5 of 5) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/util/
PendingRequestArgs.java 70 ContentValues itemValues = new ContentValues();
71 writeToValues(new ContentWriter(itemValues, null));
72 itemValues.writeToParcel(dest, flags);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DefaultSoftKeyboardJAJP.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
ContactLoader.java 443 final ContentValues itemValues = new ContentValues();
444 itemValues.put(Data.MIMETYPE, mimetype);
445 itemValues.put(Data._ID, -1);
452 itemValues.put(name, (String) o);
454 itemValues.put(name, (Integer) o);
457 rawContact.addDataItemValues(itemValues);
    [all...]
  /packages/apps/Dialer/java/com/android/contacts/common/model/
ContactLoader.java 202 final ContentValues itemValues = new ContentValues();
203 itemValues.put(Data.MIMETYPE, mimetype);
204 itemValues.put(Data._ID, -1);
211 itemValues.put(name, (String) o);
213 itemValues.put(name, (Integer) o);
216 rawContact.addDataItemValues(itemValues);
    [all...]
  /external/libcups/cups/
tls-darwin.c 203 CFTypeRef itemValues[] = { kSecClassIdentity, cfcommon_name, ident };
204 CFDictionaryRef itemAttrs = CFDictionaryCreate(kCFAllocatorDefault, itemKeys, itemValues, sizeof(itemKeys) / sizeof(itemKeys[0]), &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
    [all...]

Completed in 156 milliseconds