Searched refs:updateCallDescription (Results 1 – 3 of 3) sorted by relevance
88 this::updateCallDescription); in onCreateView()132 private void updateCallDescription(@Nullable Pair<Integer, Long> callStateAndConnectTime) { in updateCallDescription() method in OngoingConfCallFragment
58 inCallViewModel.getCallStateAndConnectTime().observe(this, this::updateCallDescription); in onCreateView()
160 protected void updateCallDescription(@Nullable Pair<Integer, Long> callStateAndConnectTime) { in updateCallDescription() method in InCallFragment