Searched refs:shouldSuppressScreenOn (Results 1 – 3 of 3) sorted by relevance
282 when(mNotificationData.shouldSuppressScreenOn(any())).thenReturn(false); in testShouldPeek_nonSuppressedGroupSummary()303 when(mNotificationData.shouldSuppressScreenOn(any())).thenReturn(false); in testShouldPeek_suppressedGroupSummary()
393 public boolean shouldSuppressScreenOn(String key) { in shouldSuppressScreenOn() method in NotificationData
1660 return mNotificationData.shouldSuppressScreenOn(key); in shouldSuppressFullScreenIntent()6899 if (mNotificationData.shouldSuppressScreenOn(sbn.getKey())) {