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 445 final ContentValues itemValues = new ContentValues();
446 itemValues.put(Data.MIMETYPE, mimetype);
447 itemValues.put(Data._ID, -1);
454 itemValues.put(name, (String) o);
456 itemValues.put(name, (Integer) o);
459 rawContact.addDataItemValues(itemValues);
    [all...]

Completed in 72 milliseconds