Home
last modified time | relevance | path

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

/development/samples/training/threadsample/src/com/example/android/threadsample/
DDataProvider.java44 public static final int INVALID_URI = -1; field in DataProvider
278 case INVALID_URI: in query()
405 case INVALID_URI: in bulkInsert()
/development/samples/NotePad/tests/src/com/example/android/notepad/
DNotePadProviderTest.java48 private static final Uri INVALID_URI = field in NotePadProviderTest
180 mimeType = mMockResolver.getType(INVALID_URI); in testUriAndGetType()