Home
last modified time | relevance | path

Searched refs:expectedLabel (Results 1 – 8 of 8) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
DKeySpecParserTests.java30 final String expectedLabel, final String expectedOutputText, final int expectedIcon, in assertParser() argument
37 assertEquals(message + " [label]", expectedLabel, actualLabel); in assertParser()
DKeySpecParserTestsBase.java57 final String expectedLabel, final String expectedOutputText, final int expectedIcon, in assertParser() argument
61 final String expectedLabel, final String expectedOutputText, final int expectedIconId, in assertParserError() argument
64 assertParser(message, keySpec, expectedLabel, expectedOutputText, expectedIconId, in assertParserError()
DMoreKeySpecTests.java33 final String expectedLabel, final String expectedOutputText, final int expectedIconId, in assertParser() argument
38 assertEquals(message + " [label]", expectedLabel, spec.mLabel); in assertParser()
/packages/apps/Settings/tests/robotests/src/com/android/settings/panel/
DPanelSlicesAdapterTest.java159 final String expectedLabel = in isActionLabelSet() local
163 && TextUtils.equals(action.getLabel(), expectedLabel)) { in isActionLabelSet()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
DKeyboardLayoutSetNavigateMoreKeysBase.java112 final CharSequence expectedLabel = getContext().getText(expectedLabelResId); in doTestMoreKeysOf() local
113 assertEquals(tag + " label " + index, expectedLabel, actualMoreKeys[index].mLabel); in doTestMoreKeysOf()
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
DBatteryInfoTest.java654 var expectedLabel = "Full by 8:00 AM"; in getBatteryInfo_customizedWLCLabel_updateRemainingLabelAndStatusLabel() local
657 .thenReturn(expectedLabel); in getBatteryInfo_customizedWLCLabel_updateRemainingLabelAndStatusLabel()
669 assertThat(info.remainingLabel).isEqualTo(expectedLabel); in getBatteryInfo_customizedWLCLabel_updateRemainingLabelAndStatusLabel()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsDatabaseHelperTest.java435 private void assertUpgradeToVersion1111(int expectedBucket, String expectedLabel, in assertUpgradeToVersion1111() argument
443 assertEquals(expectedLabel, cursor.getString(1)); in assertUpgradeToVersion1111()
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DContactDataHandlerTest.java151 String expectedLabel = "Custom"; in testConvertCurrentRowToPerson_labelIsNull_typeCustom() local
156 .addEmailToPerson(expectedLabel, address) in testConvertCurrentRowToPerson_labelIsNull_typeCustom()
168 assertThat(contactPoints[0].getLabel()).isEqualTo(expectedLabel); in testConvertCurrentRowToPerson_labelIsNull_typeCustom()