Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl212 AutomaticZenRule getAutomaticZenRule(String id); in getAutomaticZenRule() method
H A DNotificationManager.java1258 public AutomaticZenRule getAutomaticZenRule(String id) { in getAutomaticZenRule() method in NotificationManager
1261 return service.getAutomaticZenRule(id); in getAutomaticZenRule()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeHelper.java333 public AutomaticZenRule getAutomaticZenRule(String id) { in getAutomaticZenRule() method in ZenModeHelper
H A DNotificationManagerService.java5083 public AutomaticZenRule getAutomaticZenRule(String id) throws RemoteException {
5086 return mZenModeHelper.getAutomaticZenRule(id);
/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.txt6435 Landroid/app/INotificationManager$Stub$Proxy;->getAutomaticZenRule(Ljava/lang/String;)Landroid/app/…
6627 Landroid/app/INotificationManager;->getAutomaticZenRule(Ljava/lang/String;)Landroid/app/AutomaticZe…
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6807 method public android.app.AutomaticZenRule getAutomaticZenRule(String);