Home
last modified time | relevance | path

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

/cts/tests/tests/security/src/android/security/cts/AutomaticZenRuleTests/
DAutomaticZenRuleTests.java47 private boolean mNotificationPolicyAccessGranted = false; field in AutomaticZenRuleTests
67 mNotificationPolicyAccessGranted = true; in setUp()
72 assumeTrue("Notification policy access not granted", mNotificationPolicyAccessGranted); in setUp()
122 if (mNotificationPolicyAccessGranted) { in testUsingAppComponents()