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

/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.java249 private boolean waitForProvisionResponse(int expectedValue) { argument
252 if (mLastReceiverResultCode == expectedValue) {
259 expectedValue, mLastReceiverResultCode));
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java775 Object expectedValue = expectedArguments[i + 1];
776 if (expectedValue instanceof Uri) {
777 expectedValue = ContentUris.parseId((Uri) expectedValue);
779 if (expectedValue == null) {
782 if (expectedValue instanceof Long) {
784 expectedValue, actual.getAsLong(columnName));
785 } else if (expectedValue instanceof Integer) {
787 expectedValue, actual.getAsInteger(columnName));
788 } else if (expectedValue instanceo
887 assertStoredValue(Uri contentUri, long id, String column, Object expectedValue) argument
891 assertStoredValue(Uri rowUri, String column, Object expectedValue) argument
900 assertStoredValue(Uri rowUri, String selection, String[] selectionArgs, String column, Object expectedValue) argument
1103 assertCursorValue(Cursor cursor, String column, Object expectedValue) argument
[all...]
H A DContactsProvider2Test.java6245 private void assertVisibility(long rawContactId, String expectedValue) { argument
6247 null, Contacts.IN_VISIBLE_GROUP, expectedValue);
8025 boolean defaultValue, boolean expectedValue) {
8026 assertEquals(expectedValue, ContactsProvider2.readBooleanQueryParameter(
9627 private void assertQueryParameter(String uriString, String parameter, String expectedValue) { argument
9628 assertEquals(expectedValue, ContactsProvider2.getQueryParameter(
8024 assertBooleanUriParameter(String uriString, String parameter, boolean defaultValue, boolean expectedValue) argument
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java3038 private void enfoceDragParity(String event, int update, int expectedValue) { argument
3039 enfoceDragParity(this, event, update, expectedValue);
3041 enfoceDragParity(getChildAt(i), event, update, expectedValue);
3045 private void enfoceDragParity(View v, String event, int update, int expectedValue) { argument
3051 if (value != expectedValue) {

Completed in 479 milliseconds