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

  /packages/apps/Car/Stream/src/com/android/car/stream/telecom/
CurrentCallConverter.java 73 String number = TelecomUtils.getNumber(call);
74 String displayName = TelecomUtils.getDisplayName(context, call);
93 builder.setSecondaryIcon(TelecomUtils.createStreamCardSecondaryIcon(context, number));
103 Bitmap contactPhoto = TelecomUtils
RecentCallConverter.java 38 String displayName = TelecomUtils.getDisplayName(context, number);
47 builder.setSecondaryIcon(TelecomUtils.createStreamCardSecondaryIcon(context, number));
TelecomUtils.java 47 public class TelecomUtils {
73 = TelecomUtils.getContactPhotoFromNumber(context.getContentResolver(), number);
76 String name = TelecomUtils.getDisplayName(context, number);
  /packages/apps/Car/Dialer/src/com/android/car/dialer/
StrequentsAdapter.java 33 import com.android.car.dialer.telecom.TelecomUtils;
260 TelecomUtils.setContactBitmapAsync(mContext, viewHolder.icon, primaryText, number);
283 cachedName = TelecomUtils.getDisplayName(mContext, number);
288 if (number.equals(TelecomUtils.getVoicemailNumber(mContext))) {
292 String displayName = TelecomUtils.getFormattedNumber(mContext, number);
308 CharSequence type = TelecomUtils.getTypeFromNumber(mContext, number);
332 && (number.equals(TelecomUtils.getVoicemailNumber(mContext)));
335 secondaryText = String.valueOf(TelecomUtils.getTypeFromNumber(mContext, number));
345 TelecomUtils.setContactBitmapAsync(mContext, viewHolder.icon, displayName, number);
CallLogListingTask.java 33 import com.android.car.dialer.telecom.TelecomUtils;
72 VOICEMAIL_NUMBER = TelecomUtils.getVoicemailNumber(mContext);
92 String displayName = TelecomUtils.getDisplayName(mContext, number);
107 Bitmap bitmap = TelecomUtils.getContactPhotoFromNumber(contentResolver, number);
166 CharSequence type = TelecomUtils.getTypeFromNumber(mContext, number);
ContactEntry.java 24 import com.android.car.dialer.telecom.TelecomUtils;
73 String displayName = TelecomUtils.getFormattedNumber(mContext, number);
82 return number.equals(TelecomUtils.getVoicemailNumber(mContext));
BitmapWorkerTask.java 18 import com.android.car.dialer.telecom.TelecomUtils;
49 return TelecomUtils.getContactPhotoFromNumber(contentResolver, mNumber);
OngoingCallFragment.java 47 import com.android.car.dialer.telecom.TelecomUtils;
386 String displayName = TelecomUtils.getDisplayName(context, mPrimaryCall);
392 TelecomUtils.getDisplayName(context, mSecondaryCall));
399 // TODO: consider moving TelecomUtils.getTypeFromNumber into a CursorLoader
401 mCallInfoLabel = TelecomUtils.getTypeFromNumber(context, number);
408 String callInfoText = TelecomUtils.getCallInfoText(context,
426 TelecomUtils.callStateToUiString(context, mSecondaryCall.getState()));
431 TelecomUtils.getVoicemailNumber(context))) {
730 String callInfoText = TelecomUtils.getCallInfoText(getContext(),
    [all...]
DialerFragment.java 33 import com.android.car.dialer.telecom.TelecomUtils;
280 return TelecomUtils.getFormattedNumber(mContext, number);
  /packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
ContactBitmapWorker.java 85 return TelecomUtils.getContactPhotoFromNumber(contentResolver, mNumber);
UiCallManager.java 255 String voicemailNumber = TelecomUtils.getVoicemailNumber(mContext);
TelecomUtils.java 48 public class TelecomUtils {
49 private final static String TAG = "Em.TelecomUtils";
  /packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/
InstrumentClusterController.java 249 String displayName = TelecomUtils.getDisplayName(mContext, phoneNumber);
250 Bitmap image = TelecomUtils
263 String displayName = TelecomUtils.getDisplayName(mContext, phoneNumber);
264 Bitmap image = TelecomUtils
TelecomUtils.java 44 public class TelecomUtils {
46 private final static String TAG = DebugUtil.getTag(TelecomUtils.class);

Completed in 222 milliseconds