Searched refs:DISPLAY_LABEL (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/editor/
H A DEditorUiUtilsTest.java42 private static final String DISPLAY_LABEL = "LunkedIn"; field in class:EditorUiUtilsTest
80 DISPLAY_LABEL, null, /* isDeviceAccount */ false),
88 .getString(R.string.external_profile_title, DISPLAY_LABEL);
107 DISPLAY_LABEL, /*icon*/ null, /*isDeviceAccount*/ false);
112 final String expected = getContext().getString(R.string.account_type_format, DISPLAY_LABEL);
177 return new AccountDisplayInfo(ACCOUNT, ACCOUNT_NAME, DISPLAY_LABEL, null, false);

Completed in 129 milliseconds