Searched refs:policyFile (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/sepolicy/tests/ |
H A D | mini_parser.py | 12 def __init__(self, policyFile): argument 21 with open(policyFile, 'r') as infile: 26 fn = basename(policyFile)
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | SELinuxMMAC.java | 169 FileReader policyFile = null; in readInstallPolicy() local 176 policyFile = new FileReader(macPermission); in readInstallPolicy() 179 parser.setInput(policyFile); in readInstallPolicy() 210 IoUtils.closeQuietly(policyFile); in readInstallPolicy()
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | PackageWatchdog.java | 229 PackageWatchdog(Context context, AtomicFile policyFile, Handler shortTaskHandler, in PackageWatchdog() argument 233 mPolicyFile = policyFile; in PackageWatchdog()
|
/aosp12/frameworks/base/tests/PackageWatchdog/src/com/android/server/ |
H A D | PackageWatchdogTest.java | 1413 AtomicFile policyFile = in createWatchdog() local 1417 new PackageWatchdog(mSpyContext, policyFile, handler, handler, controller, in createWatchdog()
|
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | DevicePolicyManagerService.java | 1917 File policyFile = new File(mInjector.environmentGetUserSystemDirectory(userHandle), in removeUserData() local 1919 policyFile.delete(); in removeUserData() 1920 Slogf.i(LOG_TAG, "Removed device policy file " + policyFile.getAbsolutePath()); in removeUserData()
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationManagerService.java | 2064 NotificationUsageStats usageStats, AtomicFile policyFile, in init() argument 2187 mPolicyFile = policyFile; in init()
|