Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DMockContentProvider.java64 private static final int TESTTABLE2 = 4; field in MockContentProvider
117 URL_MATCHER.addURI(mAuthority, "testtable2", TESTTABLE2); in MockContentProvider()
160 case TESTTABLE2: in delete()
192 case TESTTABLE2: in getType()
237 case TESTTABLE2: in insert()
287 case TESTTABLE2: in query()
337 case TESTTABLE2: in update()