Home
last modified time | relevance | path

Searched refs:CentralSurfacesImpl (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/dagger/
DStatusBarPhoneModule.java21 import com.android.systemui.statusbar.phone.CentralSurfacesImpl;
36 CentralSurfaces bindsCentralSurfaces(CentralSurfacesImpl impl); in bindsCentralSurfaces()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
DStartCentralSurfacesModule.kt21 import com.android.systemui.statusbar.phone.CentralSurfacesImpl
33 abstract fun bindsCentralSurfaces(centralSurfaces: CentralSurfacesImpl): CoreStartable
DCentralSurfacesDependenciesModule.java58 import com.android.systemui.statusbar.phone.CentralSurfacesImpl;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarViewControllerTest.kt78 @Mock private lateinit var centralSurfacesImpl: CentralSurfacesImpl
DCentralSurfacesImplTest.java236 private CentralSurfacesImpl mCentralSurfaces;
495 mCentralSurfaces = new CentralSurfacesImpl( in createCentralSurfaces()
607 any(CentralSurfacesImpl.class), in createCentralSurfaces()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java273 public class CentralSurfacesImpl implements CoreStartable, CentralSurfaces { class
607 public CentralSurfacesImpl( in CentralSurfacesImpl() method in CentralSurfacesImpl