Home
last modified time | relevance | path

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

12

/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/aggregation/
DAggregateOtherAppsDataTest.java148 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/
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/services/Car/tests/carservice_unit_test/src/com/android/car/hardware/power/
DPowerComponentUtilUnitTest.java92 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/
DMoreKeySpecTests.java304 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/
DBiometricSettingsProviderTest.kt81 val expectedValue = false in getSuggestionState_shouldQueryFeatureProvider() constant
/packages/modules/AdServices/sdksandbox/tests/cts/endtoendtests/providers/MediationProvider/src/com/android/sdksandbox/cts/provider/mediationtest/
DIMediationTestSdkApi.aidl24 void checkCanCallMediateeInterface(boolean inSandbox, String expectedValue); in checkCanCallMediateeInterface()
DMediationTestSdkApiImpl.java73 public void checkCanCallMediateeInterface(boolean inSandbox, String expectedValue) { in checkCanCallMediateeInterface()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/common/
DPreferenceControllerTestUtil.java38 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/Launcher3/tests/multivalentTests/src/com/android/launcher3/responsive/
DSizeSpecTest.kt78 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/
DEnableContentCapturePreferenceControllerTest.java98 private void assertProperty(int expectedValue) throws SettingNotFoundException { in assertProperty()
DShowClipAccessNotificationPreferenceControllerTest.java136 private void assertProperty(int expectedValue) throws SettingNotFoundException { in assertProperty()
/packages/apps/Settings/tests/unit/src/com/android/settings/biometrics2/ui/viewmodel/
DFingerprintEnrollEnrollingViewModelTest.java150 final int expectedValue = 24; in testGetEnrollStageCount() local
/packages/apps/TV/tests/func/src/com/android/tv/tests/ui/
DParentalControlsTest.java103 int minAge, int maxAge, int selectedAge, boolean expectedValue) { in assertRatingViewIsChecked()
/packages/modules/AdServices/sdksandbox/tests/cts/endtoendtests/providers/CtsProvider/src/com/android/ctssdkprovider/
DICtsSdkProviderApi.aidl38 void checkReadFileDescriptor(in ParcelFileDescriptor fd, String expectedValue); in checkReadFileDescriptor()
/packages/apps/Settings/tests/unit/src/com/android/settings/biometrics2/repository/
DFingerprintRepositoryTest.java178 final int expectedValue = 24; in testGetEnrollStageCount() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarRemoteDeviceManagerUnitTest.java94 PackageInfo expectedValue = mock(PackageInfo.class); in testGetEndpointPackageInfo() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DSilentModeHandlerUnitTest.java245 String expectedValue = expectedMode ? VALUE_SILENT_MODE : VALUE_NON_SILENT_MODE; in assertSilentMode() local
/packages/modules/Scheduling/tests/src/com/android/cts/scheduling/
DRebootReadinessManagerTest.java80 ConfigListener(String propertyName, String expectedValue) { in ConfigListener()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/units/
DUnitsBasePreferenceControllerTest.java228 String expectedValue = Integer.toString(DEFAULT_UNIT.getId()); in onCarServiceConnected_setsUnitBeingUsedAsPreferenceValue() local
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java801 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/
DMigrationTestHelper.java126 Object expectedValue = expectedElement.getValue(); in doContentValueMatch() local

12