Searched refs:isInInvalidMsgState (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/core/java/android/app/ |
H A D | INotificationManager.aidl | 65 boolean isInInvalidMsgState(String pkg, int uid); in isInInvalidMsgState() method
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | PreferencesHelper.java | 731 public boolean isInInvalidMsgState(String packageName, int uid) { in isInInvalidMsgState() method in PreferencesHelper 741 return isInInvalidMsgState(packageName, uid) ? r.userDemotedMsgApp : false; in hasUserDemotedInvalidMsgApp()
|
H A D | NotificationManagerService.java | 3776 public boolean isInInvalidMsgState(String pkg, int uid) { 3778 return mPreferencesHelper.isInInvalidMsgState(pkg, uid);
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | PreferencesHelperTest.java | 5379 assertFalse(mHelper.isInInvalidMsgState(PKG_P, UID_P)); in testInvalidMessageSent() 5383 assertTrue(mHelper.isInInvalidMsgState(PKG_P, UID_P)); in testInvalidMessageSent() 5399 assertFalse(mHelper.isInInvalidMsgState(PKG_P, UID_P)); in testValidMessageSent()
|
H A D | NotificationManagerServiceTest.java | 10051 assertTrue(mBinderService.isInInvalidMsgState(PKG_P, mUid)); 10074 assertTrue(mBinderService.isInInvalidMsgState(PKG_O, mUid)); 10091 assertTrue(mBinderService.isInInvalidMsgState(PKG_P, mUid)); 10100 assertFalse(mBinderService.isInInvalidMsgState(PKG_P, mUid));
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 5344 HSPLcom/android/server/notification/PreferencesHelper;->isInInvalidMsgState(Ljava/lang/String;I)Z
|