Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DStableUrisTest.java78 private static final TestApp APP_FM = new TestApp("TestAppFileManager", field in StableUrisTest
165 final int fmUid = mContext.getPackageManager().getPackageUid(APP_FM.getPackageName(), in testScenario()
171 long maxRowIdOfInternalDbBeforeReset = readMaximumRowIdFromDatabaseAs(APP_FM, in testScenario()
174 long maxRowIdOfExternalDbBeforeReset = readMaximumRowIdFromDatabaseAs(APP_FM, in testScenario()
183 long minRowIdOfInternalDbAfterReset = readMinimumRowIdFromDatabaseAs(APP_FM, in testScenario()
186 long minRowIdOfExternalDbAfterReset = readMinimumRowIdFromDatabaseAs(APP_FM, in testScenario()
/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java222 private static final TestApp APP_FM = new TestApp("TestAppFileManager", field in ScopedStorageDeviceTest
260 getContext().getPackageManager().getPackageUid(APP_FM.getPackageName(), in setupApps()
2128 assertThat(listAs(APP_FM, dcimDir.getAbsolutePath())) in testListHiddenFile()
2280 assertCanDeletePathsAs(APP_FM, pendingVideoFilePath, trashedImageFilePath, in testDeletePendingAndTrashed_fileManagerCanDelete()
3218 assertTrue(canOpenFileAs(APP_FM, pendingOrTrashedFile, /*forWrite*/ false)); in assertOpenPendingOrTrashed()
3219 assertTrue(canOpenFileAs(APP_FM, pendingOrTrashedFile, /*forWrite*/ true)); in assertOpenPendingOrTrashed()
3264 assertThat(listAs(APP_FM, parentDirPath)).contains(pendingOrTrashedFile.getName()); in assertListPendingOrTrashed()