Home
last modified time | relevance | path

Searched refs:mUserProfileCallStateText (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/activecall/
DInCallFragment.java55 private Chronometer mUserProfileCallStateText; field in InCallFragment
80 mUserProfileCallStateText = mUserProfileContainerView.findViewById( in onViewCreated()
162 mUserProfileCallStateText.stop(); in updateCallDescription()
163 mUserProfileCallStateText.setText(""); in updateCallDescription()
167 mUserProfileCallStateText.setBase(callStateAndConnectTime.second in updateCallDescription()
169 mUserProfileCallStateText.start(); in updateCallDescription()
171 mUserProfileCallStateText.stop(); in updateCallDescription()
172 mUserProfileCallStateText.setText(TelecomUtils.callStateToUiString(getContext(), in updateCallDescription()