Home
last modified time | relevance | path

Searched refs:accountInfo (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
DCompactRawContactsEditorView.java742 final Pair<String,String> accountInfo = mIsUserProfile in addAccountInfo() local
755 addAccountSelector(accountInfo, rawContactDelta); in addAccountInfo()
757 addAccountHeader(accountInfo); in addAccountInfo()
760 addAccountHeader(accountInfo); in addAccountInfo()
814 private void addAccountHeader(Pair<String,String> accountInfo) { in addAccountHeader() argument
818 final String accountName = TextUtils.isEmpty(accountInfo.first) in addAccountHeader()
819 ? accountInfo.second : accountInfo.first; in addAccountHeader()
844 private void addAccountSelector(Pair<String,String> accountInfo, in addAccountSelector() argument
848 if (TextUtils.isEmpty(accountInfo.first)) { in addAccountSelector()
853 mAccountSelectorName.setText(accountInfo.first); in addAccountSelector()
[all …]
DRawContactReadOnlyEditorView.java120 final Pair<String,String> accountInfo = isProfile in setState() local
123 if (accountInfo.first == null) { in setState()
128 mAccountHeaderNameTextView.setText(accountInfo.first); in setState()
130 mAccountHeaderTypeTextView.setText(accountInfo.second); in setState()
DRawContactEditorView.java206 final Pair<String,String> accountInfo = isProfile in setState() local
209 if (accountInfo.first == null) { in setState()
214 mAccountHeaderNameTextView.setText(accountInfo.first); in setState()
216 mAccountHeaderTypeTextView.setText(accountInfo.second); in setState()