Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DZenPolicyTest.java145 builder.allowCalls(ZenPolicy.PEOPLE_TYPE_CONTACTS); in testZenPolicyApplyMoreSevereCallSenders()
163 builder.allowCalls(ZenPolicy.PEOPLE_TYPE_CONTACTS); in testZenPolicyApplyLessSevereCallSenders()
173 assertEquals(ZenPolicy.PEOPLE_TYPE_CONTACTS, contactsAllowed.getPriorityCallSenders()); in testZenPolicyApplyLessSevereCallSenders()
181 builder.allowMessages(ZenPolicy.PEOPLE_TYPE_CONTACTS); in testZenPolicyApplyMoreSevereMessageSenders()
277 builder.allowMessages(ZenPolicy.PEOPLE_TYPE_CONTACTS); in testAllowMessages()
281 assertEquals(ZenPolicy.PEOPLE_TYPE_CONTACTS, policy.getPriorityMessageSenders()); in testAllowMessages()
320 builder.allowCalls(ZenPolicy.PEOPLE_TYPE_CONTACTS); in testAllowCalls()
324 assertEquals(ZenPolicy.PEOPLE_TYPE_CONTACTS, policy.getPriorityCallSenders()); in testAllowCalls()
H A DZenModeConfigTest.java123 .allowCalls(ZenPolicy.PEOPLE_TYPE_CONTACTS) in testZenConfigToZenPolicy()
313 .allowCalls(ZenPolicy.PEOPLE_TYPE_CONTACTS) in testZenPolicyXml()
H A DZenModeHelperTest.java1149 .allowMessages(ZenPolicy.PEOPLE_TYPE_CONTACTS) in testWriteXmlWithZenPolicy()
/aosp14/frameworks/base/core/java/android/service/notification/
H A DZenPolicy.java126 PEOPLE_TYPE_CONTACTS,
147 public static final int PEOPLE_TYPE_CONTACTS = 2; field in ZenPolicy
591 } else if (audienceType == PEOPLE_TYPE_ANYONE || audienceType == PEOPLE_TYPE_CONTACTS in allowMessages()
615 } else if (audienceType == PEOPLE_TYPE_ANYONE || audienceType == PEOPLE_TYPE_CONTACTS in allowCalls()
949 case PEOPLE_TYPE_CONTACTS: in peopleTypeToString()
H A DZenModeConfig.java1090 case ZenPolicy.PEOPLE_TYPE_CONTACTS: in getNotificationPolicySenders()
1119 return ZenPolicy.PEOPLE_TYPE_CONTACTS; in getZenPolicySenders()
/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.txt41066 field public static final int PEOPLE_TYPE_CONTACTS = 2; // 0x2