Home
last modified time | relevance | path

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

/packages/apps/Car/Cluster/src/android/car/cluster/
DLoggingClusterRenderingService.java35 private static final String NAV_STATE_PROTO_BUNDLE_KEY = "navstate2"; field in LoggingClusterRenderingService
55 byte[] protoBytes = bundle.getByteArray(NAV_STATE_PROTO_BUNDLE_KEY); in getNavigationRenderer()
64 intent.putExtra(NAV_STATE_PROTO_BUNDLE_KEY, bundle); in getNavigationRenderer()
DClusterRenderingService.java71 static final String NAV_STATE_PROTO_BUNDLE_KEY = "navstate2"; field in ClusterRenderingService
262 byte[] protoBytes = bundle.getByteArray(NAV_STATE_PROTO_BUNDLE_KEY); in getNavigationRenderer()