Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationGutsTest.kt76 fun openControls() { regex
79 guts.openControls(0, 0, false, null)
H A DNotificationGutsManagerTest.java180 doNothing().when(guts).openControls( in testOpenAndCloseGuts()
196 verify(guts).openControls( in testOpenAndCloseGuts()
221 doNothing().when(guts).openControls( in testChangeDensityOrFontScale()
244 verify(guts).openControls( in testChangeDensityOrFontScale()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationGuts.java240 public void openControls( in openControls() method in NotificationGuts
H A DNotificationGutsManager.java640 guts.openControls( in openGutsInternal()