Home
last modified time | relevance | path

Searched defs:actualValue (Results 1 – 11 of 11) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DAugmentedHelper.java140 @NonNull AutofillValue actualValue) { in assertAutofillValue()
144 assertAutofillValue(expectedValue.getTextValue().toString(), actualValue); in assertAutofillValue() local
148 @NonNull AutofillValue actualValue) { in assertAutofillValue()
DHelper.java1036 final String actualValue = getAttributeValue(info, attribute); in assertHasAttribute() local
1296 public static void assertFloat(float actualValue, float expectedValue) { in assertFloat()
/cts/tests/tests/provider/src/android/provider/cts/settings/
DSettingsTest.java252 final int actualValue = Settings.System.getInt(getContext().getContentResolver(), in testNoStaleValueModifiedFromSameProcess() local
271 final int actualValue = Settings.System.getInt(getContext().getContentResolver(), in testNoStaleValueModifiedFromOtherProcess() local
295 final int actualValue = Settings.System.getInt(getContext().getContentResolver(), in testNoStaleValueModifiedFromMultipleProcesses() local
/cts/common/device-side/util-axt/tests/src/com/android/compatibility/common/util/
DTimeoutTest.java143 public static void assertFloat(float actualValue, float expectedValue) { in assertFloat()
/cts/tests/tests/animation/src/android/animation/cts/
DKeyframeTest.java114 Float actualValue = (Float) keyFrame.getValue(); in testSetValue() local
/cts/tests/tests/os/src/android/os/cts/
DBuildVersionTest.java131 private void assertAnyOf(String label, String actualValue, Set<String> permittedValues) { in assertAnyOf()
DBuildTest.java199 private static void assertValueIsAllowed(Set<String> allowedValues, String actualValue) { in assertValueIsAllowed()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DCompatScaleTests.java249 int actualValue) { in assertScaled()
/cts/tests/tests/time/src/android/app/time/cts/
DTimeManagerTest.java282 int expectedValue, AtomicInteger actualValue) throws Exception { in waitForListenerCallbackCount()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DCameraErrorCollector.java572 String formattedMsg, String tooSmall, String tooLarge, int actualValue, in expectSimilarValues()
/cts/tests/tests/content/src/android/content/cts/
DIntentTest.java1824 String actualValue = intent.getExtras().getString(bundleKey); in testReplaceExtras() local