Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DHelpersTest.java431 boolean isLegacyMode) { in checkDestinationFilePathRestrictions_noPermission() argument
451 mockAppOpsManager, callingAttributionTag, isLegacyMode, in checkDestinationFilePathRestrictions_noPermission()
456 boolean isLegacyMode) throws Exception { in checkDestinationFilePathRestrictions_installer() argument
477 mockAppOpsManager, callingAttributionTag, isLegacyMode, in checkDestinationFilePathRestrictions_installer()
481 private void checkDestinationFilePathRestrictions_WES(String filePath, boolean isLegacyMode) in checkDestinationFilePathRestrictions_WES() argument
503 mockAppOpsManager, callingAttributionTag, isLegacyMode, in checkDestinationFilePathRestrictions_WES()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DHelpers.java603 boolean isLegacyMode, boolean allowDownloadsDirOnly) { in checkDestinationFilePathRestrictions() argument
619 } else if (isLegacyMode && isFilenameValidInExternal(context, file)) { in checkDestinationFilePathRestrictions()
DDownloadProvider.java1088 final boolean isLegacyMode = mAppOpsManager.checkOp(AppOpsManager.OP_LEGACY_STORAGE, in checkFileUriDestination()
1091 mAppOpsManager, getCallingAttributionTag(), isLegacyMode, in checkFileUriDestination()
1118 final boolean isLegacyMode = mAppOpsManager.checkOp(AppOpsManager.OP_LEGACY_STORAGE, in checkDownloadedFilePath()
1121 mAppOpsManager, getCallingAttributionTag(), isLegacyMode, in checkDownloadedFilePath()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java518 } else if (QuickStepContract.isLegacyMode(currentInteractionMode)) { in getNavigationModel()