Searched refs:rowUri (Results 1 – 2 of 2) sorted by relevance
225 Uri rowUri = mContentResolver.insert(mChannelsUri, values); in testChannelsTable() local226 long channelId = ContentUris.parseId(rowUri); in testChannelsTable()322 Uri rowUri = mContentResolver.insert(programsUri, values); in verifyProgramsTable() local323 long programId = ContentUris.parseId(rowUri); in verifyProgramsTable()
116 Uri rowUri = MediaStore.Files.getContentUri(volumeName, fileId); in testGetContentUri() local117 assertEquals(fileUri, rowUri); in testGetContentUri()