Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSmartReplyConstantsTest.java162 assertTrue(mConstants.getShowInHeadsUp()); in testShowInHeadsUpWithNoConfig()
168 assertTrue(mConstants.getShowInHeadsUp()); in testShowInHeadsUpEnabled()
174 assertFalse(mConstants.getShowInHeadsUp()); in testShowInHeadsUpDisabled()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyConstants.java218 public boolean getShowInHeadsUp() { in getShowInHeadsUp() method in SmartReplyConstants
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java1636 if (mSmartReplyConstants.getShowInHeadsUp()) {