Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImplTest.java302 @Mock private BackActionInteractor mBackActionInteractor; field in CentralSurfacesImplTest
556 mBackActionInteractor, in createCentralSurfaces()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java520 private final BackActionInteractor mBackActionInteractor; field in CentralSurfacesImpl
728 mBackActionInteractor = backActionInteractor; in CentralSurfacesImpl()
1500 mBackActionInteractor.setup(mQsController, mShadeSurface); in setUpShade()