Searched refs:hasSentValidMsg (Results 1 – 10 of 10) sorted by relevance
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/ |
H A D | BubbleSummaryPreferenceControllerTest.java | 76 when(mBackend.hasSentValidMsg(anyString(), anyInt())).thenReturn(true); in setUp() 109 when(mBackend.hasSentValidMsg(anyString(), anyInt())).thenReturn(false); in isAvailable_NOTIFICATION_BUBBLESisOn_neverSentMsg_shouldReturnFalse()
|
/aosp12/packages/apps/Settings/src/com/android/settings/notification/app/ |
H A D | BubbleSummaryPreferenceController.java | 66 return isGloballyEnabled() && mBackend.hasSentValidMsg(mAppRow.pkg, mAppRow.uid); in isAvailable()
|
H A D | AppConversationListPreferenceController.java | 74 return mBackend.hasSentValidMsg(mAppRow.pkg, mAppRow.uid) || mBackend.isInInvalidMsgState( in isAvailable()
|
/aosp12/packages/apps/Settings/src/com/android/settings/notification/ |
H A D | NotificationBackend.java | 307 public boolean hasSentValidMsg(String pkg, int uid) { in hasSentValidMsg() method in NotificationBackend 309 return sINM.hasSentValidMsg(pkg, uid); in hasSentValidMsg()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | INotificationManager.aidl | 62 boolean hasSentValidMsg(String pkg, int uid); in hasSentValidMsg() method
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationRecord.java | 1438 public void setHasSentValidMsg(boolean hasSentValidMsg) { in setHasSentValidMsg() argument 1439 mHasSentValidMsg = hasSentValidMsg; in setHasSentValidMsg()
|
H A D | PreferencesHelper.java | 745 boolean hasSentValidMsg(String packageName, int uid) { in hasSentValidMsg() method in PreferencesHelper
|
H A D | NotificationManagerService.java | 3491 public boolean hasSentValidMsg(String pkg, int uid) { 3493 return mPreferencesHelper.hasSentValidMsg(pkg, uid); 6201 r.setHasSentValidMsg(mPreferencesHelper.hasSentValidMsg(pkg, notificationUid));
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | PreferencesHelperTest.java | 552 assertTrue(mHelper.hasSentValidMsg(PKG_P, UID_P)); in testChannelXmlForBackup() 3829 assertTrue(mHelper.hasSentValidMsg(PKG_P, UID_P)); in testValidMessageSent()
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 26501 PLcom/android/server/notification/NotificationManagerService$11;->hasSentValidMsg(Ljava/lang/String… 27420 HPLcom/android/server/notification/PreferencesHelper;->hasSentValidMsg(Ljava/lang/String;I)Z
|