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.java141 doNothing().when(guts).openControls( in testOpenAndCloseGuts()
158 verify(guts).openControls( in testOpenAndCloseGuts()
181 doNothing().when(guts).openControls( in testChangeDensityOrFontScale()
205 verify(guts).openControls( in testChangeDensityOrFontScale()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGuts.java205 public void openControls( in openControls() method in NotificationGuts
DNotificationGutsManager.java464 guts.openControls( in openGutsInternal()