/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
H A 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
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hardware/power/ |
H A D | PowerComponentUtilUnitTest.java | 79 int expectedValue = mComponentFields[i].getInt(null); in testToPowerComponent() local 86 int expectedValue = mComponentFields[i].getInt(null); in testToPowerComponent() local
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | ByteBufferReaderTest.java | 145 String expectedValue = "Hello World"; in readString() local 160 String expectedValue = "Hello World"; in readStringWithByteLength() local
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/ |
H A D | MetricsUtilsTest.java | 190 MetricsUtils.LogHistParms hp, int expectedKey, int expectedValue) { in bucketValueAndVerify() 196 int expectedKey, int expectedValue) { in bucketValueAndVerify()
|
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
H A D | MoreKeySpecTests.java | 304 final String[] moreKeys, final String[] expected, final boolean expectedValue) { in assertGetBooleanValue() 344 final int expectedValue) { in assertGetIntValue()
|
/aosp12/packages/modules/ExtServices/java/tests/src/android/ext/services/autofill/ |
H A D | CreditCardMatcherTest.java | 94 public static void assertFloat(float actualValue, float expectedValue) { in assertFloat()
|
H A D | EditDistanceScorerTest.java | 82 public static void assertFloat(float actualValue, float expectedValue) { in assertFloat()
|
H A D | ExactMatchTest.java | 96 public static void assertFloat(float actualValue, float expectedValue) { in assertFloat()
|
/aosp12/system/apex/tests/src/com/android/tests/apex/ |
H A D | TimezoneDataHostTest.java | 86 List<DebugEntryProto> entries, String entryKey, String expectedValue) { in assertEntryValue()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/privacy/ |
H A D | EnableContentCapturePreferenceControllerTest.java | 98 private void assertProperty(int expectedValue) throws SettingNotFoundException { in assertProperty()
|
H A D | ShowClipAccessNotificationPreferenceControllerTest.java | 136 private void assertProperty(int expectedValue) throws SettingNotFoundException { in assertProperty()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/util/ |
H A D | SparseDoubleArrayTest.java | 102 final double expectedValue = map.get(expectedKey); in testKeyValueAt() local
|
/aosp12/frameworks/base/core/tests/overlaytests/remount/src/com/android/overlaytest/remounted/ |
H A D | OverlayRemountedTestBase.java | 54 void assertResource(String resourceName, String expectedValue) in assertResource()
|
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
H A D | Preconditions.java | 65 String expectedName, T expectedValue) { in checkEquals()
|
/aosp12/packages/apps/TV/tests/func/src/com/android/tv/tests/ui/ |
H A D | ParentalControlsTest.java | 103 int minAge, int maxAge, int selectedAge, boolean expectedValue) { in assertRatingViewIsChecked()
|
/aosp12/system/chre/util/tests/ |
H A D | memory_pool_test.cc | 63 size_t expectedValue; member
|
/aosp12/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/ |
H A D | SettingsHelper.java | 107 @Nullable String expectedValue) { in assertNewValue()
|
/aosp12/frameworks/base/core/tests/overlaytests/device/src/com/android/overlaytest/ |
H A D | FabricatedOverlaysTest.java | 259 void waitForResourceValue(final int expectedValue) throws TimeoutException { in waitForResourceValue()
|
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/enterprise/ |
H A D | BasePreferenceControllerTestCase.java | 68 protected static final void assertAvailability(int actualValue, int expectedValue) { in assertAvailability()
|
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/units/ |
H A D | UnitsBasePreferenceControllerTest.java | 138 String expectedValue = Integer.toString(DEFAULT_UNIT.getId()); in onCarServiceConnected_setsUnitBeingUsedAsPreferenceValue() local
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/ |
H A D | SilentModeHandlerUnitTest.java | 217 String expectedValue = expectedMode ? VALUE_SILENT_MODE : VALUE_NON_SILENT_MODE; in assertSilentMode() local
|
/aosp12/hardware/interfaces/audio/common/all-versions/test/utility/include/utility/ |
H A D | AssertOk.h | 129 static void expectValueOrFailure(Result res, Value expectedValue, Value actualValue, in expectValueOrFailure()
|
/aosp12/frameworks/rs/driver/runtime/ |
H A 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()
|
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/ |
H A D | CarVendorExtensionManagerTest.java | 235 final Long expectedValue = 100L; in testLongProperty() local
|
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
H A D | BaseContactsProvider2Test.java | 783 Object expectedValue = expectedArguments[i + 1]; in assertDataRow() local 895 protected void assertStoredValue(Uri contentUri, long id, String column, Object expectedValue) { in assertStoredValue() 896 assertStoredValue(ContentUris.withAppendedId(contentUri, id), column, expectedValue); in assertStoredValue() local 899 protected void assertStoredValue(Uri rowUri, String column, Object expectedValue) { in assertStoredValue() 909 String column, Object expectedValue) { in assertStoredValue() 1114 protected void assertCursorValue(Cursor cursor, String column, Object expectedValue) { in assertCursorValue() 1190 String expectedValue = expectedValues.getAsString(column); in expectedValuePartiallyMatches() local 1209 Object expectedValue = expectedValues.get(column); in equalsWithExpectedValues() local
|