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

/packages/apps/Contacts/tests/src/com/android/contacts/editor/
H A DEditorUiUtilsTest.java39 private static final String DISPLAY_LABEL = "LunkedIn"; field in class:EditorUiUtilsTest
72 ACCOUNT_NAME, new MockAccountType(DISPLAY_LABEL));
76 assertEquals(getContext().getString(R.string.external_profile_title, DISPLAY_LABEL),
82 /* accountName =*/ null, new MockAccountType(DISPLAY_LABEL));
92 ACCOUNT_NAME, new MockAccountType(DISPLAY_LABEL));
97 assertEquals(getContext().getString(R.string.account_type_format, DISPLAY_LABEL),
130 /* accountName =*/ null, new MockAccountType(DISPLAY_LABEL));
134 assertEquals(getContext().getString(R.string.account_type_format, DISPLAY_LABEL),

Completed in 691 milliseconds