Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeHelperTest.java5911 mZenModeHelper.applyGlobalPolicyAsImplicitZenRule(CUSTOM_PKG_NAME, CUSTOM_PKG_UID, policy); in applyGlobalPolicyAsImplicitZenRule_createsImplicitRule()
5935 mZenModeHelper.applyGlobalPolicyAsImplicitZenRule(CUSTOM_PKG_NAME, CUSTOM_PKG_UID, in applyGlobalPolicyAsImplicitZenRule_updatesImplicitRule()
5942 mZenModeHelper.applyGlobalPolicyAsImplicitZenRule(CUSTOM_PKG_NAME, CUSTOM_PKG_UID, updated); in applyGlobalPolicyAsImplicitZenRule_updatesImplicitRule()
5966 mZenModeHelper.applyGlobalPolicyAsImplicitZenRule(pkg, CUSTOM_PKG_UID, originalPolicy); in applyGlobalPolicyAsImplicitZenRule_ruleCustomized_doesNotUpdateRule()
5985 mZenModeHelper.applyGlobalPolicyAsImplicitZenRule(pkg, CUSTOM_PKG_UID, appUpdatePolicy); in applyGlobalPolicyAsImplicitZenRule_ruleCustomized_doesNotUpdateRule()
6006 mZenModeHelper.applyGlobalPolicyAsImplicitZenRule(pkg, CUSTOM_PKG_UID, originalPolicy); in applyGlobalPolicyAsImplicitZenRule_ruleCustomizedButNotZenPolicy_updatesRule()
6023 mZenModeHelper.applyGlobalPolicyAsImplicitZenRule(pkg, CUSTOM_PKG_UID, appUpdatePolicy); in applyGlobalPolicyAsImplicitZenRule_ruleCustomizedButNotZenPolicy_updatesRule()
6041 () -> mZenModeHelper.applyGlobalPolicyAsImplicitZenRule(CUSTOM_PKG_NAME, in applyGlobalPolicyAsImplicitZenRule_flagOff_ignored()
6054 mZenModeHelper.applyGlobalPolicyAsImplicitZenRule(CUSTOM_PKG_NAME, CUSTOM_PKG_UID, in getNotificationPolicyFromImplicitZenRule_returnsSetPolicy()
DNotificationManagerServiceTest.java14896 verify(zenHelper).applyGlobalPolicyAsImplicitZenRule(eq("package"), anyInt(), eq(policy));
14961 verify(zenModeHelper).applyGlobalPolicyAsImplicitZenRule(anyString(), anyInt(),
/frameworks/base/services/core/java/com/android/server/notification/
DZenModeHelper.java666 void applyGlobalPolicyAsImplicitZenRule(String callingPkg, int callingUid, in applyGlobalPolicyAsImplicitZenRule() method in ZenModeHelper
DNotificationManagerService.java6078 mZenModeHelper.applyGlobalPolicyAsImplicitZenRule(pkg, callingUid, policy);