Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/contacts/
DContactsContract_DataTest.java779 public static ContentValues[] getContentValues(int... rawContacts) { in getContentValues() argument
781 for (int i = 0; i < rawContacts.length; i++) { in getContentValues()
782 switch (rawContacts[i]) { in getContentValues()