Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DSettingsTest.java218 final int expectedValue = i % 2; in testNoStaleValueModifiedFromSameProcess() local
220 Settings.System.VIBRATE_WHEN_RINGING, expectedValue); in testNoStaleValueModifiedFromSameProcess() local
236 final int expectedValue = i % 2; in testNoStaleValueModifiedFromOtherProcess() local
238 + Settings.System.VIBRATE_WHEN_RINGING + " " + expectedValue); in testNoStaleValueModifiedFromOtherProcess() local
254 final int expectedValue = i % 2; in testNoStaleValueModifiedFromMultipleProcesses() local
257 Settings.System.VIBRATE_WHEN_RINGING, expectedValue); in testNoStaleValueModifiedFromMultipleProcesses() local
261 Settings.System.VIBRATE_WHEN_RINGING, expectedValue); in testNoStaleValueModifiedFromMultipleProcesses() local
DContactsContract_DataUsageTest.java139 private void assertDataUsageEquals(long dataId, int expectedValue) { in assertDataUsageEquals()
DMediaStore_FilesTest.java507 private void assertStringColumn(Uri fileUri, String columnName, String expectedValue) { in assertStringColumn()
/cts/tests/tests/media/src/android/media/cts/
DExifInterfaceTest.java249 private void assertIntTag(ExifInterface exifInterface, String tag, int expectedValue) { in assertIntTag()
254 private void assertFloatTag(ExifInterface exifInterface, String tag, float expectedValue) { in assertFloatTag()
259 private void assertStringTag(ExifInterface exifInterface, String tag, String expectedValue) { in assertStringTag()
268 ExpectedValue expectedValue, String verboseTag) { in compareWithExpectedValue()
323 private void testExifInterfaceCommon(File imageFile, ExpectedValue expectedValue) in testExifInterfaceCommon()
365 private void testSaveAttributes_withFileName(File imageFile, ExpectedValue expectedValue) in testSaveAttributes_withFileName()
387 private void testSaveAttributes_withFileDescriptor(File imageFile, ExpectedValue expectedValue) in testSaveAttributes_withFileDescriptor()
420 private void testSaveAttributes_withInputStream(File imageFile, ExpectedValue expectedValue) in testSaveAttributes_withInputStream()
439 ExpectedValue expectedValue = new ExpectedValue( in testExifInterfaceForJpeg() local
454 ExpectedValue expectedValue = new ExpectedValue( in testExifInterfaceForRaw() local
/cts/tests/camera/src/android/hardware/camera2/cts/helpers/
DPreconditions.java61 String expectedName, T expectedValue) { in checkEquals()
DCameraErrorCollector.java575 int expectedValue, float errorPercent) { in expectSimilarValues()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilitySoftKeyboardModesTest.java185 private void waitForCallbackValueWithLock(int expectedValue) throws Exception { in waitForCallbackValueWithLock()
/cts/hostsidetests/services/windowmanager/dndtargetapp/src/android/wm/cts/dndtargetapp/
DDropTarget.java181 protected String checkQueryResult(Uri uri, String expectedValue) { in checkQueryResult()
/cts/tests/tests/content/src/android/content/res/cts/
DResourcesTest.java138 final String expectedValue) { in checkGetText1()
149 final String expectedValue) { in checkGetText2()
DConfigTest.java59 final String expectedValue) { in checkValue()
/cts/tests/tests/view/src/android/view/cts/
DLayoutInflaterTest.java404 final CharSequence expectedValue = targetContext.getString(valueResId); in checkViewTag() local
/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/provider/src/android/provider/cts/contacts/
DDatabaseAsserts.java247 Object expectedValue = expectedValues.get(column); in equalsWithExpectedValues() local
/cts/tests/tests/transition/src/android/transition/cts/
DChangeImageTransformTest.java204 final float expectedValue = expectedValues[i]; in assertMatrixMatches() local
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2SurfaceViewTestCase.java321 T expectedValue, int numResultsWait) { in waitForResultValue()