HomeSort by relevance Sort by last modified time
    Searched defs:TelecomUtils (Results 1 - 6 of 6) sorted by null

  /packages/apps/Car/Dialer/src/com/android/car/dialer/ui/
DialerInfoController.java 28 import com.android.car.dialer.telecom.TelecomUtils;
159 return TelecomUtils.getFormattedNumber(mContext, number);
171 mTitleView.setText(TelecomUtils.getDisplayName(mContext, primaryCall));
CallLogListingTask.java 34 import com.android.car.dialer.telecom.TelecomUtils;
89 sb.append(TelecomUtils.getFormattedNumber(mContext, number));
  /packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
TelecomUtils.java 49 public class TelecomUtils {
50 private final static String TAG = "Em.TelecomUtils";
  /packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/
TelecomUtils.java 44 public class TelecomUtils {
46 private final static String TAG = DebugUtil.getTag(TelecomUtils.class);
  /packages/apps/Car/Dialer/src/com/android/car/dialer/
OngoingCallFragment.java 44 import com.android.car.dialer.telecom.TelecomUtils;
311 String displayName = TelecomUtils.getDisplayName(getContext(), primaryCall);
320 // TODO: consider moving TelecomUtils.getTypeFromNumber into a CursorLoader
321 mCallInfoLabel = TelecomUtils.getTypeFromNumber(context, primaryCall.getNumber());
328 String callInfoText = TelecomUtils.getCallInfoText(context,
345 if (Objects.equals(primaryCall.getNumber(), TelecomUtils.getVoicemailNumber(context))) {
385 mSecondaryNameTextView.setText(TelecomUtils.getDisplayName(context, secondaryCall));
387 TelecomUtils.callStateToUiString(context, secondaryCall.getState()));
568 String callInfoText = TelecomUtils.getCallInfoText(getContext(),
StrequentsAdapter.java 35 import com.android.car.dialer.telecom.TelecomUtils;
264 TelecomUtils.setContactBitmapAsync(mContext, viewHolder.icon, primaryText, number);
290 cachedName = TelecomUtils.getDisplayName(mContext, number);
295 if (number.equals(TelecomUtils.getVoicemailNumber(mContext))) {
299 String displayName = TelecomUtils.getFormattedNumber(mContext, number);
315 CharSequence type = TelecomUtils.getTypeFromNumber(mContext, number);
341 secondaryText = String.valueOf(TelecomUtils.getTypeFromNumber(mContext, number));
351 TelecomUtils.setContactBitmapAsync(mContext, viewHolder.icon, displayName, number);

Completed in 101 milliseconds