Home
last modified time | relevance | path

Searched refs:getAccountInfo (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/editor/
DEditorUiUtilsTest.java91 final Pair pair = EditorUiUtils.getAccountInfo(getContext(), in testGetAccountInfo_AccountName_DisplayLabel()
104 final Pair pair = EditorUiUtils.getAccountInfo(getContext(), in testGetAccountInfo_AccountName_DisplayLabel_GoogleAccountType()
116 final Pair pair = EditorUiUtils.getAccountInfo(getContext(), in testGetAccountInfo_AccountName_NoDisplayLabel()
129 final Pair pair = EditorUiUtils.getAccountInfo(getContext(), in testGetAccountInfo_NoAccountName_DisplayLabel()
139 final Pair pair = EditorUiUtils.getAccountInfo(getContext(), in testGetAccountInfo_NoAccountName_NoDisplayLabel()
/packages/apps/Contacts/src/com/android/contacts/editor/
DRawContactReadOnlyEditorView.java122 : EditorUiUtils.getAccountInfo(getContext(), state.getAccountName(), type); in setState()
DEditorUiUtils.java137 public static Pair<String,String> getAccountInfo(Context context, String accountName, in getAccountInfo() method in EditorUiUtils
DRawContactEditorView.java208 : EditorUiUtils.getAccountInfo(getContext(), state.getAccountName(), type); in setState()
DCompactRawContactsEditorView.java746 : EditorUiUtils.getAccountInfo(getContext(), in addAccountInfo()