Searched refs:sendNavigationState (Results 1 – 4 of 4) sorted by relevance
275 sendNavigationState(protoBytes); in onNavigationStateChanged()278 private void sendNavigationState(byte[] protoBytes) { in sendNavigationState() method in ClusterHomeService295 mClusterHalService.sendNavigationState(protoBytes); in sendNavigationState()310 sendNavigationState(emptyProto.toByteArray()); in notifyNavContextOwnerChanged()
299 verify(mClusterHalService).sendNavigationState(navStateCaptor.capture()); in onNavigationStateChangedSendsNavigationState()317 verify(mClusterHalService).sendNavigationState(navStateCaptor.capture()); in notifyNavContextOwnerChangedSendsNavigationState()
520 mClusterHalService.sendNavigationState(new byte[]{1, 2, 3, 4}); in testSendNavigationState()533 mClusterHalService.sendNavigationState(new byte[]{1, 2, 3, 4}); in testSendNavigationState_noProperties()
342 public void sendNavigationState(byte[] navigateState) { in sendNavigationState() method in ClusterHalService