Searched refs:rowId (Results 1 – 4 of 4) sorted by relevance
98 final long rowId = mDatabase.insert(uriHelper.mTable, values); in insert() local99 final Uri insertedUri = ContentUris.withAppendedId(uri, rowId); in insert()
329 int rowId = Integer.parseInt(uri.getPathSegments().get(1)); in openFile() local330 file = getFileByIndex(rowId); in openFile()
946 final int rowId = getFileRowIdFromDatabase(oldFile); in assertCantRenameFile() local949 assertThat(getFileRowIdFromDatabase(oldFile)).isEqualTo(rowId); in assertCantRenameFile()
899 private static int getIntFromDatabase(ContentResolver resolver, Uri uri, long rowId, in getIntFromDatabase() argument903 String[] selectionArgs = { String.valueOf(rowId) }; in getIntFromDatabase()