Searched refs:expectedLabel (Results 1 – 8 of 8) sorted by relevance
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
D | KeySpecParserTests.java | 30 final String expectedLabel, final String expectedOutputText, final int expectedIcon, in assertParser() argument 37 assertEquals(message + " [label]", expectedLabel, actualLabel); in assertParser()
|
D | KeySpecParserTestsBase.java | 57 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()
|
D | MoreKeySpecTests.java | 33 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/ |
D | PanelSlicesAdapterTest.java | 159 final String expectedLabel = in isActionLabelSet() local 163 && TextUtils.equals(action.getLabel(), expectedLabel)) { in isActionLabelSet()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/ |
D | KeyboardLayoutSetNavigateMoreKeysBase.java | 112 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/ |
D | BatteryInfoTest.java | 654 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/ |
D | ContactsDatabaseHelperTest.java | 435 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/ |
D | ContactDataHandlerTest.java | 151 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()
|