Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/notification/
H A DZenPolicy.java128 PEOPLE_TYPE_NONE,
157 public static final int PEOPLE_TYPE_NONE = 4; field in ZenPolicy
478 mZenPolicy.mPriorityMessages = PEOPLE_TYPE_NONE; in disallowAllSounds()
479 mZenPolicy.mPriorityCalls = PEOPLE_TYPE_NONE; in disallowAllSounds()
589 if (audienceType == PEOPLE_TYPE_NONE) { in allowMessages()
613 if (audienceType == PEOPLE_TYPE_NONE) { in allowCalls()
951 case PEOPLE_TYPE_NONE: in peopleTypeToString()
H A DZenModeConfig.java919 : ZenPolicy.PEOPLE_TYPE_NONE) in toZenPolicy()
923 : ZenPolicy.PEOPLE_TYPE_NONE) in toZenPolicy()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DZenPolicyTest.java185 builder.allowMessages(ZenPolicy.PEOPLE_TYPE_NONE); in testZenPolicyApplyMoreSevereMessageSenders()
191 assertEquals(ZenPolicy.PEOPLE_TYPE_NONE, contactsAllowed.getPriorityMessageSenders()); in testZenPolicyApplyMoreSevereMessageSenders()
293 builder.allowMessages(ZenPolicy.PEOPLE_TYPE_NONE); in testAllowMessages()
297 assertEquals(ZenPolicy.PEOPLE_TYPE_NONE, policy.getPriorityMessageSenders()); in testAllowMessages()
336 builder.allowCalls(ZenPolicy.PEOPLE_TYPE_NONE); in testAllowCalls()
340 assertEquals(ZenPolicy.PEOPLE_TYPE_NONE, policy.getPriorityCallSenders()); in testAllowCalls()
H A DZenModeConfigTest.java314 .allowMessages(ZenPolicy.PEOPLE_TYPE_NONE) in testZenPolicyXml()
H A DZenModeHelperTest.java1148 .allowCalls(ZenPolicy.PEOPLE_TYPE_NONE) in testWriteXmlWithZenPolicy()
2486 .allowCalls(ZenPolicy.PEOPLE_TYPE_NONE) // more restrictive than default in testUpdateConsolidatedPolicy_customPolicyOnly()
2546 .allowCalls(ZenPolicy.PEOPLE_TYPE_NONE) // more restrictive than default in testUpdateConsolidatedPolicy_defaultAndCustomActive()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt41067 field public static final int PEOPLE_TYPE_NONE = 4; // 0x4