Searched refs:NAME0 (Results 1 – 2 of 2) sorted by relevance
43 private static final String NAME0 = "name0"; field in ContentQueryMapTest68 values0.put(DummyProvider.NAME, NAME0); in setUp()122 assertTrue(rows.containsKey(NAME0)); in testGetRows()123 assertEquals(VALUE0, rows.get(NAME0).getAsString(DummyProvider.VALUE)); in testGetRows()131 assertFalse(rows.containsKey(NAME0)); in testGetRows()134 assertFalse(rows.containsKey(NAME0)); in testGetRows()141 ContentValues contentValues = mContentQueryMap.getValues(NAME0); in testRequery()157 DummyProvider.NAME + " = '" + NAME0 + "'", null); in testRequery()160 contentValues = mContentQueryMap.getValues(NAME0); in testRequery()180 ContentValues contentValues = mContentQueryMap.getValues(NAME0); in testSetKeepUpdated()[all …]
56 private static final String NAME0 = "name0"; field in AsyncQueryHandlerTest83 values0.put(DummyProvider.NAME, NAME0); in setUp()162 assertEquals(NAME0, cursor.getString(NAME_COLUMN_INDEX)); in testStartQuery()192 DummyProvider.NAME + "=?", new String[] { NAME0 }, NO_CANCEL); in testStartUpdate()232 DummyProvider.NAME + "=?", new String[] { NAME0 }, NO_CANCEL); in testStartDelete()