Searched defs:expectedValue (Results 1 – 11 of 11) sorted by relevance
/packages/modules/ExtServices/tests/src/android/ext/services/autofill/ |
D | EditDistanceScorerTest.java | 82 public static void assertFloat(float actualValue, float expectedValue) { in assertFloat()
|
D | ExactMatchTest.java | 95 public static void assertFloat(float actualValue, float expectedValue) { in assertFloat()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
D | MoreKeySpecTests.java | 304 final String[] moreKeys, final String[] expected, final boolean expectedValue) { in assertGetBooleanValue() 344 final int expectedValue) { in assertGetIntValue()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/privacy/ |
D | EnableContentCapturePreferenceControllerTest.java | 98 private void assertProperty(int expectedValue) throws SettingNotFoundException { in assertProperty()
|
/packages/apps/TV/tests/func/src/com/android/tv/tests/ui/ |
D | ParentalControlsTest.java | 103 int minAge, int maxAge, int selectedAge, boolean expectedValue) { in assertRatingViewIsChecked()
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/units/ |
D | UnitsBasePreferenceControllerTest.java | 158 String expectedValue = Integer.toString(DEFAULT_UNIT.getId()); in onCarServiceConnected_setsUnitBeingUsedAsPreferenceValue() local
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/storage/ |
D | DatabaseManagerTest.java | 432 void testSetGetA2dpOptionalCodecsCase(int test, boolean stored, int value, int expectedValue) { in testSetGetA2dpOptionalCodecsCase()
|
/packages/services/Car/tests/carservice_test/src/com/android/car/ |
D | CarVendorExtensionManagerTest.java | 235 final Long expectedValue = 100L; in testLongProperty() local
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | BaseContactsProvider2Test.java | 783 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
|
D | ContactsProvider2Test.java | 6215 private void assertVisibility(long rawContactId, String expectedValue) { in assertVisibility() 8038 boolean defaultValue, boolean expectedValue) { in assertBooleanUriParameter() 9630 private void assertQueryParameter(String uriString, String parameter, String expectedValue) { in assertQueryParameter()
|
/packages/apps/Settings/tests/unit/src/com/android/settings/wifi/tether/ |
D | TetherServiceTest.java | 322 private boolean waitForProvisionResponse(int expectedValue) { in waitForProvisionResponse()
|