Home
last modified time | relevance | path

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

/development/samples/NotePad/tests/src/com/example/android/notepad/
DNotePadProviderTest.java173 Uri noteIdUri = ContentUris.withAppendedId(NotePad.Notes.CONTENT_ID_URI_BASE, 1); in testUriAndGetType()
204 Uri testUri = Uri.withAppendedPath(NotePad.Notes.CONTENT_ID_URI_BASE, "1"); in testGetStreamTypes()
249 testNoteIdUri = ContentUris.withAppendedId(NotePad.Notes.CONTENT_ID_URI_BASE, 1); in testOpenTypedAssetFile()
354 NotePad.Notes.CONTENT_ID_URI_BASE, // The base pattern for a note ID URI in testWriteDataToPipe()
554 Uri noteIdUri = ContentUris.withAppendedId(NotePad.Notes.CONTENT_ID_URI_BASE, 1); in testQueriesOnNoteIdUri()
594 noteIdUri = ContentUris.withAppendedId(NotePad.Notes.CONTENT_ID_URI_BASE, inputNoteId); in testQueriesOnNoteIdUri()
/development/samples/NotePad/src/com/example/android/notepad/
DNotePad.java90 public static final Uri CONTENT_ID_URI_BASE field in NotePad.Notes
DNotePadProvider.java525 Uri noteUri = ContentUris.withAppendedId(NotePad.Notes.CONTENT_ID_URI_BASE, rowId); in insert()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DLoaderThrottle.java89 public static final Uri CONTENT_ID_URI_BASE field in LoaderThrottle.MainTable
293 Uri noteUri = ContentUris.withAppendedId(MainTable.CONTENT_ID_URI_BASE, rowId); in insert()