Home
last modified time | relevance | path

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

/packages/apps/Car/Cluster/DirectRenderingCluster/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.java78 static final String NAV_STATE_PROTO_BUNDLE_KEY = "navstate2"; field in ClusterRenderingService
353 byte[] protoBytes = bundle.getByteArray(NAV_STATE_PROTO_BUNDLE_KEY); in getNavigationRenderer()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/cluster/
DInstrumentClusterServiceTest.java73 private static final String NAV_STATE_PROTO_BUNDLE_KEY = "navstate2"; field in InstrumentClusterServiceTest
299 NAV_STATE_PROTO_BUNDLE_KEY, in sendNavigationState_navStateProtoNotPopulatedCorrectly_throwsException()
312 NAV_STATE_PROTO_BUNDLE_KEY, in sendNavigationState_navStateProtoInvalid_throwsException()
324 NAV_STATE_PROTO_BUNDLE_KEY, in checkValidClusterNavigation()
DClusterHomeServiceUnitTest.java79 private static final String NAV_STATE_PROTO_BUNDLE_KEY = "navstate2"; field in ClusterHomeServiceUnitTest
292 bundle.putByteArray(NAV_STATE_PROTO_BUNDLE_KEY, newNavState); in onNavigationStateChangedSendsNavigationState()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarNavigationManagerTest.java54 private static final String NAV_STATE_PROTO_BUNDLE_KEY = "navstate2"; field in CarNavigationManagerTest
124 bundle.putByteArray(NAV_STATE_PROTO_BUNDLE_KEY, state.toByteArray()); in testSendEvent()
/packages/services/Car/service/src/com/android/car/cluster/
DClusterNavigationService.java62 private static final String NAV_STATE_PROTO_BUNDLE_KEY = "navstate2"; field in ClusterNavigationService
203 byte[] protoBytes = bundle.getByteArray(NAV_STATE_PROTO_BUNDLE_KEY); in assertNavStateProtoValid()
DClusterHomeService.java74 private static final String NAV_STATE_PROTO_BUNDLE_KEY = "navstate2"; field in ClusterHomeService
273 byte[] protoBytes = bundle.getByteArray(NAV_STATE_PROTO_BUNDLE_KEY); in onNavigationStateChanged()