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.java109 final String label = EditorUiUtils.getAccountTypeHeaderLabel(getContext(), account); in testGetAccountInfo_AccountType_NonGoogle()
120 final String label = EditorUiUtils.getAccountTypeHeaderLabel(getContext(), account); in testGetAccountInfo_AccountType_Google()
133 final String label = EditorUiUtils.getAccountTypeHeaderLabel(getContext(), account); in testGetAccountInfo_AccountType_DeviceAccount()
/packages/apps/Contacts/src/com/android/contacts/editor/
DEditorUiUtils.java123 public static String getAccountTypeHeaderLabel(Context context, AccountDisplayInfo in getAccountTypeHeaderLabel() method in EditorUiUtils