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.java62 private static final int TESTTABLE2 = 4; field in MockContentProvider
115 URL_MATCHER.addURI(mAuthority, "testtable2", TESTTABLE2); in MockContentProvider()
158 case TESTTABLE2: in delete()
190 case TESTTABLE2: in getType()
235 case TESTTABLE2: in insert()
285 case TESTTABLE2: in query()
341 case TESTTABLE2: in update()