Home
last modified time | relevance | path

Searched defs:violations (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/deviceconfig/src/android/deviceconfig/cts/
DDeviceConfigApiPermissionTests.java64 StringBuilder violations = new StringBuilder(); in testUseDeviceConfigWithoutPermissions() local
102 StringBuilder violations = new StringBuilder(); in testUseDeviceConfigWithWritePermission() local
141 StringBuilder violations = new StringBuilder(); in testDeviceConfigWithReadPermission() local
181 StringBuilder violations = new StringBuilder(); in testDeviceConfigWithAllPermissions() local
226 StringBuilder violations = new StringBuilder(); in testDeviceConfigPublicNamespacesWithoutReadPermission() local
/cts/tests/tests/os/src/android/os/cts/
DStrictModeTest.java558 final BlockingQueue<Violation> violations = new ArrayBlockingQueue<>(1); in testThreadPenaltyListener() local
573 final BlockingQueue<Violation> violations = new ArrayBlockingQueue<>(1); in testVmPenaltyListener() local
653 final LinkedBlockingQueue<ViolationInfo> violations = new LinkedBlockingQueue<>(); in inspectViolation() local
/cts/hostsidetests/appsecurity/test-apps/EncryptionApp/src/com/android/cts/encryptionapp/
DEncryptionAppTest.java413 final LinkedBlockingQueue<ViolationInfo> violations = new LinkedBlockingQueue<>(); in inspectViolation() local