Searched refs:CentralSurfacesImpl (Results 1 – 6 of 6) sorted by relevance
21 import com.android.systemui.statusbar.phone.CentralSurfacesImpl;36 CentralSurfaces bindsCentralSurfaces(CentralSurfacesImpl impl); in bindsCentralSurfaces()
21 import com.android.systemui.statusbar.phone.CentralSurfacesImpl33 abstract fun bindsCentralSurfaces(centralSurfaces: CentralSurfacesImpl): CoreStartable
58 import com.android.systemui.statusbar.phone.CentralSurfacesImpl;
78 @Mock private lateinit var centralSurfacesImpl: CentralSurfacesImpl
236 private CentralSurfacesImpl mCentralSurfaces;495 mCentralSurfaces = new CentralSurfacesImpl( in createCentralSurfaces()607 any(CentralSurfacesImpl.class), in createCentralSurfaces()
273 public class CentralSurfacesImpl implements CoreStartable, CentralSurfaces { class607 public CentralSurfacesImpl( in CentralSurfacesImpl() method in CentralSurfacesImpl