Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DStableUrisTest.java25 import static android.scopedstorage.cts.lib.TestUtils.readMinimumRowIdFromDatabaseAs;
183 long minRowIdOfInternalDbAfterReset = readMinimumRowIdFromDatabaseAs(APP_FM, in testScenario()
186 long minRowIdOfExternalDbAfterReset = readMinimumRowIdFromDatabaseAs(APP_FM, in testScenario()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java1083 public static long readMinimumRowIdFromDatabaseAs(TestApp app, Uri uri) throws Exception { in readMinimumRowIdFromDatabaseAs() method in TestUtils