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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java783 Object expectedValue = expectedArguments[i + 1];
784 if (expectedValue instanceof Uri) {
785 expectedValue = ContentUris.parseId((Uri) expectedValue);
787 if (expectedValue == null) {
790 if (expectedValue instanceof Long) {
792 expectedValue, actual.getAsLong(columnName));
793 } else if (expectedValue instanceof Integer) {
795 expectedValue, actual.getAsInteger(columnName));
796 } else if (expectedValue instanceo
895 assertStoredValue(Uri contentUri, long id, String column, Object expectedValue) argument
899 assertStoredValue(Uri rowUri, String column, Object expectedValue) argument
908 assertStoredValue(Uri rowUri, String selection, String[] selectionArgs, String column, Object expectedValue) argument
1114 assertCursorValue(Cursor cursor, String column, Object expectedValue) argument
[all...]
H A DContactsProvider2Test.java6337 private void assertVisibility(long rawContactId, String expectedValue) { argument
6339 null, Contacts.IN_VISIBLE_GROUP, expectedValue);
8131 boolean defaultValue, boolean expectedValue) {
8132 assertEquals(expectedValue, ContactsProvider2.readBooleanQueryParameter(
9758 private void assertQueryParameter(String uriString, String parameter, String expectedValue) { argument
9759 assertEquals(expectedValue, ContactsProvider2.getQueryParameter(
8130 assertBooleanUriParameter(String uriString, String parameter, boolean defaultValue, boolean expectedValue) argument
/packages/apps/TV/tests/func/src/com/android/tv/tests/ui/
H A DParentalControlsTest.java84 boolean expectedValue) {
93 assertEquals("The rating for age " + selectedAge + " isBlocked ", expectedValue,
83 assertRatingViewIsChecked(int minAge, int maxAge, int selectedAge, 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/Settings/tests/unit/src/com/android/settings/
H A DTetherServiceTest.java309 private boolean waitForProvisionResponse(int expectedValue) { argument
312 if (mLastReceiverResultCode == expectedValue) {
319 expectedValue, mLastReceiverResultCode));
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java2800 private void enforceDragParity(String event, int update, int expectedValue) { argument
2801 enforceDragParity(this, event, update, expectedValue);
2803 enforceDragParity(getChildAt(i), event, update, expectedValue);
2807 private void enforceDragParity(View v, String event, int update, int expectedValue) { argument
2813 if (value != expectedValue) {

Completed in 2909 milliseconds