Home
last modified time | relevance | path

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

12

/cts/tests/tests/provider/src/android/provider/cts/settings/
DSettingsTest.java249 final int expectedValue = i % 2; in testNoStaleValueModifiedFromSameProcess() local
251 Settings.System.VIBRATE_WHEN_RINGING, expectedValue); in testNoStaleValueModifiedFromSameProcess() local
268 final int expectedValue = i % 2; in testNoStaleValueModifiedFromOtherProcess() local
270 + Settings.System.VIBRATE_WHEN_RINGING + " " + expectedValue); in testNoStaleValueModifiedFromOtherProcess() local
287 final int expectedValue = i % 2; in testNoStaleValueModifiedFromMultipleProcesses() local
290 Settings.System.VIBRATE_WHEN_RINGING, expectedValue); in testNoStaleValueModifiedFromMultipleProcesses() local
294 Settings.System.VIBRATE_WHEN_RINGING, expectedValue); in testNoStaleValueModifiedFromMultipleProcesses() local
/cts/tests/tests/media/src/android/media/cts/
DExifInterfaceTest.java265 private void assertIntTag(ExifInterface exifInterface, String tag, int expectedValue) { in assertIntTag()
270 private void assertFloatTag(ExifInterface exifInterface, String tag, float expectedValue) { in assertFloatTag()
275 private void assertStringTag(ExifInterface exifInterface, String tag, String expectedValue) { in assertStringTag()
286 ExpectedValue expectedValue, String verboseTag, boolean assertRanges) { in compareWithExpectedValue()
397 ExpectedValue expectedValue = new ExpectedValue( in readFromStandaloneDataWithExif() local
418 private void testExifInterfaceCommon(String fileName, ExpectedValue expectedValue) in testExifInterfaceCommon()
456 private void testExifInterfaceRange(String fileName, ExpectedValue expectedValue) in testExifInterfaceRange()
512 ExpectedValue expectedValue = new ExpectedValue( in writeToFilesWithExif() local
588 ExpectedValue expectedValue = new ExpectedValue( in readFromFilesWithExif() local
612 private void testThumbnail(ExpectedValue expectedValue, ExifInterface exifInterface) { in testThumbnail()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DAugmentedHelper.java139 public static void assertAutofillValue(@NonNull AutofillValue expectedValue, in assertAutofillValue()
147 public static void assertAutofillValue(@NonNull String expectedValue, in assertAutofillValue()
DHelper.java538 public static void assertTextOnly(ViewNode node, String expectedValue) { in assertTextOnly()
547 String expectedValue) { in assertTextOnly()
556 public static void assertTextAndValue(ViewNode node, String expectedValue) { in assertTextAndValue()
565 String expectedValue) { in assertTextAndValue()
575 String expectedValue) { in assertValue()
585 String expectedValue, boolean isAutofillable, String expectedTextIdEntry) { in assertTextFromResources()
593 String expectedValue, String expectedHintIdEntry) { in assertHintFromResources()
600 private static void assertText(ViewNode node, String expectedValue, boolean isAutofillable) { in assertText()
1035 public static void assertHasAttribute(HtmlInfo info, String attribute, String expectedValue) { in assertHasAttribute()
1296 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/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilitySoftKeyboardTest.java164 private void waitForCallbackValueWithLock(int expectedValue) throws Exception { in waitForCallbackValueWithLock()
/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/tests/time/src/android/app/time/cts/
DTimeManagerTest.java282 int expectedValue, AtomicInteger actualValue) throws Exception { in waitForListenerCallbackCount()
/cts/tests/autofillservice/src/android/autofillservice/cts/inline/
DInlineAuthenticationTest.java563 final String expectedValue = where == ClientStateLocation.FILL_RESPONSE_ONLY in fillDatasetAuthWithClientState() local
/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/
DAuthenticationTest.java745 final String expectedValue = where == ClientStateLocation.FILL_RESPONSE_ONLY in fillDatasetAuthWithClientState() local
1130 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/widget/src/android/widget/cts/
DRemoteViewsTest.java1359 int expectedValue = mContext.getResources().getDimensionPixelSize(R.dimen.popup_row_height); in testSetIntDimen_fromResources() local
1523 int expectedValue = mContext.getColor(R.color.testcolor1); in testSetColor() local
1649 ColorStateList expectedValue = mContext.getColorStateList(R.color.testcolorstatelist1); in testSetColorStateList_fromResources() 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/accessibility/src/android/view/accessibility/cts/
DAccessibilityManagerTest.java441 boolean expectedValue, Object waitObject, String message) in assertAtomicBooleanBecomes()
/cts/tests/tests/content/src/android/content/res/cts/
DConfigTest.java79 final String expectedValue) { in checkValue()
DResourcesTest.java149 final String expectedValue) { in checkGetText1()
160 final String expectedValue) { in checkGetText2()
/cts/tests/framework/base/windowmanager/dndtargetapp/src/android/server/wm/dndtargetapp/
DDropTarget.java279 protected String checkQueryResult(Uri uri, String expectedValue) { in checkQueryResult()
/cts/tests/tests/view/src/android/view/cts/
DLayoutInflaterTest.java401 final CharSequence expectedValue = targetContext.getString(valueResId); in checkViewTag() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DMidiJavaTestActivity.java325 int expectedValue = mMatchStream.get(mReceiveStreamPos) & 0x000000FF; in matchStream() local

12