Home
last modified time | relevance | path

Searched refs:getAccountHeaderLabelForMyProfile (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/editor/
DEditorUiUtilsTest.java83 final String label = EditorUiUtils.getAccountHeaderLabelForMyProfile(getContext(), in testGetProfileAccountInfo_NonLocalAccount()
97 final String label = EditorUiUtils.getAccountHeaderLabelForMyProfile(getContext(), in testGetProfileAccountInfo_DeviceLocalAccount()
/packages/apps/Contacts/src/com/android/contacts/editor/
DPickRawContactDialogFragment.java120 accountDisplayLabel = EditorUiUtils.getAccountHeaderLabelForMyProfile(mContext, in getView()
DEditorUiUtils.java113 public static String getAccountHeaderLabelForMyProfile(Context context, in getAccountHeaderLabelForMyProfile() method in EditorUiUtils
DRawContactEditorView.java778 ? EditorUiUtils.getAccountHeaderLabelForMyProfile(getContext(), account) in setAccountInfo()