Home
last modified time | relevance | path

Searched defs:rawContactOpIndex (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/
DSimContact.java87 final int rawContactOpIndex = ops.size(); in appendCreateContactOperations() local
110 private ContentProviderOperation createInsertOp(int rawContactOpIndex, String mimeType, in createInsertOp()