Home
last modified time | relevance | path

Searched refs:fmUid (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/scopedstorage/bypassdatabase/src/android/scopedstorage/cts/bypassdatabase/
DBypassDatabaseOperationsTest.java116 final int fmUid = in setupApps() local
119 allowAppOpsToUid(fmUid, OPSTR_MANAGE_EXTERNAL_STORAGE); in setupApps()
155 final int fmUid = getContext().getPackageManager().getPackageUid( in testManageExternalStorage_WithBypassFlag_BypassesDatabase() local
157 allowAppOpsToUid(fmUid, OPSTR_MANAGE_EXTERNAL_STORAGE); in testManageExternalStorage_WithBypassFlag_BypassesDatabase()
167 final int fmUid = getContext().getPackageManager().getPackageUid( in testManageExternalStorage_targets30_BypassesDatabase() local
169 allowAppOpsToUid(fmUid, OPSTR_MANAGE_EXTERNAL_STORAGE); in testManageExternalStorage_targets30_BypassesDatabase()
/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DStableUrisTest.java165 final int fmUid = mContext.getPackageManager().getPackageUid(APP_FM.getPackageName(), in testScenario() local
167 allowAppOpsToUid(fmUid, OPSTR_MANAGE_EXTERNAL_STORAGE); in testScenario()
/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java259 final int fmUid = in setupApps() local
262 allowAppOpsToUid(fmUid, OPSTR_MANAGE_EXTERNAL_STORAGE); in setupApps()