Searched refs:callStateAndConnectTime (Results 1 – 1 of 1) sorted by relevance
155 protected void updateCallDescription(@Nullable Pair<Integer, Long> callStateAndConnectTime) { in updateCallDescription() argument156 if (callStateAndConnectTime == null || callStateAndConnectTime.first == null) { in updateCallDescription()161 if (callStateAndConnectTime.first == Call.STATE_ACTIVE) { in updateCallDescription()162 mUserProfileCallStateText.setBase(callStateAndConnectTime.second in updateCallDescription()169 callStateAndConnectTime.first)); in updateCallDescription()