/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/aggregation/ |
D | AggregateOtherAppsDataTest.java | 148 private static <T> void assertAggregation(AggregationType<T> aggregationType, T expectedValue) in assertAggregation() 155 AggregationType<T> aggregationType, T expectedValue, Instant startTime, Instant endTime) in assertAggregation()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | ByteBufferReaderTest.java | 145 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/ |
D | MetricsUtilsTest.java | 190 MetricsUtils.LogHistParms hp, int expectedKey, int expectedValue) { in bucketValueAndVerify() 196 int expectedKey, int expectedValue) { in bucketValueAndVerify()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hardware/power/ |
D | PowerComponentUtilUnitTest.java | 92 int expectedValue = mPowerComponentFields[i].getInt(null); in testToPowerComponent() local 99 int expectedValue = mPowerComponentFields[i].getInt(null); in testToPowerComponent() local
|
/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/biometrics/ |
D | BiometricSettingsProviderTest.kt | 81 val expectedValue = false in getSuggestionState_shouldQueryFeatureProvider() constant
|
/packages/modules/AdServices/sdksandbox/tests/cts/endtoendtests/providers/MediationProvider/src/com/android/sdksandbox/cts/provider/mediationtest/ |
D | IMediationTestSdkApi.aidl | 24 void checkCanCallMediateeInterface(boolean inSandbox, String expectedValue); in checkCanCallMediateeInterface()
|
D | MediationTestSdkApiImpl.java | 73 public void checkCanCallMediateeInterface(boolean inSandbox, String expectedValue) { in checkCanCallMediateeInterface()
|
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/common/ |
D | PreferenceControllerTestUtil.java | 38 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/multivalentTests/src/com/android/launcher3/responsive/ |
D | SizeSpecTest.kt | 78 for ((sizeSpec, expectedValue) in combinations) { in validate_getCalculatedValue() constant 101 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/Settings/tests/unit/src/com/android/settings/biometrics2/ui/viewmodel/ |
D | FingerprintEnrollEnrollingViewModelTest.java | 150 final int expectedValue = 24; in testGetEnrollStageCount() local
|
/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/modules/AdServices/sdksandbox/tests/cts/endtoendtests/providers/CtsProvider/src/com/android/ctssdkprovider/ |
D | ICtsSdkProviderApi.aidl | 38 void checkReadFileDescriptor(in ParcelFileDescriptor fd, String expectedValue); in checkReadFileDescriptor()
|
/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
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/ |
D | SilentModeHandlerUnitTest.java | 245 String expectedValue = expectedMode ? VALUE_SILENT_MODE : VALUE_NON_SILENT_MODE; in assertSilentMode() local
|
/packages/modules/Scheduling/tests/src/com/android/cts/scheduling/ |
D | RebootReadinessManagerTest.java | 80 ConfigListener(String propertyName, String expectedValue) { in ConfigListener()
|
/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/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | BaseContactsProvider2Test.java | 801 Object expectedValue = expectedArguments[i + 1]; in assertDataRow() local 913 protected void assertStoredValue(Uri contentUri, long id, String column, Object expectedValue) { in assertStoredValue() 914 assertStoredValue(ContentUris.withAppendedId(contentUri, id), column, expectedValue); in assertStoredValue() local 917 protected void assertStoredValue(Uri rowUri, String column, Object expectedValue) { in assertStoredValue() 927 String column, Object expectedValue) { in assertStoredValue() 1132 protected void assertCursorValue(Cursor cursor, String column, Object expectedValue) { in assertCursorValue() 1208 String expectedValue = expectedValues.getAsString(column); in expectedValuePartiallyMatches() local 1227 Object expectedValue = expectedValues.get(column); in equalsWithExpectedValues() 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
|