Searched refs:sendNavigationState (Results 1 – 4 of 4) sorted by relevance
241 sendNavigationState(protoBytes); in onNavigationStateChanged()244 private void sendNavigationState(byte[] protoBytes) { in sendNavigationState() method in ClusterHomeService261 mClusterHalService.sendNavigationState(protoBytes); in sendNavigationState()276 sendNavigationState(emptyProto.toByteArray()); in notifyNavContextOwnerChanged()
249 verify(mClusterHalService).sendNavigationState(navStateCaptor.capture()); in onNavigationStateChangedSendsNavigationState()267 verify(mClusterHalService).sendNavigationState(navStateCaptor.capture()); in notifyNavContextOwnerChangedSendsNavigationState()
332 mClusterHalService.sendNavigationState(new byte[]{1, 2, 3, 4}); in testSendNavigationState()344 mClusterHalService.sendNavigationState(new byte[]{1, 2, 3, 4}); in testSendNavigationState_noProperties()
270 public void sendNavigationState(byte[] navigateState) { in sendNavigationState() method in ClusterHalService