Searched refs:InstrumentClusterRenderingService (Results 1 – 5 of 5) sorted by relevance
19 import android.car.cluster.renderer.InstrumentClusterRenderingService;33 public class LoggingClusterRenderingService extends InstrumentClusterRenderingService {
29 import android.car.cluster.renderer.InstrumentClusterRenderingService;66 public class ClusterRenderingService extends InstrumentClusterRenderingService implements
85 public abstract class InstrumentClusterRenderingService extends Service { class506 mUiHandler.post(InstrumentClusterRenderingService.this::updateNavigationActivity); in setNavigationContextOwner()511 mUiHandler.post(() -> InstrumentClusterRenderingService.this.onKeyEvent(keyEvent)); in onKeyEvent()
18 import static android.car.cluster.renderer.InstrumentClusterRenderingService.EXTRA_BUNDLE_KEY_FOR_I…
215 public abstract class InstrumentClusterRenderingService extends android.app.Service {216 ctor public InstrumentClusterRenderingService();