Home
last modified time | relevance | path

Searched defs:isInInvalidMsgState (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/notification/
H A DNotificationBackend.java316 public boolean isInInvalidMsgState(String pkg, int uid) { in isInInvalidMsgState() method in NotificationBackend
/aosp12/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl63 boolean isInInvalidMsgState(String pkg, int uid); in isInInvalidMsgState() method
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DPreferencesHelper.java695 public boolean isInInvalidMsgState(String packageName, int uid) { in isInInvalidMsgState() method in PreferencesHelper