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.java59 private static final int TESTTABLE1 = 1; field in MockContentProvider
112 URL_MATCHER.addURI(mAuthority, "testtable1", TESTTABLE1); in MockContentProvider()
145 case TESTTABLE1: in delete()
184 case TESTTABLE1: in getType()
231 case TESTTABLE1: in insert()
268 case TESTTABLE1: in query()
330 case TESTTABLE1: in update()