Searched refs:shouldPeek (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarTest.java329 assertTrue(mStatusBar.shouldPeek(entry, sbn));
350 assertFalse(mStatusBar.shouldPeek(entry, sbn));
370 assertTrue(mStatusBar.shouldPeek(entry, sbn));
389 assertFalse(mStatusBar.shouldPeek(entry, sbn));
407 assertFalse(mStatusBar.shouldPeek(entry, sbn));
426 assertTrue(mStatusBar.shouldPeek(entry, sbn));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
H A DCarStatusBar.java388 protected boolean shouldPeek(NotificationData.Entry entry, StatusBarNotification sbn) { method in class:CarStatusBar
396 return super.shouldPeek(entry, sbn);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java1645 boolean isHeadsUped = shouldPeek(shadeEntry);
1696 boolean isHeadsUped = shouldPeek(shadeEntry);
2797 protected void updateHeadsUp(String key, Entry entry, boolean shouldPeek, argument
2801 if (!shouldPeek) {
2807 } else if (shouldPeek && alertAgain) {
7400 boolean shouldPeek = shouldPeek(entry, notification);
7403 updateHeadsUp(key, entry, shouldPeek, alertAgain);
7430 protected boolean shouldPeek(Entry entry) { method in class:StatusBar
7431 return shouldPeek(entr
7434 protected boolean shouldPeek(Entry entry, StatusBarNotification sbn) { method in class:StatusBar
[all...]

Completed in 2506 milliseconds