Home
last modified time | relevance | path

Searched refs:hasSentValidMsg (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl64 boolean hasSentValidMsg(String pkg, int uid); in hasSentValidMsg() method
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java1524 public void setHasSentValidMsg(boolean hasSentValidMsg) { in setHasSentValidMsg() argument
1525 mHasSentValidMsg = hasSentValidMsg; in setHasSentValidMsg()
H A DPreferencesHelper.java781 boolean hasSentValidMsg(String packageName, int uid) { in hasSentValidMsg() method in PreferencesHelper
H A DNotificationManagerService.java3770 public boolean hasSentValidMsg(String pkg, int uid) {
3772 return mPreferencesHelper.hasSentValidMsg(pkg, uid);
6856 r.setHasSentValidMsg(mPreferencesHelper.hasSentValidMsg(pkg, notificationUid));
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java645 assertTrue(mHelper.hasSentValidMsg(PKG_P, UID_P)); in testChannelXmlForBackup()
5398 assertTrue(mHelper.hasSentValidMsg(PKG_P, UID_P)); in testValidMessageSent()
/aosp14/frameworks/base/services/
H A Dart-profile5341 HSPLcom/android/server/notification/PreferencesHelper;->hasSentValidMsg(Ljava/lang/String;I)Z