/cts/tests/tests/provider/src/android/provider/cts/ |
D | SettingsTest.java | 249 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
|
D | MediaStore_FilesTest.java | 338 private void assertStringColumn(Uri fileUri, String columnName, String expectedValue) { in assertStringColumn()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | ExifInterfaceTest.java | 255 private void assertIntTag(ExifInterface exifInterface, String tag, int expectedValue) { in assertIntTag() 260 private void assertFloatTag(ExifInterface exifInterface, String tag, float expectedValue) { in assertFloatTag() 265 private void assertStringTag(ExifInterface exifInterface, String tag, String expectedValue) { in assertStringTag() 276 ExpectedValue expectedValue, String verboseTag, boolean assertRanges) { in compareWithExpectedValue() 383 private void testExifInterfaceCommon(String fileName, ExpectedValue expectedValue) in testExifInterfaceCommon() 420 private void testExifInterfaceRange(String fileName, ExpectedValue expectedValue) in testExifInterfaceRange() 473 private void testSaveAttributes_withFileName(String fileName, ExpectedValue expectedValue) in testSaveAttributes_withFileName() 506 private void testSaveAttributes_withFileDescriptor(String fileName, ExpectedValue expectedValue) in testSaveAttributes_withFileDescriptor() 553 ExpectedValue expectedValue = new ExpectedValue( in testExifInterfaceForJpeg() local 570 ExpectedValue expectedValue = new ExpectedValue( in testExifInterfaceForRaw() local [all …]
|
/cts/tests/autofillservice/src/android/autofillservice/cts/augmented/ |
D | AugmentedHelper.java | 114 public static void assertAutofillValue(@NonNull AutofillValue expectedValue, in assertAutofillValue() 122 public static void assertAutofillValue(@NonNull String expectedValue, in assertAutofillValue()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | DateValueSanitizerTest.java | 77 final AutofillValue expectedValue = AutofillValue.forDate(expectedDate); in testSanitize_ok() local
|
D | AuthenticationTest.java | 735 final String expectedValue = where == ClientStateLocation.FILL_RESPONSE_ONLY in fillDatasetAuthWithClientState() local 1115 final String expectedValue = where == ClientStateLocation.FILL_RESPONSE_ONLY in fillResponseAuthWithClientState() local 1122 String expectedValue) { in assertClientState()
|
D | Helper.java | 505 public static void assertTextOnly(ViewNode node, String expectedValue) { in assertTextOnly() 514 String expectedValue) { in assertTextOnly() 523 public static void assertTextAndValue(ViewNode node, String expectedValue) { in assertTextAndValue() 532 String expectedValue) { in assertTextAndValue() 542 String expectedValue) { in assertValue() 552 String expectedValue, boolean isAutofillable, String expectedTextIdEntry) { in assertTextFromResouces() 559 private static void assertText(ViewNode node, String expectedValue, boolean isAutofillable) { in assertText() 994 public static void assertHasAttribute(HtmlInfo info, String attribute, String expectedValue) { in assertHasAttribute() 1232 public static void assertFloat(float actualValue, float expectedValue) { in assertFloat()
|
D | VirtualContainerActivityTest.java | 789 protected void assertLabel(ViewNode node, String expectedValue) { in assertLabel()
|
D | VirtualContainerView.java | 516 OneTimeLineWatcher(CharSequence expectedValue) { in OneTimeLineWatcher()
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilitySoftKeyboardModesTest.java | 130 private void waitForCallbackValueWithLock(int expectedValue) throws Exception { in waitForCallbackValueWithLock()
|
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/ |
D | Preconditions.java | 61 String expectedName, T expectedValue) { in checkEquals()
|
/cts/common/device-side/util/tests/src/com/android/compatibility/common/util/ |
D | TimeoutTest.java | 143 public static void assertFloat(float actualValue, float expectedValue) { in assertFloat()
|
/cts/common/device-side/util-axt/tests/src/com/android/compatibility/common/util/ |
D | TimeoutTest.java | 143 public static void assertFloat(float actualValue, float expectedValue) { in assertFloat()
|
/cts/tests/tests/telephonyprovider/src/android/telephonyprovider/cts/ |
D | SmsTestHelper.java | 62 public void assertSmsColumnEquals(String columnName, Uri uri, String expectedValue) { in assertSmsColumnEquals()
|
/cts/tests/tests/provider/src/android/provider/cts/contacts/ |
D | ContactsContract_DataUsageTest.java | 134 private void assertDataUsageEquals(long dataId, int expectedValue) { in assertDataUsageEquals()
|
D | DatabaseAsserts.java | 247 Object expectedValue = expectedValues.get(column); in equalsWithExpectedValues() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | StepCounterTestActivity.java | 306 final float expectedValue = 1.0f; in verifyStepDetectorMeasurements() local
|
/cts/tests/tests/netsecpolicy/src/android/security/ |
D | NetworkSecurityPolicyTestBase.java | 60 int expectedValue = (mCleartextTrafficExpectedToBePermitted) in testApplicationInfoFlag() local
|
/cts/tests/framework/base/windowmanager/dndtargetapp/src/android/server/wm/dndtargetapp/ |
D | DropTarget.java | 241 protected String checkQueryResult(Uri uri, String expectedValue) { in checkQueryResult()
|
/cts/hostsidetests/dumpsys/src/android/dumpsys/cts/ |
D | ProcessStatsDumpsysTest.java | 367 long expectedValue) { in assertTagValueSumAbout()
|
/cts/tests/tests/content/src/android/content/res/cts/ |
D | ConfigTest.java | 79 final String expectedValue) { in checkValue()
|
D | ResourcesTest.java | 152 final String expectedValue) { in checkGetText1() 163 final String expectedValue) { in checkGetText2()
|
/cts/tests/accessibility/src/android/view/accessibility/cts/ |
D | AccessibilityManagerTest.java | 484 boolean expectedValue, Object waitObject, String message) in assertAtomicBooleanBecomes()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | LayoutInflaterTest.java | 401 final CharSequence expectedValue = targetContext.getString(valueResId); in checkViewTag() local
|
/cts/tests/tests/transition/src/android/transition/cts/ |
D | ChangeImageTransformTest.java | 258 final float expectedValue = expectedValues[i]; in verifyMatrixMatches() local
|