Searched refs:CONTENT_ID_URI_BASE (Results 1 – 4 of 4) sorted by relevance
173 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()
90 public static final Uri CONTENT_ID_URI_BASE field in NotePad.Notes
525 Uri noteUri = ContentUris.withAppendedId(NotePad.Notes.CONTENT_ID_URI_BASE, rowId); in insert()
89 public static final Uri CONTENT_ID_URI_BASE field in LoaderThrottle.MainTable293 Uri noteUri = ContentUris.withAppendedId(MainTable.CONTENT_ID_URI_BASE, rowId); in insert()