Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/
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()
/packages/apps/Settings/src/com/android/settings/notification/app/
DBubbleSummaryPreferenceController.java66 return isGloballyEnabled() && mBackend.hasSentValidMsg(mAppRow.pkg, mAppRow.uid); in isAvailable()
DAppConversationListPreferenceController.java74 return mBackend.hasSentValidMsg(mAppRow.pkg, mAppRow.uid) || mBackend.isInInvalidMsgState( in isAvailable()
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationBackend.java307 public boolean hasSentValidMsg(String pkg, int uid) { in hasSentValidMsg() method in NotificationBackend
309 return sINM.hasSentValidMsg(pkg, uid); in hasSentValidMsg()