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

  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogListItemHelper.java 190 String accountLabel = mTelecomCallLogCache.getAccountLabel(details.accountHandle);
193 CharSequence onAccountLabel = accountLabel == null
197 accountLabel);
PhoneCallDetailsHelper.java 110 String accountLabel = mTelecomCallLogCache.getAccountLabel(details.accountHandle);
112 if (accountLabel != null) {
114 views.callAccountLabel.setText(accountLabel);
  /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 500 milliseconds