Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationGutsManagerTest.java119 doNothing().when(guts).openControls( in testOpenAndCloseGuts()
136 verify(guts).openControls( in testOpenAndCloseGuts()
159 doNothing().when(guts).openControls( in testChangeDensityOrFontScale()
176 verify(guts).openControls( in testChangeDensityOrFontScale()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationGuts.java199 public void openControls( in openControls() method in NotificationGuts
DNotificationGutsManager.java389 guts.openControls( in openGuts()