Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/cluster/
DClusterHomeService.java275 sendNavigationState(protoBytes); in onNavigationStateChanged()
278 private void sendNavigationState(byte[] protoBytes) { in sendNavigationState() method in ClusterHomeService
295 mClusterHalService.sendNavigationState(protoBytes); in sendNavigationState()
310 sendNavigationState(emptyProto.toByteArray()); in notifyNavContextOwnerChanged()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/cluster/
DClusterHomeServiceUnitTest.java299 verify(mClusterHalService).sendNavigationState(navStateCaptor.capture()); in onNavigationStateChangedSendsNavigationState()
317 verify(mClusterHalService).sendNavigationState(navStateCaptor.capture()); in notifyNavContextOwnerChangedSendsNavigationState()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DClusterHalServiceTest.java520 mClusterHalService.sendNavigationState(new byte[]{1, 2, 3, 4}); in testSendNavigationState()
533 mClusterHalService.sendNavigationState(new byte[]{1, 2, 3, 4}); in testSendNavigationState_noProperties()
/packages/services/Car/service/src/com/android/car/hal/
DClusterHalService.java342 public void sendNavigationState(byte[] navigateState) { in sendNavigationState() method in ClusterHalService