Searched refs:NAME3 (Results 1 – 2 of 2) sorted by relevance
49 private static final String NAME3 = "name3"; field in ContentQueryMapTest213 contentValues = mContentQueryMap.getValues(NAME3); in testSetKeepUpdated()232 values.put(DummyProvider.NAME, NAME3); in testSetKeepUpdated()239 contentValues = mContentQueryMap.getValues(NAME3); in testSetKeepUpdated()263 DummyProvider.NAME + " = '" + NAME3 + "'", null); in testSetKeepUpdated()267 contentValues = mContentQueryMap.getValues(NAME3); in testSetKeepUpdated()315 contentValues = mContentQueryMap.getValues(NAME3); in testSetKeepUpdatedWithHandler()321 values.put(DummyProvider.NAME, NAME3); in testSetKeepUpdatedWithHandler()328 contentValues = mContentQueryMap.getValues(NAME3); in testSetKeepUpdatedWithHandler()339 DummyProvider.NAME + " = '" + NAME3 + "'", null); in testSetKeepUpdatedWithHandler()[all …]
59 private static final String NAME3 = "name3"; field in AsyncQueryHandlerTest110 values1.put(DummyProvider.NAME, NAME3); in testStartInsert()137 assertEquals(NAME3, cursor.getString(NAME_COLUMN_INDEX)); in testStartInsert()183 values1.put(DummyProvider.NAME, NAME3); in testStartUpdate()212 assertEquals(NAME3, cursor.getString(NAME_COLUMN_INDEX)); in testStartUpdate()