Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DContentQueryMapTest.java47 private static final String NAME2 = "name2"; field in ContentQueryMapTest
149 contentValues = mContentQueryMap.getValues(NAME2); in testRequery()
154 values.put(DummyProvider.NAME, NAME2); in testRequery()
167 contentValues = mContentQueryMap.getValues(NAME2); in testRequery()
183 contentValues = mContentQueryMap.getValues(NAME2); in testSetKeepUpdated()
188 values.put(DummyProvider.NAME, NAME2); in testSetKeepUpdated()
198 contentValues = mContentQueryMap.getValues(NAME2); in testSetKeepUpdated()
208 contentValues = mContentQueryMap.getValues(NAME2); in testSetKeepUpdated()
285 contentValues = mContentQueryMap.getValues(NAME2); in testSetKeepUpdatedWithHandler()
290 values.put(DummyProvider.NAME, NAME2); in testSetKeepUpdatedWithHandler()
[all …]
DAsyncQueryHandlerTest.java58 private static final String NAME2 = "name2"; field in AsyncQueryHandlerTest
91 values2.put(DummyProvider.NAME, NAME2); in setUp()
168 assertEquals(NAME2, cursor.getString(NAME_COLUMN_INDEX)); in testStartQuery()
218 assertEquals(NAME2, cursor.getString(NAME_COLUMN_INDEX)); in testStartUpdate()
255 assertEquals(NAME2, cursor.getString(NAME_COLUMN_INDEX)); in testStartDelete()