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

  /packages/apps/Dialer/src/com/android/dialer/
PhoneCallDetails.java 72 public final String accountLabel;
105 int[] callTypes, long date, long duration, String accountLabel, Drawable accountIcon,
108 callTypes, date, duration, "", 0, "", null, null, 0, accountLabel, accountIcon,
117 Uri photoUri, int sourceType, String accountLabel, Drawable accountIcon, int features,
133 this.accountLabel = accountLabel;
CallDetailActivity.java 452 if (!TextUtils.isEmpty(firstDetails.accountLabel)) {
453 mAccountLabel.setText(firstDetails.accountLabel);
538 final String accountLabel = PhoneAccountUtils.getAccountLabel(this,
589 accountLabel, null, features, dataUsage, transcription);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectSyncedCalendarsMultiAccountAdapter.java 393 CharSequence accountLabel = getLabelForType(accountType);
395 if (accountLabel != null) {
396 setText(view, R.id.account_type, accountLabel.toString());

Completed in 57 milliseconds