Home
last modified time | relevance | path

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

12

/cts/tests/tests/provider/src/android/provider/cts/settings/
DSettingsTest.java252 final int expectedValue = i % 2; in testNoStaleValueModifiedFromSameProcess() local
254 Settings.System.VIBRATE_WHEN_RINGING, expectedValue); in testNoStaleValueModifiedFromSameProcess() local
271 final int expectedValue = i % 2; in testNoStaleValueModifiedFromOtherProcess() local
273 + Settings.System.VIBRATE_WHEN_RINGING + " " + expectedValue); in testNoStaleValueModifiedFromOtherProcess() local
290 final int expectedValue = i % 2; in testNoStaleValueModifiedFromMultipleProcesses() local
293 Settings.System.VIBRATE_WHEN_RINGING, expectedValue); in testNoStaleValueModifiedFromMultipleProcesses() local
297 Settings.System.VIBRATE_WHEN_RINGING, expectedValue); in testNoStaleValueModifiedFromMultipleProcesses() local
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DExifInterfaceTest.java267 private void assertIntTag(ExifInterface exifInterface, String tag, int expectedValue) { in assertIntTag()
272 private void assertFloatTag(ExifInterface exifInterface, String tag, float expectedValue) { in assertFloatTag()
277 private void assertStringTag(ExifInterface exifInterface, String tag, String expectedValue) { in assertStringTag()
288 ExpectedValue expectedValue, String verboseTag, boolean assertRanges) { in compareWithExpectedValue()
399 ExpectedValue expectedValue = new ExpectedValue( in readFromStandaloneDataWithExif() local
420 private void testExifInterfaceCommon(String fileName, ExpectedValue expectedValue) in testExifInterfaceCommon()
458 private void testExifInterfaceRange(String fileName, ExpectedValue expectedValue) in testExifInterfaceRange()
514 ExpectedValue expectedValue = new ExpectedValue( in writeToFilesWithExif() local
590 ExpectedValue expectedValue = new ExpectedValue( in readFromFilesWithExif() local
614 private void testThumbnail(ExpectedValue expectedValue, ExifInterface exifInterface) { in testThumbnail()
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DApplicationRestrictionsTest.java412 private void assertBooleanKey(Bundle bundle, String key, boolean expectedValue) { in assertBooleanKey()
420 private void assertIntKey(Bundle bundle, String key, int expectedValue) { in assertIntKey()
427 private void assertStringKey(Bundle bundle, String key, String expectedValue) { in assertStringKey()
434 private void assertStringsKey(Bundle bundle, String key, String[] expectedValue) { in assertStringsKey()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DAugmentedHelper.java151 public static void assertAutofillValue(@NonNull AutofillValue expectedValue, in assertAutofillValue()
159 public static void assertAutofillValue(@NonNull String expectedValue, in assertAutofillValue()
DHelper.java549 public static void assertTextOnly(ViewNode node, String expectedValue) { in assertTextOnly()
558 String expectedValue) { in assertTextOnly()
567 public static void assertTextAndValue(ViewNode node, String expectedValue) { in assertTextAndValue()
576 String expectedValue) { in assertTextAndValue()
586 String expectedValue) { in assertValue()
596 String expectedValue, boolean isAutofillable, String expectedTextIdEntry) { in assertTextFromResources()
604 String expectedValue, String expectedHintIdEntry) { in assertHintFromResources()
611 private static void assertText(ViewNode node, String expectedValue, boolean isAutofillable) { in assertText()
1068 public static void assertHasAttribute(HtmlInfo info, String attribute, String expectedValue) { in assertHasAttribute()
1344 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.java71 public Builder<T> addRequiredValue(Integer performanceClass, T expectedValue) { in addRequiredValue()
/cts/tests/autofillservice/src/android/autofillservice/cts/inline/
DInlineAuthenticationTest.java565 final String expectedValue = where == ClientStateLocation.FILL_RESPONSE_ONLY in fillDatasetAuthWithClientState() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilitySoftKeyboardTest.java222 private void waitForCallbackValueWithLock(int expectedValue) throws Exception { in waitForCallbackValueWithLock()
/cts/tests/tests/time/src/android/app/time/cts/
DTimeManagerTest.java313 int expectedValue, AtomicInteger actualValue) throws Exception { in waitForListenerCallbackCount()
/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/
DAuthenticationTest.java746 final String expectedValue = where == ClientStateLocation.FILL_RESPONSE_ONLY in fillDatasetAuthWithClientState() local
1148 final String expectedValue = where == ClientStateLocation.FILL_RESPONSE_ONLY in fillResponseAuthWithClientState() local
DVirtualContainerActivityTest.java809 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/tests/tests/netsecpolicy/src/android/security/
DNetworkSecurityPolicyTestBase.java60 int expectedValue = (mCleartextTrafficExpectedToBePermitted) 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.java1425 int expectedValue = mContext.getResources().getDimensionPixelSize(R.dimen.popup_row_height); in testSetIntDimen_fromResources() local
1589 int expectedValue = mContext.getColor(R.color.testcolor1); in testSetColor() local
1715 ColorStateList expectedValue = mContext.getColorStateList(R.color.testcolorstatelist1); in testSetColorStateList_fromResources() local
/cts/tests/tests/content/src/android/content/res/cts/
DConfigTest.java79 final String expectedValue) { in checkValue()
/cts/tests/tests/view/src/android/view/cts/
DLayoutInflaterTest.java401 final CharSequence expectedValue = targetContext.getString(valueResId); in checkViewTag() local
/cts/tests/framework/base/windowmanager/dndtargetapp/src/android/server/wm/dndtargetapp/
DDropTarget.java279 protected String checkQueryResult(Uri uri, String expectedValue) { in checkQueryResult()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DMidiJavaTestActivity.java333 int expectedValue = mMatchStream.get(mReceiveStreamPos) & 0x000000FF; in matchStream() local

12