Home
last modified time | relevance | path

Searched refs:toCursorRow (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/activities/
DSimImportActivityTest.java234 .returnRow(toCursorRow(new SimContact(1, "Import One", "5550101"))) in selectionsAreImportedAndDisabledOnSubsequentImports()
235 .returnRow(toCursorRow(new SimContact(2, "Skip Two", "5550102"))) in selectionsAreImportedAndDisabledOnSubsequentImports()
236 .returnRow(toCursorRow(new SimContact(3, "Import Three", "5550103"))) in selectionsAreImportedAndDisabledOnSubsequentImports()
237 .returnRow(toCursorRow(new SimContact(4, "Skip Four", "5550104"))) in selectionsAreImportedAndDisabledOnSubsequentImports()
238 .returnRow(toCursorRow(new SimContact(5, "Skip Five", "5550105"))) in selectionsAreImportedAndDisabledOnSubsequentImports()
239 .returnRow(toCursorRow(new SimContact(6, "Import Six", "5550106"))); in selectionsAreImportedAndDisabledOnSubsequentImports()
357 private Object[] toCursorRow(SimContact contact) { in toCursorRow() method in SimImportActivityTest
/packages/apps/Dialer/java/com/android/dialer/searchfragment/cp2/
DCp2Contact.java113 public Object[] toCursorRow() { in toCursorRow() method in Cp2Contact
DContactFilterCursor.java133 newCursor.addRow(contact.toCursorRow()); in createCursor()