Searched refs:hasSentValidBubble (Results 1 – 3 of 3) sorted by relevance
83 when(mBackend.hasSentValidBubble(anyString(), anyInt())).thenReturn(true); in setUp()117 when(mBackend.hasSentValidBubble(anyString(), anyInt())).thenReturn(false); in isAvailable_NOTIFICATION_BUBBLESisOn_neverSentBubble_shouldReturnFalse()
61 return isGloballyEnabled() && mBackend.hasSentValidBubble(mAppRow.pkg, mAppRow.uid); in isAvailable()
338 public boolean hasSentValidBubble(String pkg, int uid) { in hasSentValidBubble() method in NotificationBackend340 return sINM.hasSentValidBubble(pkg, uid); in hasSentValidBubble()