Home
last modified time | relevance | path

Searched defs:expectedValue (Results 1 – 5 of 5) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
DMoreKeySpecTests.java304 final String[] moreKeys, final String[] expected, final boolean expectedValue) { in assertGetBooleanValue()
344 final int expectedValue) { in assertGetIntValue()
/packages/apps/TV/tests/func/src/com/android/tv/tests/ui/
DParentalControlsTest.java84 boolean expectedValue) { in assertRatingViewIsChecked()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java775 Object expectedValue = expectedArguments[i + 1]; in assertDataRow() local
887 protected void assertStoredValue(Uri contentUri, long id, String column, Object expectedValue) { in assertStoredValue()
888 assertStoredValue(ContentUris.withAppendedId(contentUri, id), column, expectedValue); in assertStoredValue() local
891 protected void assertStoredValue(Uri rowUri, String column, Object expectedValue) { in assertStoredValue()
901 String column, Object expectedValue) { in assertStoredValue()
1103 protected void assertCursorValue(Cursor cursor, String column, Object expectedValue) { in assertCursorValue()
1179 String expectedValue = expectedValues.getAsString(column); in expectedValuePartiallyMatches() local
1198 Object expectedValue = expectedValues.get(column); in equalsWithExpectedValues() local
DContactsProvider2Test.java6245 private void assertVisibility(long rawContactId, String expectedValue) { in assertVisibility()
8025 boolean defaultValue, boolean expectedValue) { in assertBooleanUriParameter()
9627 private void assertQueryParameter(String uriString, String parameter, String expectedValue) { in assertQueryParameter()
/packages/apps/Settings/tests/unit/src/com/android/settings/
DTetherServiceTest.java309 private boolean waitForProvisionResponse(int expectedValue) { in waitForProvisionResponse()