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.java73 when(mBackend.hasSentValidMsg(anyString(), anyInt())).thenReturn(true); in setUp()
106 when(mBackend.hasSentValidMsg(anyString(), anyInt())).thenReturn(false); in isAvailable_NOTIFICATION_BUBBLESisOn_neverSentMsg_shouldReturnFalse()
/packages/apps/Settings/src/com/android/settings/notification/app/
DBubbleSummaryPreferenceController.java65 return isGloballyEnabled() && mBackend.hasSentValidMsg(mAppRow.pkg, mAppRow.uid); in isAvailable()
DAppConversationListPreferenceController.java73 return mBackend.hasSentValidMsg(mAppRow.pkg, mAppRow.uid) || mBackend.isInInvalidMsgState( in isAvailable()
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationBackend.java273 public boolean hasSentValidMsg(String pkg, int uid) { in hasSentValidMsg() method in NotificationBackend
275 return sINM.hasSentValidMsg(pkg, uid); in hasSentValidMsg()