Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DZenModeHelperTest.java1669 String id = mZenModeHelper.addAutomaticZenRule("pkgname", zenRule, "test", in testAddAutomaticZenRule_beyondSystemLimit()
1680 String id = mZenModeHelper.addAutomaticZenRule("pkgname", zenRule, "test", in testAddAutomaticZenRule_beyondSystemLimit()
1701 String id = mZenModeHelper.addAutomaticZenRule("pkgname", zenRule, "test", in testAddAutomaticZenRule_beyondSystemLimit_differentComponents()
1760 String id = mZenModeHelper.addAutomaticZenRule("android", zenRule, "test", in testAddAutomaticZenRule_CA()
1781 String id = mZenModeHelper.addAutomaticZenRule("android", zenRule, "test", in testAddAutomaticZenRule_CPS()
1805 String id = mZenModeHelper.addAutomaticZenRule(null, zenRule, "test", in testSetAutomaticZenRuleState_nullPkg()
1824 String id = mZenModeHelper.addAutomaticZenRule(null, zenRule, "test", in testUpdateAutomaticZenRule_nullPkg()
1849 String id = mZenModeHelper.addAutomaticZenRule(null, zenRule, "test", in testRemoveAutomaticZenRule_nullPkg()
1869 String id = mZenModeHelper.addAutomaticZenRule(null, zenRule, "test", in testRemoveAutomaticZenRules_nullPkg()
1893 String id = mZenModeHelper.addAutomaticZenRule("android", zenRule, "test", in testRulesWithSameUri()
[all …]
H A DNotificationManagerServiceTest.java8714 mBinderService.addAutomaticZenRule(rule, mContext.getPackageName()); in testAutomaticZenRuleValidation_policyFilterAgreement()
8722 mBinderService.addAutomaticZenRule(rule, mContext.getPackageName()); in testAutomaticZenRuleValidation_policyFilterAgreement()
8726 mBinderService.addAutomaticZenRule(rule, mContext.getPackageName()); in testAutomaticZenRuleValidation_policyFilterAgreement()
8741 mBinderService.addAutomaticZenRule(rule, "com.android.settings"); in testAddAutomaticZenRule_systemCallTakesPackageFromOwner()
8744 verify(mockZenModeHelper).addAutomaticZenRule(eq("android"), eq(rule), anyString(), in testAddAutomaticZenRule_systemCallTakesPackageFromOwner()
8763 mBinderService.addAutomaticZenRule(rule, "com.android.settings"); in testAddAutomaticZenRule_systemAppIdCallTakesPackageFromOwner()
8766 verify(mockZenModeHelper).addAutomaticZenRule(eq("android"), eq(rule), anyString(), in testAddAutomaticZenRule_systemAppIdCallTakesPackageFromOwner()
8783 mBinderService.addAutomaticZenRule(rule, "another.package"); in testAddAutomaticZenRule_nonSystemCallTakesPackageFromArg()
8786 verify(mockZenModeHelper).addAutomaticZenRule( in testAddAutomaticZenRule_nonSystemCallTakesPackageFromArg()
/aosp14/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl214 String addAutomaticZenRule(in AutomaticZenRule automaticZenRule, String pkg); in addAutomaticZenRule() method
H A DNotificationManager.java1277 public String addAutomaticZenRule(AutomaticZenRule automaticZenRule) { in addAutomaticZenRule() method in NotificationManager
1280 return service.addAutomaticZenRule(automaticZenRule, mContext.getPackageName()); in addAutomaticZenRule()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeHelper.java346 public String addAutomaticZenRule(String pkg, AutomaticZenRule automaticZenRule, in addAutomaticZenRule() method in ZenModeHelper
H A DNotificationManagerService.java5090 public String addAutomaticZenRule(AutomaticZenRule automaticZenRule, String pkg) {
5116 return mZenModeHelper.addAutomaticZenRule(rulePkg, automaticZenRule,
/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/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt6410 Landroid/app/INotificationManager$Stub$Proxy;->addAutomaticZenRule(Landroid/app/AutomaticZenRule;)L…
6607 Landroid/app/INotificationManager;->addAutomaticZenRule(Landroid/app/AutomaticZenRule;)Ljava/lang/S…
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6789 method public String addAutomaticZenRule(android.app.AutomaticZenRule);