Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/cluster/
H A DClusterHomeService.java241 sendNavigationState(protoBytes); in onNavigationStateChanged()
244 private void sendNavigationState(byte[] protoBytes) { in sendNavigationState() method in ClusterHomeService
261 mClusterHalService.sendNavigationState(protoBytes); in sendNavigationState()
276 sendNavigationState(emptyProto.toByteArray()); in notifyNavContextOwnerChanged()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/cluster/
H A DClusterHomeServiceUnitTest.java249 verify(mClusterHalService).sendNavigationState(navStateCaptor.capture()); in onNavigationStateChangedSendsNavigationState()
267 verify(mClusterHalService).sendNavigationState(navStateCaptor.capture()); in notifyNavContextOwnerChangedSendsNavigationState()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
H A DClusterHalServiceTest.java332 mClusterHalService.sendNavigationState(new byte[]{1, 2, 3, 4}); in testSendNavigationState()
344 mClusterHalService.sendNavigationState(new byte[]{1, 2, 3, 4}); in testSendNavigationState_noProperties()
/aosp12/packages/services/Car/service/src/com/android/car/hal/
H A DClusterHalService.java270 public void sendNavigationState(byte[] navigateState) { in sendNavigationState() method in ClusterHalService