Home
last modified time | relevance | path

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 DBubbleSummaryPreferenceControllerTest.java76 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 DBubbleSummaryPreferenceController.java66 return isGloballyEnabled() && mBackend.hasSentValidMsg(mAppRow.pkg, mAppRow.uid); in isAvailable()
H A DAppConversationListPreferenceController.java74 return mBackend.hasSentValidMsg(mAppRow.pkg, mAppRow.uid) || mBackend.isInInvalidMsgState( in isAvailable()
/aosp12/packages/apps/Settings/src/com/android/settings/notification/
H A DNotificationBackend.java307 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 DINotificationManager.aidl62 boolean hasSentValidMsg(String pkg, int uid); in hasSentValidMsg() method
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java1438 public void setHasSentValidMsg(boolean hasSentValidMsg) { in setHasSentValidMsg() argument
1439 mHasSentValidMsg = hasSentValidMsg; in setHasSentValidMsg()
H A DPreferencesHelper.java745 boolean hasSentValidMsg(String packageName, int uid) { in hasSentValidMsg() method in PreferencesHelper
H A DNotificationManagerService.java3491 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 DPreferencesHelperTest.java552 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 Dart-profile26501 PLcom/android/server/notification/NotificationManagerService$11;->hasSentValidMsg(Ljava/lang/String…
27420 HPLcom/android/server/notification/PreferencesHelper;->hasSentValidMsg(Ljava/lang/String;I)Z