Home
last modified time | relevance | path

Searched refs:readMaximumRowIdFromDatabaseAs (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DStableUrisTest.java24 import static android.scopedstorage.cts.lib.TestUtils.readMaximumRowIdFromDatabaseAs;
171 long maxRowIdOfInternalDbBeforeReset = readMaximumRowIdFromDatabaseAs(APP_FM, in testScenario()
174 long maxRowIdOfExternalDbBeforeReset = readMaximumRowIdFromDatabaseAs(APP_FM, in testScenario()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java1078 public static long readMaximumRowIdFromDatabaseAs(TestApp app, Uri uri) throws Exception { in readMaximumRowIdFromDatabaseAs() method in TestUtils