| /packages/services/Car/tests/carservice_unit_test/src/com/android/car/hardware/power/ | 
| D | PowerComponentUtilUnitTest.java | 87             int expectedValue = mPowerComponentFields[i].getInt(null);  in testToPowerComponent()  local94             int expectedValue = mPowerComponentFields[i].getInt(null);  in testToPowerComponent()  local
 
 | 
| /packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ | 
| D | ByteBufferReaderTest.java | 145         String expectedValue = "Hello World";  in readString()  local160         String expectedValue = "Hello World";  in readStringWithByteLength()  local
 
 | 
| /packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/ | 
| D | MetricsUtilsTest.java | 190             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/ | 
| D | MoreKeySpecTests.java | 304             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/ | 
| D | PreferenceControllerTestUtil.java | 31     public static void assertAvailability(int actualValue, int expectedValue) {  in assertAvailability()
 | 
| /packages/modules/ExtServices/java/tests/src/android/ext/services/autofill/ | 
| D | CreditCardMatcherTest.java | 94     public static void assertFloat(float actualValue, float expectedValue) {  in assertFloat()
 | 
| D | EditDistanceScorerTest.java | 82     public static void assertFloat(float actualValue, float expectedValue) {  in assertFloat()
 | 
| D | ExactMatchTest.java | 96     public static void assertFloat(float actualValue, float expectedValue) {  in assertFloat()
 | 
| /packages/apps/Launcher3/tests/src/com/android/launcher3/responsive/ | 
| D | SizeSpecTest.kt | 78         for ((sizeSpec, expectedValue) in combinations) {  in validate_getCalculatedValue()  constant101         for ((sizeSpec, expectedValue) in combinations) {  in validate_getRemainderSpaceValue()  constant
 
 | 
| /packages/apps/Settings/tests/robotests/src/com/android/settings/privacy/ | 
| D | EnableContentCapturePreferenceControllerTest.java | 98     private void assertProperty(int expectedValue) throws SettingNotFoundException {  in assertProperty()
 | 
| D | ShowClipAccessNotificationPreferenceControllerTest.java | 136     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/Settings/tests/unit/src/com/android/settings/biometrics2/ui/viewmodel/ | 
| D | FingerprintEnrollEnrollingViewModelTest.java | 203         final int expectedValue = 24;  in testGetEnrollStageCount()  local
 | 
| /packages/apps/Settings/tests/unit/src/com/android/settings/biometrics2/repository/ | 
| D | FingerprintRepositoryTest.java | 178         final int expectedValue = 24;  in testGetEnrollStageCount()  local
 | 
| /packages/services/Car/tests/carservice_unit_test/src/com/android/car/ | 
| D | CarRemoteDeviceManagerUnitTest.java | 94         PackageInfo expectedValue = mock(PackageInfo.class);  in testGetEndpointPackageInfo()  local
 | 
| D | CarPropertyManagerUnitTest.java | 2000         CarPropertyValue<Integer> expectedValue = new CarPropertyValue<>(HVAC_TEMPERATURE_SET,  in testIsPropertyAvailable()  local2011         CarPropertyValue<Integer> expectedValue = new CarPropertyValue<>(HVAC_TEMPERATURE_SET,  in testIsPropertyAvailable_syncOpTryAgain()  local
 
 | 
| /packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/ | 
| D | SilentModeHandlerUnitTest.java | 235         String expectedValue = expectedMode ? VALUE_SILENT_MODE : VALUE_NON_SILENT_MODE;  in assertSilentMode()  local
 | 
| /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ | 
| D | BaseContactsProvider2Test.java | 796             Object expectedValue = expectedArguments[i + 1];  in assertDataRow()  local908     protected void assertStoredValue(Uri contentUri, long id, String column, Object expectedValue) {  in assertStoredValue()
 909         assertStoredValue(ContentUris.withAppendedId(contentUri, id), column, expectedValue);  in assertStoredValue()  local
 912     protected void assertStoredValue(Uri rowUri, String column, Object expectedValue) {  in assertStoredValue()
 922             String column, Object expectedValue) {  in assertStoredValue()
 1127     protected void assertCursorValue(Cursor cursor, String column, Object expectedValue) {  in assertCursorValue()
 1203             String expectedValue = expectedValues.getAsString(column);  in expectedValuePartiallyMatches()  local
 1222             Object expectedValue = expectedValues.get(column);  in equalsWithExpectedValues()  local
 
 | 
| /packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/units/ | 
| D | UnitsBasePreferenceControllerTest.java | 228         String expectedValue = Integer.toString(DEFAULT_UNIT.getId());  in onCarServiceConnected_setsUnitBeingUsedAsPreferenceValue()  local
 | 
| /packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/migration/ | 
| D | MigrationTestHelper.java | 126             Object expectedValue = expectedElement.getValue();  in doContentValueMatch()  local
 | 
| /packages/services/Car/tests/carservice_test/src/com/android/car/ | 
| D | CarVendorExtensionManagerTest.java | 248         final Long expectedValue = 100L;  in testLongProperty()  local
 | 
| /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/ | 
| D | ShadowUserManager.java | 115     public boolean hasGuestUserRestriction(String restriction, boolean expectedValue) {  in hasGuestUserRestriction()
 | 
| /packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/ | 
| D | CarPropertyTest.java | 305         Object[] expectedValue = {"MIXED property", false, 5, 4, 3.2f};  in testMixedTypeProperty()  local
 | 
| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/storage/ | 
| D | DatabaseManagerTest.java | 1430     void testSetGetA2dpOptionalCodecsCase(int test, boolean stored, int value, int expectedValue) {  in testSetGetA2dpOptionalCodecsCase()
 | 
| /packages/modules/StatsD/statsd/tests/ | 
| D | LogEvent_test.cpp | 336     vector<uint8_t> expectedValue = {'t', 'e', 's', 't'};  in TEST_P()  local396     vector<uint8_t> expectedValue(message, message + 5);  in TEST_P()  local
 
 |