Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/android/car/cluster/renderer/
DInstrumentClusterRenderingServiceTest.java98 private TestableInstrumentClusterRenderingService mService;
113 TestableInstrumentClusterRenderingService.setNavigationRenderer(mNavigationRenderer); in setup()
120 TestableInstrumentClusterRenderingService.class.getName())); in bindService()
123 mService = ((TestableInstrumentClusterRenderingService.BinderWrapper) binder).getService(); in bindService()
125 (IInstrumentCluster) ((TestableInstrumentClusterRenderingService.BinderWrapper) in bindService()
619 public static final class TestableInstrumentClusterRenderingService extends class in InstrumentClusterRenderingServiceTest
640 TestableInstrumentClusterRenderingService getService() { in getService()
641 return TestableInstrumentClusterRenderingService.this; in getService()