Home
last modified time | relevance | path

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

/cts/tests/tests/car/src/android/car/cts/
DCarPerformanceManagerTest.java58 assertThat(gotP.getPolicy()).isEqualTo(p.getPolicy()); in setThreadPriorityGotThreadPriorityVerify()
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DLockScreenInspector.java64 dumpProto.getPolicy().getKeyguardDelegate(); in checkCurrentState()
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioAttributesTest.java210 final int getPolicy = aa.getAllowedCapturePolicy(); in testAllowedCapturePolicy() local
211 assertEquals("Allowed capture policy doesn't match", setPolicy, getPolicy); in testAllowedCapturePolicy()
DAudioManagerTest.java2069 final int getPolicy = mAudioManager.getAllowedCapturePolicy(); in testAllowedCapturePolicy() local
2070 assertEquals("Allowed capture policy doesn't match", setPolicy, getPolicy); in testAllowedCapturePolicy()