/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
D | ExifInterfaceTest.java | 240 private void assertIntTag(ExifInterface exifInterface, String tag, int expectedValue) { in assertIntTag() 245 private void assertDoubleTag(ExifInterface exifInterface, String tag, float expectedValue) { in assertDoubleTag() 250 private void assertStringTag(ExifInterface exifInterface, String tag, String expectedValue) { in assertStringTag() 261 ExpectedValue expectedValue, String verboseTag) { in compareWithExpectedValue() 315 private void testExifInterfaceCommon(File imageFile, ExpectedValue expectedValue) in testExifInterfaceCommon() 356 private void testSaveAttributes_withFileName(File imageFile, ExpectedValue expectedValue) in testSaveAttributes_withFileName() 378 private void testSaveAttributes_withFileDescriptor(File imageFile, ExpectedValue expectedValue) in testSaveAttributes_withFileDescriptor() 411 private void testSaveAttributes_withInputStream(File imageFile, ExpectedValue expectedValue) in testSaveAttributes_withInputStream() 430 ExpectedValue expectedValue = new ExpectedValue( in testExifInterfaceForJpeg() local 445 ExpectedValue expectedValue = new ExpectedValue( in testExifInterfaceForRaw() local
|
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/ |
D | NoIdTest.java | 71 String expectedValue = view.getResources().getString(R.string.app_name); in testResourceTag() local 79 String expectedValue = view.getResources().getString(android.R.string.ok); in testAndroidResourceTag() local
|
D | NoVariablesTest.java | 31 String expectedValue = getActivity().getResources().getString(R.string.app_name); in testAssign() local
|
D | NoVariableIncludeTest.java | 33 String expectedValue = getActivity().getResources().getString(R.string.app_name); in testInclude() local
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | ByteBufferReaderTest.java | 145 String expectedValue = "Hello World"; in readString() local 160 String expectedValue = "Hello World"; in readStringWithByteLength() local
|
/frameworks/support/navigation/runtime/src/androidTest/java/androidx/navigation/ |
D | NavInflaterTest.java | 84 int expectedValue = context.getResources().getDimensionPixelSize(R.dimen.test_dimen_arg); in testDefaultArgumentsDimen() local 100 int expectedValue = ContextCompat.getColor(context, R.color.test_reference_arg); in testDefaultArgumentsReference() local
|
/frameworks/support/exifinterface/src/androidTest/java/androidx/exifinterface/media/ |
D | ExifInterfaceTest.java | 695 private void assertIntTag(ExifInterface exifInterface, String tag, int expectedValue) { in assertIntTag() 700 private void assertFloatTag(ExifInterface exifInterface, String tag, float expectedValue) { in assertFloatTag() 705 private void assertStringTag(ExifInterface exifInterface, String tag, String expectedValue) { in assertStringTag() 716 ExpectedValue expectedValue, String verboseTag) { in compareWithExpectedValue() 772 private void testExifInterfaceCommon(String fileName, ExpectedValue expectedValue) in testExifInterfaceCommon() 793 private void testSaveAttributes_withFileName(String fileName, ExpectedValue expectedValue) in testSaveAttributes_withFileName() 818 ExpectedValue expectedValue = new ExpectedValue( in testExifInterfaceForJpeg() local 830 ExpectedValue expectedValue = new ExpectedValue( in testExifInterfaceForRaw() local
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/ |
D | MetricsUtilsTest.java | 185 MetricsUtils.LogHistParms hp, int expectedKey, int expectedValue) { in bucketValueAndVerify() 191 int expectedKey, int expectedValue) { in bucketValueAndVerify()
|
/frameworks/base/packages/ExtServices/tests/src/android/ext/services/autofill/ |
D | EditDistanceScorerTest.java | 110 public static void assertFloat(float actualValue, float expectedValue) { in assertFloat()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
D | Preconditions.java | 65 String expectedName, T expectedValue) { in checkEquals()
|
D | CameraErrorCollector.java | 587 int expectedValue, float errorPercent) { in expectSimilarValues()
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/solver/ |
D | ExecutionPath.java | 64 public ExecutionPath addBranch(Expr pred, boolean expectedValue) { in addBranch()
|
/frameworks/support/viewpager2/src/androidTest/java/androidx/viewpager2/widget/ |
D | SwipeTest.java | 125 private void assertStateCorrect(int expectedValue, BaseActivity activity) { in assertStateCorrect()
|
/frameworks/rs/driver/runtime/ |
D | rs_core.c | 44 … __attribute__((overloadable)) rsAtomicCas(volatile int32_t *ptr, int32_t expectedValue, int32_t n… in rsAtomicCas() 48 …_attribute__((overloadable)) rsAtomicCas(volatile uint32_t *ptr, uint32_t expectedValue, uint32_t … in rsAtomicCas()
|
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
D | BstatsCpuTimesValidationTest.java | 601 final String expectedValue = Boolean.toString(enabled); in assertTrackPerProcStateCpuTimesSetting() local 638 private void assertApproximateValue(String errorPrefix, long expectedValue, long actualValue) { in assertApproximateValue()
|
/frameworks/support/transition/src/androidTest/java/androidx/transition/ |
D | ChangeImageTransformTest.java | 214 final float expectedValue = expectedValues[i]; in verifyMatrixMatches() local
|
/frameworks/base/core/java/android/content/ |
D | ContentProviderOperation.java | 332 final String expectedValue = values.getAsString(projection[i]); in apply() local
|
/frameworks/base/libs/androidfw/tests/ |
D | ResTable_test.cpp | 272 void testU16StringToInt(const char16_t* str, uint32_t expectedValue, in testU16StringToInt()
|
/frameworks/support/work/workmanager/src/androidTest/java/androidx/work/impl/ |
D | WorkerWrapperTest.java | 595 String expectedValue = "VALUE"; in testFromWorkSpec_hasCorrectArguments() local
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/ |
D | Camera2SurfaceViewTestCase.java | 348 T expectedValue, int numResultsWait) { in waitForResultValue()
|
/frameworks/support/compat/src/androidTest/java/androidx/core/text/util/ |
D | LinkifyCompatTest.java | 255 private boolean containsUrl(URLSpan[] spans, String expectedValue) { in containsUrl()
|
/frameworks/base/packages/Shell/tests/src/com/android/shell/ |
D | BugreportReceiverTest.java | 910 private void assertPropertyValue(String key, String expectedValue) { in assertPropertyValue()
|