Home
last modified time | relevance | path

Searched refs:hasSentValidBubble (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/
DBubbleSummaryPreferenceControllerTest.java83 when(mBackend.hasSentValidBubble(anyString(), anyInt())).thenReturn(true); in setUp()
117 when(mBackend.hasSentValidBubble(anyString(), anyInt())).thenReturn(false); in isAvailable_NOTIFICATION_BUBBLESisOn_neverSentBubble_shouldReturnFalse()
/packages/apps/Settings/src/com/android/settings/notification/app/
DBubbleSummaryPreferenceController.java61 return isGloballyEnabled() && mBackend.hasSentValidBubble(mAppRow.pkg, mAppRow.uid); in isAvailable()
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationBackend.java338 public boolean hasSentValidBubble(String pkg, int uid) { in hasSentValidBubble() method in NotificationBackend
340 return sINM.hasSentValidBubble(pkg, uid); in hasSentValidBubble()