Home
last modified time | relevance | path

Searched refs:getAccountTypeHeaderLabel (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/editor/
DEditorUiUtilsTest.java110 final String label = EditorUiUtils.getAccountTypeHeaderLabel(getContext(), account); in testGetAccountInfo_AccountType_NonGoogle()
121 final String label = EditorUiUtils.getAccountTypeHeaderLabel(getContext(), account); in testGetAccountInfo_AccountType_Google()
134 final String label = EditorUiUtils.getAccountTypeHeaderLabel(getContext(), account); in testGetAccountInfo_AccountType_DeviceAccount()
/packages/apps/Contacts/src/com/android/contacts/editor/
DEditorUiUtils.java127 public static String getAccountTypeHeaderLabel(Context context, AccountDisplayInfo in getAccountTypeHeaderLabel() method in EditorUiUtils