Home
last modified time | relevance | path

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

12

/cts/tests/devicepolicy/src/android/devicepolicy/cts/utils/
DBundleUtils.java149 private static void assertBooleanKey(Bundle bundle, String key, boolean expectedValue) { in assertBooleanKey()
157 private static void assertIntKey(Bundle bundle, String key, int expectedValue) { in assertIntKey()
164 private static void assertStringKey(Bundle bundle, String key, String expectedValue) { in assertStringKey()
171 private static void assertStringsKey(Bundle bundle, String key, String[] expectedValue) { in assertStringsKey()
/cts/tests/tests/provider/src/android/provider/cts/settings/
DSettingsTest.java260 final int expectedValue = i % 2; in testNoStaleValueModifiedFromSameProcess() local
262 Settings.System.VIBRATE_WHEN_RINGING, expectedValue); in testNoStaleValueModifiedFromSameProcess() local
280 final int expectedValue = i % 2; in testNoStaleValueModifiedFromOtherProcess() local
282 + " system " + Settings.System.VIBRATE_WHEN_RINGING + " " + expectedValue); in testNoStaleValueModifiedFromOtherProcess() local
300 final int expectedValue = i % 2; in testNoStaleValueModifiedFromMultipleProcesses() local
303 Settings.System.VIBRATE_WHEN_RINGING, expectedValue); in testNoStaleValueModifiedFromMultipleProcesses() local
308 Settings.System.VIBRATE_WHEN_RINGING, expectedValue); in testNoStaleValueModifiedFromMultipleProcesses() local
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DExifInterfaceTest.java288 private void assertIntTag(ExifInterface exifInterface, String tag, int expectedValue) { in assertIntTag()
293 private void assertFloatTag(ExifInterface exifInterface, String tag, float expectedValue) { in assertFloatTag()
298 private void assertStringTag(ExifInterface exifInterface, String tag, String expectedValue) { in assertStringTag()
309 ExpectedValue expectedValue, String verboseTag, boolean assertRanges) { in compareWithExpectedValue()
420 ExpectedValue expectedValue = new ExpectedValue( in readFromStandaloneDataWithExif() local
441 private void testExifInterfaceCommon(String fileName, ExpectedValue expectedValue) in testExifInterfaceCommon()
479 private void testExifInterfaceRange(String fileName, ExpectedValue expectedValue) in testExifInterfaceRange()
535 ExpectedValue expectedValue = new ExpectedValue( in writeToFilesWithExif() local
612 ExpectedValue expectedValue = new ExpectedValue( in readFromFilesWithExif() local
638 private void testThumbnail(ExpectedValue expectedValue, ExifInterface exifInterface) { in testThumbnail()
/cts/tests/autofillservice/src/android/autofillservice/cts/credman/
DDeviceConfigStateRequiredRule.java45 Context deviceConfigContext, String expectedValue) { in DeviceConfigStateRequiredRule()
/cts/tests/credentials/src/android/credentials/cts/testcore/
DDeviceConfigStateRequiredRule.java45 Context deviceConfigContext, String expectedValue) { in DeviceConfigStateRequiredRule()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DAugmentedHelper.java154 public static void assertAutofillValue(@NonNull AutofillValue expectedValue, in assertAutofillValue()
162 public static void assertAutofillValue(@NonNull String expectedValue, in assertAutofillValue()
DHelper.java567 public static void assertTextOnly(ViewNode node, String expectedValue) { in assertTextOnly()
576 String expectedValue) { in assertTextOnly()
585 public static void assertTextAndValue(ViewNode node, String expectedValue) { in assertTextAndValue()
594 String expectedValue) { in assertTextAndValue()
604 String expectedValue) { in assertValue()
614 String expectedValue, boolean isAutofillable, String expectedTextIdEntry) { in assertTextFromResources()
622 String expectedValue, String expectedHintIdEntry) { in assertHintFromResources()
629 private static void assertText(ViewNode node, String expectedValue, boolean isAutofillable) { in assertText()
1120 public static void assertHasAttribute(HtmlInfo info, String attribute, String expectedValue) { in assertHasAttribute()
1464 public static void assertFloat(float actualValue, float expectedValue) { in assertFloat()
[all …]
/cts/tests/autofillservice/src/android/autofillservice/cts/unittests/
DDateValueSanitizerTest.java77 final AutofillValue expectedValue = AutofillValue.forDate(expectedDate); in testSanitize_ok() local
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DPreconditions.java61 String expectedName, T expectedValue) { in checkEquals()
/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/telephonyprovider/src/android/telephonyprovider/cts/
DSmsTestHelper.java62 public void assertSmsColumnEquals(String columnName, Uri uri, String expectedValue) { in assertSmsColumnEquals()
/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/
DContactsContract_DataUsageTest.java134 private void assertDataUsageEquals(long dataId, int expectedValue) { in assertDataUsageEquals()
DDatabaseAsserts.java247 Object expectedValue = expectedValues.get(column); in equalsWithExpectedValues() local
/cts/tests/mediapc/common/src/android/mediapc/cts/common/
DRequiredMeasurement.java83 public Builder<T> addRequiredValue(Integer performanceClass, T expectedValue) { in addRequiredValue()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/vibrator/
DVibratorStatsTests.java236 private void assertSingleValueOccurred(int expectedValue, in assertSingleValueOccurred()
/cts/tests/autofillservice/src/android/autofillservice/cts/inline/
DInlineAuthenticationTest.java572 final String expectedValue = where == ClientStateLocation.FILL_RESPONSE_ONLY in fillDatasetAuthWithClientState() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilitySoftKeyboardTest.java234 private void waitForCallbackValueWithLock(int expectedValue) throws Exception { in waitForCallbackValueWithLock()
/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/
DAuthenticationTest.java742 final String expectedValue = where == ClientStateLocation.FILL_RESPONSE_ONLY in fillDatasetAuthWithClientState() local
1147 final String expectedValue = where == ClientStateLocation.FILL_RESPONSE_ONLY in fillResponseAuthWithClientState() local
DVirtualContainerActivityTest.java892 protected void assertLabel(ViewNode node, String expectedValue) { in assertLabel()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DStepCounterTestActivity.java306 final float expectedValue = 1.0f; in verifyStepDetectorMeasurements() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/midilib/
DJavaMidiTestModule.java270 int expectedValue = mMatchStream.get(mReceiveStreamPos) & 0x000000FF; in matchStream() local
/cts/tests/tests/netsecpolicy/src/android/security/
DNetworkSecurityPolicyTestBase.java95 int expectedValue = in testApplicationInfoFlag() local
/cts/hostsidetests/dumpsys/src/android/dumpsys/cts/
DProcessStatsDumpsysTest.java367 long expectedValue) { in assertTagValueSumAbout()
/cts/tests/tests/widget/src/android/widget/cts/
DRemoteViewsTest.java904 final int expectedValue) in verifyClick()
1973 int expectedValue = mContext.getResources().getDimensionPixelSize(R.dimen.popup_row_height); in testSetIntDimen_fromResources() local
2137 int expectedValue = mContext.getColor(R.color.testcolor1); in testSetColor() local
2263 ColorStateList expectedValue = mContext.getColorStateList(R.color.testcolorstatelist1); in testSetColorStateList_fromResources() local
/cts/tests/app/BroadcastsTest/src/android/app/cts/broadcasts/
DBaseBroadcastTest.java255 final Object expectedValue = expected.get(key); in compareExtras() local

12