Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarTest.java282 when(mNotificationData.shouldSuppressScreenOn(any())).thenReturn(false); in testShouldPeek_nonSuppressedGroupSummary()
303 when(mNotificationData.shouldSuppressScreenOn(any())).thenReturn(false); in testShouldPeek_suppressedGroupSummary()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java393 public boolean shouldSuppressScreenOn(String key) { in shouldSuppressScreenOn() method in NotificationData
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java1660 return mNotificationData.shouldSuppressScreenOn(key); in shouldSuppressFullScreenIntent()
6899 if (mNotificationData.shouldSuppressScreenOn(sbn.getKey())) {