Home
last modified time | relevance | path

Searched defs:expectedValue (Results 1 – 24 of 24) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hardware/power/
DPowerComponentUtilUnitTest.java79 int expectedValue = mComponentFields[i].getInt(null); in testToPowerComponent() local
86 int expectedValue = mComponentFields[i].getInt(null); in testToPowerComponent() local
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DByteBufferReaderTest.java145 String expectedValue = "Hello World"; in readString() local
160 String expectedValue = "Hello World"; in readStringWithByteLength() local
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DMetricsUtilsTest.java190 MetricsUtils.LogHistParms hp, int expectedKey, int expectedValue) { in bucketValueAndVerify()
196 int expectedKey, int expectedValue) { in bucketValueAndVerify()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
DMoreKeySpecTests.java304 final String[] moreKeys, final String[] expected, final boolean expectedValue) { in assertGetBooleanValue()
344 final int expectedValue) { in assertGetIntValue()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/common/
DPreferenceControllerTestUtil.java31 public static void assertAvailability(int actualValue, int expectedValue) { in assertAvailability()
/packages/modules/ExtServices/java/tests/src/android/ext/services/autofill/
DCreditCardMatcherTest.java94 public static void assertFloat(float actualValue, float expectedValue) { in assertFloat()
DEditDistanceScorerTest.java82 public static void assertFloat(float actualValue, float expectedValue) { in assertFloat()
DExactMatchTest.java96 public static void assertFloat(float actualValue, float expectedValue) { in assertFloat()
/packages/apps/Settings/tests/robotests/src/com/android/settings/privacy/
DEnableContentCapturePreferenceControllerTest.java98 private void assertProperty(int expectedValue) throws SettingNotFoundException { in assertProperty()
DShowClipAccessNotificationPreferenceControllerTest.java136 private void assertProperty(int expectedValue) throws SettingNotFoundException { in assertProperty()
/packages/apps/TV/tests/func/src/com/android/tv/tests/ui/
DParentalControlsTest.java103 int minAge, int maxAge, int selectedAge, boolean expectedValue) { in assertRatingViewIsChecked()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/units/
DUnitsBasePreferenceControllerTest.java138 String expectedValue = Integer.toString(DEFAULT_UNIT.getId()); in onCarServiceConnected_setsUnitBeingUsedAsPreferenceValue() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DSilentModeHandlerUnitTest.java217 String expectedValue = expectedMode ? VALUE_SILENT_MODE : VALUE_NON_SILENT_MODE; in assertSilentMode() local
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java794 Object expectedValue = expectedArguments[i + 1]; in assertDataRow() local
906 protected void assertStoredValue(Uri contentUri, long id, String column, Object expectedValue) { in assertStoredValue()
907 assertStoredValue(ContentUris.withAppendedId(contentUri, id), column, expectedValue); in assertStoredValue() local
910 protected void assertStoredValue(Uri rowUri, String column, Object expectedValue) { in assertStoredValue()
920 String column, Object expectedValue) { in assertStoredValue()
1125 protected void assertCursorValue(Cursor cursor, String column, Object expectedValue) { in assertCursorValue()
1201 String expectedValue = expectedValues.getAsString(column); in expectedValuePartiallyMatches() local
1220 Object expectedValue = expectedValues.get(column); in equalsWithExpectedValues() local
DContactsProvider2Test.java6251 private void assertVisibility(long rawContactId, String expectedValue) { in assertVisibility()
8061 boolean defaultValue, boolean expectedValue) { in assertBooleanUriParameter()
9712 private void assertQueryParameter(String uriString, String parameter, String expectedValue) { in assertQueryParameter()
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
DCarPropertyTest.java256 Object[] expectedValue = {"MIXED property", false, 5, 4, 3.2f}; in testMixedTypeProperty() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarPropertyManagerUnitTest.java512 CarPropertyValue<Integer> expectedValue = new CarPropertyValue<>(HVAC_TEMPERATURE_SET, in testIsPropertyAvailable_syncOpTryAgain() local
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarVendorExtensionManagerTest.java246 final Long expectedValue = 100L; in testLongProperty() local
/packages/modules/StatsD/statsd/tests/
DLogEvent_test.cpp227 vector<uint8_t> expectedValue = {'t', 'e', 's', 't'}; in TEST() local
287 vector<uint8_t> expectedValue(message, message + 5); in TEST() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/storage/
DDatabaseManagerTest.java1402 void testSetGetA2dpOptionalCodecsCase(int test, boolean stored, int value, int expectedValue) { in testSetGetA2dpOptionalCodecsCase()
/packages/modules/Connectivity/service/native/
DTrafficControllerTest.cpp204 void expectUidPermissionMapValues(const std::vector<uid_t>& appUids, uint8_t expectedValue) { in expectUidPermissionMapValues()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DUserHalHelperTest.java1452 int expectedType, int expectedValue) { in assertAssociation()
/packages/modules/StatsD/lib/libstatssocket/tests/
Dstats_event_test.cpp73 void checkScalar(uint8_t** buffer, T expectedValue) { in checkScalar()
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DConnectivityManagerTest.java1404 int expectedValue) { in assertMultipathPreferenceIsEventually()