/cts/tests/tests/provider/src/android/provider/cts/settings/ |
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
|
/cts/tests/tests/media/src/android/media/cts/ |
D | ExifInterfaceTest.java | 265 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/ |
D | AugmentedHelper.java | 139 public static void assertAutofillValue(@NonNull AutofillValue expectedValue, in assertAutofillValue() 147 public static void assertAutofillValue(@NonNull String expectedValue, in assertAutofillValue()
|
D | Helper.java | 539 public static void assertTextOnly(ViewNode node, String expectedValue) { in assertTextOnly() 548 String expectedValue) { in assertTextOnly() 557 public static void assertTextAndValue(ViewNode node, String expectedValue) { in assertTextAndValue() 566 String expectedValue) { in assertTextAndValue() 576 String expectedValue) { in assertValue() 586 String expectedValue, boolean isAutofillable, String expectedTextIdEntry) { in assertTextFromResources() 594 String expectedValue, String expectedHintIdEntry) { in assertHintFromResources() 601 private static void assertText(ViewNode node, String expectedValue, boolean isAutofillable) { in assertText() 1053 public static void assertHasAttribute(HtmlInfo info, String attribute, String expectedValue) { in assertHasAttribute() 1314 public static void assertFloat(float actualValue, float expectedValue) { in assertFloat() [all …]
|
/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
D | ApplicationRestrictionsTest.java | 422 private void assertBooleanKey(Bundle bundle, String key, boolean expectedValue) { in assertBooleanKey() 429 private void assertIntKey(Bundle bundle, String key, int expectedValue) { in assertIntKey() 436 private void assertStringKey(Bundle bundle, String key, String expectedValue) { in assertStringKey() 443 private void assertStringsKey(Bundle bundle, String key, String[] expectedValue) { in assertStringsKey()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/unittests/ |
D | DateValueSanitizerTest.java | 77 final AutofillValue expectedValue = AutofillValue.forDate(expectedDate); in testSanitize_ok() local
|
/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-axt/tests/src/com/android/compatibility/common/util/ |
D | TimeoutTest.java | 143 public static void assertFloat(float actualValue, float expectedValue) { in assertFloat()
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilitySoftKeyboardTest.java | 164 private void waitForCallbackValueWithLock(int expectedValue) throws Exception { in waitForCallbackValueWithLock()
|
/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/contactsprovider/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/tests/tests/time/src/android/app/time/cts/ |
D | TimeManagerTest.java | 282 int expectedValue, AtomicInteger actualValue) throws Exception { in waitForListenerCallbackCount()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/ |
D | AuthenticationTest.java | 745 final String expectedValue = where == ClientStateLocation.FILL_RESPONSE_ONLY in fillDatasetAuthWithClientState() local 1130 final String expectedValue = where == ClientStateLocation.FILL_RESPONSE_ONLY in fillResponseAuthWithClientState() local
|
D | VirtualContainerActivityTest.java | 809 protected void assertLabel(ViewNode node, String expectedValue) { in assertLabel()
|
/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/hostsidetests/dumpsys/src/android/dumpsys/cts/ |
D | ProcessStatsDumpsysTest.java | 367 long expectedValue) { in assertTagValueSumAbout()
|
/cts/tests/accessibility/src/android/view/accessibility/cts/ |
D | AccessibilityManagerTest.java | 441 boolean expectedValue, Object waitObject, String message) in assertAtomicBooleanBecomes()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | RemoteViewsTest.java | 1423 int expectedValue = mContext.getResources().getDimensionPixelSize(R.dimen.popup_row_height); in testSetIntDimen_fromResources() local 1587 int expectedValue = mContext.getColor(R.color.testcolor1); in testSetColor() local 1713 ColorStateList expectedValue = mContext.getColorStateList(R.color.testcolorstatelist1); in testSetColorStateList_fromResources() local
|
/cts/tests/tests/content/src/android/content/res/cts/ |
D | ConfigTest.java | 79 final String expectedValue) { in checkValue()
|
D | ResourcesTest.java | 149 final String expectedValue) { in checkGetText1() 160 final String expectedValue) { in checkGetText2()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | MidiJavaTestActivity.java | 325 int expectedValue = mMatchStream.get(mReceiveStreamPos) & 0x000000FF; in matchStream() local
|
/cts/tests/tests/view/src/android/view/cts/ |
D | LayoutInflaterTest.java | 401 final CharSequence expectedValue = targetContext.getString(valueResId); in checkViewTag() local
|
/cts/tests/framework/base/windowmanager/dndtargetapp/src/android/server/wm/dndtargetapp/ |
D | DropTarget.java | 279 protected String checkQueryResult(Uri uri, String expectedValue) { in checkQueryResult()
|