Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/notification/
H A DZenPolicy.java125 PEOPLE_TYPE_ANYONE,
142 public static final int PEOPLE_TYPE_ANYONE = 1; field in ZenPolicy
461 mZenPolicy.mPriorityMessages = PEOPLE_TYPE_ANYONE; in allowAllSounds()
462 mZenPolicy.mPriorityCalls = PEOPLE_TYPE_ANYONE; in allowAllSounds()
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()
947 case PEOPLE_TYPE_ANYONE: in peopleTypeToString()
H A DZenModeConfig.java1088 case ZenPolicy.PEOPLE_TYPE_ANYONE: in getNotificationPolicySenders()
1117 return ZenPolicy.PEOPLE_TYPE_ANYONE; in getZenPolicySenders()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DZenPolicyTest.java167 builder.allowCalls(ZenPolicy.PEOPLE_TYPE_ANYONE); in testZenPolicyApplyLessSevereCallSenders()
209 builder.allowCalls(ZenPolicy.PEOPLE_TYPE_ANYONE); in testZenPolicyCallsInvalid()
213 assertEquals(ZenPolicy.PEOPLE_TYPE_ANYONE, policy.getPriorityCallSenders()); in testZenPolicyCallsInvalid()
269 builder.allowMessages(ZenPolicy.PEOPLE_TYPE_ANYONE); in testAllowMessages()
273 assertEquals(ZenPolicy.PEOPLE_TYPE_ANYONE, policy.getPriorityMessageSenders()); in testAllowMessages()
312 builder.allowCalls(ZenPolicy.PEOPLE_TYPE_ANYONE); in testAllowCalls()
316 assertEquals(ZenPolicy.PEOPLE_TYPE_ANYONE, policy.getPriorityCallSenders()); in testAllowCalls()
H A DZenModeHelperTest.java1191 .allowCalls(ZenPolicy.PEOPLE_TYPE_ANYONE) in testReadXmlRestoreWithZenPolicy_forSystemUser()
1428 .allowMessages(ZenPolicy.PEOPLE_TYPE_ANYONE) in testReadXmlOnlyOneDefaultRuleExists()
1479 .allowMessages(ZenPolicy.PEOPLE_TYPE_ANYONE) in testReadXmlDefaultRulesExist()
1493 .allowMessages(ZenPolicy.PEOPLE_TYPE_ANYONE) in testReadXmlDefaultRulesExist()
/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.txt41065 field public static final int PEOPLE_TYPE_ANYONE = 1; // 0x1