Home
last modified time | relevance | path

Searched refs:mSystemBarAttributesListener (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesCommandQueueCallbacksTest.java101 @Mock private SystemBarAttributesListener mSystemBarAttributesListener; field in CentralSurfacesCommandQueueCallbacksTest
139 mSystemBarAttributesListener, in setup()
217 verify(mSystemBarAttributesListener).onSystemBarAttributesChanged( in onSystemBarAttributesChanged_forwardsToSysBarAttrsListener()
249 verifyZeroInteractions(mSystemBarAttributesListener); in onSystemBarAttributesChanged_differentDisplayId_doesNotForwardToAttrsListener()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesCommandQueueCallbacks.java110 private final SystemBarAttributesListener mSystemBarAttributesListener; field in CentralSurfacesCommandQueueCallbacks
186 mSystemBarAttributesListener = systemBarAttributesListener; in CentralSurfacesCommandQueueCallbacks()
473 mSystemBarAttributesListener.onSystemBarAttributesChanged( in onSystemBarAttributesChanged()