Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DUserDictionary_WordsTest.java40 private static final int ID_INDEX = 0; field in UserDictionary_WordsTest
73 cursor.getString(ID_INDEX))); in testAddWord_deprecated()
97 cursor.getString(ID_INDEX))); in assertWord()
DContactsTest.java74 final int ID_INDEX = 0; in testPeopleTable() local
112 int id = cursor.getInt(ID_INDEX); in testPeopleTable()
154 final int ID_INDEX = 0; in testGroupsTable() local
179 int id = cursor.getInt(ID_INDEX); in testGroupsTable()
211 final int ID_INDEX = 0; in testPhotosTable() local
255 final int ID_INDEX = 0; in testPhonesTable() local
292 int id = cursor.getInt(ID_INDEX); in testPhonesTable()
335 final int ID_INDEX = 0; in testOrganizationsTable() local
375 int id = cursor.getInt(ID_INDEX); in testOrganizationsTable()
421 final int ID_INDEX = 0; in testCallsTable() local
[all …]
DVoicemailContractTest.java67 final int ID_INDEX = 0; in testVoicemailsTable() local
113 int id = cursor.getInt(ID_INDEX); in testVoicemailsTable()
209 final int ID_INDEX = 0; in testStatusTable() local
246 int id = cursor.getInt(ID_INDEX); in testStatusTable()