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.java783 Object expectedValue = expectedArguments[i + 1]; in assertDataRow() local
895 protected void assertStoredValue(Uri contentUri, long id, String column, Object expectedValue) { in assertStoredValue()
896 assertStoredValue(ContentUris.withAppendedId(contentUri, id), column, expectedValue); in assertStoredValue() local
899 protected void assertStoredValue(Uri rowUri, String column, Object expectedValue) { in assertStoredValue()
909 String column, Object expectedValue) { in assertStoredValue()
1114 protected void assertCursorValue(Cursor cursor, String column, Object expectedValue) { in assertCursorValue()
1190 String expectedValue = expectedValues.getAsString(column); in expectedValuePartiallyMatches() local
1209 Object expectedValue = expectedValues.get(column); in equalsWithExpectedValues() local
DContactsProvider2Test.java6337 private void assertVisibility(long rawContactId, String expectedValue) { in assertVisibility()
8131 boolean defaultValue, boolean expectedValue) { in assertBooleanUriParameter()
9758 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()