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/notification/row/
DNotificationGutsManagerTest.java173 doNothing().when(guts).openControls( in testOpenAndCloseGuts()
190 verify(guts).openControls( in testOpenAndCloseGuts()
213 doNothing().when(guts).openControls( in testChangeDensityOrFontScale()
237 verify(guts).openControls( in testChangeDensityOrFontScale()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGuts.java245 public void openControls( in openControls() method in NotificationGuts
DNotificationGutsManager.java634 guts.openControls( in openGutsInternal()