Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/editor/
DEditorUiUtilsTest.java71 final Pair pair = EditorUiUtils.getLocalAccountInfo(getContext(), in testGetProfileAccountInfo_AccountName()
81 final Pair pair = EditorUiUtils.getLocalAccountInfo(getContext(), in testGetProfileAccountInfo_NoAccountName()
/packages/apps/Contacts/src/com/android/contacts/editor/
DRawContactReadOnlyEditorView.java121 ? EditorUiUtils.getLocalAccountInfo(getContext(), state.getAccountName(), type) in setState()
DEditorUiUtils.java120 public static Pair<String,String> getLocalAccountInfo(Context context, in getLocalAccountInfo() method in EditorUiUtils
DRawContactEditorView.java207 ? EditorUiUtils.getLocalAccountInfo(getContext(), state.getAccountName(), type) in setState()
DCompactRawContactsEditorView.java743 ? EditorUiUtils.getLocalAccountInfo(getContext(), in addAccountInfo()