Searched refs:expectedValue (Results 1 - 4 of 4) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java759 Object expectedValue = expectedArguments[i + 1];
760 if (expectedValue instanceof Uri) {
761 expectedValue = ContentUris.parseId((Uri) expectedValue);
763 if (expectedValue == null) {
766 if (expectedValue instanceof Long) {
768 expectedValue, actual.getAsLong(columnName));
769 } else if (expectedValue instanceof Integer) {
771 expectedValue, actual.getAsInteger(columnName));
772 } else if (expectedValue instanceo
857 assertStoredValue(Uri contentUri, long id, String column, Object expectedValue) argument
861 assertStoredValue(Uri rowUri, String column, Object expectedValue) argument
870 assertStoredValue(Uri rowUri, String selection, String[] selectionArgs, String column, Object expectedValue) argument
1073 assertCursorValue(Cursor cursor, String column, Object expectedValue) argument
[all...]
H A DContactsProvider2Test.java5891 private void assertVisibility(long rawContactId, String expectedValue) { argument
5893 null, Contacts.IN_VISIBLE_GROUP, expectedValue);
7400 boolean defaultValue, boolean expectedValue) {
7401 assertEquals(expectedValue, ContactsProvider2.readBooleanQueryParameter(
8982 private void assertQueryParameter(String uriString, String parameter, String expectedValue) { argument
8983 assertEquals(expectedValue, ContactsProvider2.getQueryParameter(
7399 assertBooleanUriParameter(String uriString, String parameter, boolean defaultValue, boolean expectedValue) argument
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
H A DMoreKeySpecTests.java304 final String[] moreKeys, final String[] expected, final boolean expectedValue) {
307 assertEquals(message + " [value]", expectedValue, actualValue);
344 final int expectedValue) {
347 assertEquals(message + " [value]", expectedValue, actualValue);
303 assertGetBooleanValue(final String message, final String key, final String[] moreKeys, final String[] expected, final boolean expectedValue) argument
342 assertGetIntValue(final String message, final String key, final int defaultValue, final String[] moreKeys, final String[] expected, final int expectedValue) argument
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java2888 private void enfoceDragParity(String event, int update, int expectedValue) { argument
2889 enfoceDragParity(this, event, update, expectedValue);
2891 enfoceDragParity(getChildAt(i), event, update, expectedValue);
2895 private void enfoceDragParity(View v, String event, int update, int expectedValue) { argument
2901 if (value != expectedValue) {

Completed in 178 milliseconds