Home
last modified time | relevance | path

Searched defs:setBarStateForTest (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesEmptyImpl.kt88 override fun setBarStateForTest(state: Int) {} in getRotation() method in com.android.systemui.statusbar.phone.CentralSurfacesEmptyImpl
DCentralSurfaces.java303 void setBarStateForTest(int state); in setBarStateForTest() method
DCentralSurfacesImpl.java1598 public void setBarStateForTest(int state) { in setBarStateForTest() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java1156 private void setBarStateForTest(int state) { in setBarStateForTest() method in NotificationStackScrollLayoutTest