Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DSettingsTest.java219 final int expectedValue = i % 2; in testNoStaleValueModifiedFromSameProcess() local
221 Settings.System.VIBRATE_WHEN_RINGING, expectedValue); in testNoStaleValueModifiedFromSameProcess() local
237 final int expectedValue = i % 2; in testNoStaleValueModifiedFromOtherProcess() local
239 + Settings.System.VIBRATE_WHEN_RINGING + " " + expectedValue); in testNoStaleValueModifiedFromOtherProcess() local
255 final int expectedValue = i % 2; in testNoStaleValueModifiedFromMultipleProcesses() local
258 Settings.System.VIBRATE_WHEN_RINGING, expectedValue); in testNoStaleValueModifiedFromMultipleProcesses() local
262 Settings.System.VIBRATE_WHEN_RINGING, expectedValue); in testNoStaleValueModifiedFromMultipleProcesses() local
DMediaStore_FilesTest.java539 private void assertStringColumn(Uri fileUri, String columnName, String expectedValue) { in assertStringColumn()
/cts/tests/tests/media/src/android/media/cts/
DExifInterfaceTest.java223 private void assertIntTag(ExifInterface exifInterface, String tag, int expectedValue) { in assertIntTag()
228 private void assertFloatTag(ExifInterface exifInterface, String tag, float expectedValue) { in assertFloatTag()
233 private void assertStringTag(ExifInterface exifInterface, String tag, String expectedValue) { in assertStringTag()
244 ExpectedValue expectedValue, String verboseTag) { in compareWithExpectedValue()
300 private void testExifInterfaceCommon(String fileName, ExpectedValue expectedValue) in testExifInterfaceCommon()
333 private void testSaveAttributes_withFileName(String fileName, ExpectedValue expectedValue) in testSaveAttributes_withFileName()
356 private void testSaveAttributes_withFileDescriptor(String fileName, ExpectedValue expectedValue) in testSaveAttributes_withFileDescriptor()
392 ExpectedValue expectedValue = new ExpectedValue( in testExifInterfaceForJpeg() local
406 ExpectedValue expectedValue = new ExpectedValue( in testExifInterfaceForRaw() local
/cts/tests/autofillservice/src/android/autofillservice/cts/
DAutofillValueTest.java229 private void autofillCompoundButton(@Nullable AutofillValue value, boolean expectedValue, in autofillCompoundButton()
282 private void autofillListValue(@Nullable AutofillValue value, int expectedValue, in autofillListValue()
471 private void autofillRadioGroup(@Nullable AutofillValue value, int expectedValue, in autofillRadioGroup()
DHelper.java366 static void assertTextOnly(ViewNode node, String expectedValue) { in assertTextOnly()
374 static void assertTextAndValue(ViewNode node, String expectedValue) { in assertTextAndValue()
382 String expectedValue) { in assertTextAndValue()
392 String expectedValue) { in assertValue()
398 private static void assertText(ViewNode node, String expectedValue, boolean isAutofillable) { in assertText()
DVirtualContainerView.java306 OneTimeLineWatcher(CharSequence expectedValue) { in OneTimeLineWatcher()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DPreconditions.java61 String expectedName, T expectedValue) { in checkEquals()
DCameraErrorCollector.java575 int expectedValue, float errorPercent) { in expectSimilarValues()
/cts/tests/tests/provider/src/android/provider/cts/contacts/
DContactsContract_DataUsageTest.java178 private void assertDataUsageEquals(long dataId, int expectedValue) { in assertDataUsageEquals()
DDatabaseAsserts.java247 Object expectedValue = expectedValues.get(column); in equalsWithExpectedValues() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilitySoftKeyboardModesTest.java163 private void waitForCallbackValueWithLock(int expectedValue) throws Exception { in waitForCallbackValueWithLock()
/cts/tests/accessibility/src/android/view/accessibility/cts/
DAccessibilityManagerTest.java335 boolean expectedValue, Object waitObject, String message) in assertAtomicBooleanBecomes()
/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/tests/tests/view/src/android/view/cts/
DLayoutInflaterTest.java395 final CharSequence expectedValue = targetContext.getString(valueResId); in checkViewTag() local
/cts/tests/tests/content/src/android/content/res/cts/
DResourcesTest.java142 final String expectedValue) { in checkGetText1()
153 final String expectedValue) { in checkGetText2()
DConfigTest.java60 final String expectedValue) { in checkValue()
/cts/hostsidetests/services/activityandwindowmanager/windowmanager/dndtargetapp/src/android/wm/cts/dndtargetapp/
DDropTarget.java240 protected String checkQueryResult(Uri uri, String expectedValue) { in checkQueryResult()
/cts/hostsidetests/dumpsys/src/android/dumpsys/cts/
DProcessStatsDumpsysTest.java364 long expectedValue) { in assertTagValueSumAbout()
/cts/tests/tests/transition/src/android/transition/cts/
DChangeImageTransformTest.java225 final float expectedValue = expectedValues[i]; in verifyMatrixMatches() local
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2SurfaceViewTestCase.java327 T expectedValue, int numResultsWait) { in waitForResultValue()
/cts/tests/libcore/javautilcollections/libs/
Dguava-testlib-20.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...