Searched refs:isInInvalidMsgState (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 62 boolean isInInvalidMsgState(String pkg, int uid); in isInInvalidMsgState() method
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | PreferencesHelper.java | 658 public boolean isInInvalidMsgState(String packageName, int uid) { in isInInvalidMsgState() method in PreferencesHelper 668 return isInInvalidMsgState(packageName, uid) ? r.userDemotedMsgApp : false; in hasUserDemotedInvalidMsgApp()
|
D | NotificationManagerService.java | 3194 public boolean isInInvalidMsgState(String pkg, int uid) { 3196 return mPreferencesHelper.isInInvalidMsgState(pkg, uid);
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | PreferencesHelperTest.java | 3437 assertFalse(mHelper.isInInvalidMsgState(PKG_P, UID_P)); in testInvalidMessageSent() 3441 assertTrue(mHelper.isInInvalidMsgState(PKG_P, UID_P)); in testInvalidMessageSent() 3457 assertFalse(mHelper.isInInvalidMsgState(PKG_P, UID_P)); in testValidMessageSent()
|
D | NotificationManagerServiceTest.java | 6730 assertTrue(mBinderService.isInInvalidMsgState(PKG_P, mUid)); in testRecordMessages_invalidMsg() 6753 assertTrue(mBinderService.isInInvalidMsgState(PKG_O, mUid)); in testRecordMessages_invalidMsg_notMessageStyle() 6770 assertTrue(mBinderService.isInInvalidMsgState(PKG_P, mUid)); in testRecordMessages_validMsg() 6779 assertFalse(mBinderService.isInInvalidMsgState(PKG_P, mUid)); in testRecordMessages_validMsg()
|
/frameworks/base/services/ |
D | art-profile | 22156 HPLcom/android/server/notification/PreferencesHelper;->isInInvalidMsgState(Ljava/lang/String;I)Z
|