Home
last modified time | relevance | path

Searched refs:setExposed (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationGuts.java206 setExposed(true /* exposed */, needsFalsingProtection); in openControls()
253 setExposed(false, mNeedsFalsingProtection); in closeControls()
367 void setExposed(boolean exposed, boolean needsFalsingProtection) { in setExposed() method in NotificationGuts
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationInfoTest.java498 doNothing().when(guts).setExposed(anyBoolean(), anyBoolean()); in testCloseControls_blockingHelperSavesImportanceForMultipleChannelNotifications()
526 doNothing().when(guts).setExposed(anyBoolean(), anyBoolean()); in testCloseControls_nonNullCheckSaveListenerDoesntDelayKeepShowing()