Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DMockContentProvider.java61 private static final int TESTTABLE1 = 1; field in MockContentProvider
114 URL_MATCHER.addURI(mAuthority, "testtable1", TESTTABLE1); in MockContentProvider()
147 case TESTTABLE1: in delete()
186 case TESTTABLE1: in getType()
233 case TESTTABLE1: in insert()
270 case TESTTABLE1: in query()
326 case TESTTABLE1: in update()