Home
last modified time | relevance | path

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

/cts/hostsidetests/inputmethodservice/deviceside/provider/src/android/inputmethodservice/cts/provider/
DEventProvider.java98 final long rowId = mDatabase.insert(uriHelper.mTable, values); in insert() local
99 final Uri insertedUri = ContentUris.withAppendedId(uri, rowId); in insert()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestResultsProvider.java320 int rowId = Integer.parseInt(uri.getPathSegments().get(1)); in openFile() local
321 file = getFileByIndex(rowId); in openFile()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java946 final int rowId = getFileRowIdFromDatabase(oldFile); in assertCantRenameFile() local
949 assertThat(getFileRowIdFromDatabase(oldFile)).isEqualTo(rowId); in assertCantRenameFile()
/cts/tests/tests/calendarprovider/src/android/provider/cts/calendar/
DCalendarTest.java899 private static int getIntFromDatabase(ContentResolver resolver, Uri uri, long rowId, in getIntFromDatabase() argument
903 String[] selectionArgs = { String.valueOf(rowId) }; in getIntFromDatabase()