Searched refs:accountLabel (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | AccountHeaderPresenter.java | 132 final String accountLabel = getAccountLabel(mCurrentAccount); in updateDisplayedAccount() 135 addAccountSelector(accountLabel); in updateDisplayedAccount() 137 addAccountHeader(accountLabel); in updateDisplayedAccount() 141 private void addAccountHeader(String accountLabel) { in addAccountHeader() argument 146 mAccountHeaderName.setText(accountLabel); in addAccountHeader() 161 EditorUiUtils.getAccountInfoContentDescription(accountLabel, in addAccountHeader()
|
D | RawContactEditorView.java | 777 final String accountLabel = mIsUserProfile in setAccountInfo() local 781 accountLabel); in setAccountInfo() local
|
/packages/apps/Dialer/java/com/android/dialer/calllogutils/ |
D | PhoneCallDetails.java | 159 Resources resources, @Nullable String viaNumber, @Nullable CharSequence accountLabel) { in createAccountLabelDescription() argument 161 if ((!TextUtils.isEmpty(viaNumber)) && !TextUtils.isEmpty(accountLabel)) { in createAccountLabelDescription() 164 R.string.description_via_number_phone_account, accountLabel, viaNumber); in createAccountLabelDescription() 173 } else if (!TextUtils.isEmpty(accountLabel)) { in createAccountLabelDescription() 175 resources.getString(R.string.description_phone_account), accountLabel); in createAccountLabelDescription()
|
/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
D | PhoneCallDetailsHelper.java | 194 String accountLabel = callLogCache.getAccountLabel(details.accountHandle); in setPhoneCallDetails() local 196 if (!TextUtils.isEmpty(accountLabel)) { in setPhoneCallDetails() 197 accountLabel = in setPhoneCallDetails() 199 R.string.call_log_via_number_phone_account, accountLabel, details.viaNumber); in setPhoneCallDetails() 201 accountLabel = resources.getString(R.string.call_log_via_number, details.viaNumber); in setPhoneCallDetails() 204 if (!TextUtils.isEmpty(accountLabel)) { in setPhoneCallDetails() 206 views.callAccountLabel.setText(accountLabel); in setPhoneCallDetails()
|
D | CallLogListItemHelper.java | 198 String accountLabel = callLogCache.getAccountLabel(details.accountHandle); in getCallDescription() local 200 PhoneCallDetails.createAccountLabelDescription(resources, details.viaNumber, accountLabel); in getCallDescription()
|
D | CallLogListItemViewHolder.java | 1112 String accountLabel = callLogCache.getAccountLabel(accountHandle); in buildContact() local 1113 if (!TextUtils.isEmpty(accountLabel)) { in buildContact() 1114 SimDetails.Builder simDetails = SimDetails.newBuilder().setNetwork(accountLabel); in buildContact()
|
/packages/services/Telephony/src/com/android/phone/settings/ |
D | PhoneAccountSettingsFragment.java | 381 CharSequence accountLabel = account.getLabel(); in initAccountList() local 384 accountPreference.setTitle((TextUtils.isEmpty(accountLabel) && isSimAccount) in initAccountList() 385 ? getString(R.string.phone_accounts_default_account_label) : accountLabel); in initAccountList()
|