Searched defs:expectedValue (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
H A DMoreKeySpecTests.java302 final String[] moreKeys, final String[] expected, final boolean expectedValue) {
305 assertEquals(message + " [value]", expectedValue, actualValue);
341 final int expectedValue) {
344 assertEquals(message + " [value]", expectedValue, actualValue);
301 assertGetBooleanValue(final String message, final String key, final String[] moreKeys, final String[] expected, final boolean expectedValue) argument
339 assertGetIntValue(final String message, final String key, final int defaultValue, final String[] moreKeys, final String[] expected, final int expectedValue) argument
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java720 Object expectedValue = expectedArguments[i + 1];
721 if (expectedValue instanceof Uri) {
722 expectedValue = ContentUris.parseId((Uri) expectedValue);
724 if (expectedValue == null) {
727 if (expectedValue instanceof Long) {
729 expectedValue, actual.getAsLong(columnName));
730 } else if (expectedValue instanceof Integer) {
732 expectedValue, actual.getAsInteger(columnName));
733 } else if (expectedValue instanceo
818 assertStoredValue(Uri contentUri, long id, String column, Object expectedValue) argument
822 assertStoredValue(Uri rowUri, String column, Object expectedValue) argument
831 assertStoredValue(Uri rowUri, String selection, String[] selectionArgs, String column, Object expectedValue) argument
1034 assertCursorValue(Cursor cursor, String column, Object expectedValue) argument
[all...]
H A DContactsProvider2Test.java5664 private void assertVisibility(long rawContactId, String expectedValue) { argument
5666 null, Contacts.IN_VISIBLE_GROUP, expectedValue);
7171 boolean defaultValue, boolean expectedValue) {
7172 assertEquals(expectedValue, ContactsProvider2.readBooleanQueryParameter(
8651 private void assertQueryParameter(String uriString, String parameter, String expectedValue) { argument
8652 assertEquals(expectedValue, ContactsProvider2.getQueryParameter(
7170 assertBooleanUriParameter(String uriString, String parameter, boolean defaultValue, boolean expectedValue) argument

Completed in 77 milliseconds