Searched refs:updateCallDescription (Results 1 – 2 of 2) sorted by relevance
59 inCallViewModel.getCallStateAndConnectTime().observe(this, this::updateCallDescription); in onCreateView()
155 protected void updateCallDescription(@Nullable Pair<Integer, Long> callStateAndConnectTime) { in updateCallDescription() method in InCallFragment