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

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DefaultSoftKeyboardJAJP.java     [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ContactLoader.java 431 final ContentValues itemValues = new ContentValues();
432 itemValues.put(Data.MIMETYPE, mimetype);
433 itemValues.put(Data._ID, -1);
440 itemValues.put(name, (String) o);
442 itemValues.put(name, (Integer) o);
445 rawContact.addDataItemValues(itemValues);
    [all...]

Completed in 1138 milliseconds