Home
last modified time | relevance | path

Searched refs:valueOf (Results 1 – 25 of 335) sorted by relevance

12345678910>>...14

/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/intent/
DIntentRedirectionTest.java94 installPackage(CLONE_PROFILE_APP, "--user " + Integer.valueOf(sCloneUserId)); in testActionViewRedirectionInBothProfiles()
95 installPackage(OWNER_PROFILE_APP, "--user " + Integer.valueOf(OWNER_USER_ID)); in testActionViewRedirectionInBothProfiles()
118 installPackage(CLONE_PROFILE_APP, "--user " + Integer.valueOf(sCloneUserId)); in testActionViewRedirectionInBothProfilesFlagOff()
119 installPackage(OWNER_PROFILE_APP, "--user " + Integer.valueOf(OWNER_USER_ID)); in testActionViewRedirectionInBothProfilesFlagOff()
147 installPackage(CLONE_PROFILE_APP, "--user " + Integer.valueOf(sCloneUserId)); in testActionSendRedirectionInBothProfiles()
148 installPackage(OWNER_PROFILE_APP, "--user " + Integer.valueOf(OWNER_USER_ID)); in testActionSendRedirectionInBothProfiles()
171 installPackage(CLONE_PROFILE_APP, "--user " + Integer.valueOf(sCloneUserId)); in testActionSendToRedirectionInBothProfiles()
172 installPackage(OWNER_PROFILE_APP, "--user " + Integer.valueOf(OWNER_USER_ID)); in testActionSendToRedirectionInBothProfiles()
194 installPackage(CLONE_PROFILE_APP, "--user " + Integer.valueOf(sCloneUserId)); in testActionSendMultipleRedirectionInBothProfiles()
195 installPackage(OWNER_PROFILE_APP, "--user " + Integer.valueOf(OWNER_USER_ID)); in testActionSendMultipleRedirectionInBothProfiles()
[all …]
/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/
DWallpaperColorsTest.java43 colorList.add(Color.valueOf(Color.WHITE)); in getWallpaperColorsTest()
44 colorList.add(Color.valueOf(Color.BLACK)); in getWallpaperColorsTest()
45 colorList.add(Color.valueOf(Color.GREEN)); in getWallpaperColorsTest()
56 WallpaperColors colors1 = new WallpaperColors(Color.valueOf(Color.BLACK), null, null); in equalsTest()
57 WallpaperColors colors2 = new WallpaperColors(Color.valueOf(Color.WHITE), null, null); in equalsTest()
63 WallpaperColors colors3 = new WallpaperColors(Color.valueOf(Color.BLACK), null, null); in equalsTest()
69 WallpaperColors wallpaperColors = new WallpaperColors(Color.valueOf(Color.WHITE), in parcelTest()
70 Color.valueOf(Color.BLACK), Color.valueOf(Color.GREEN)); in parcelTest()
114 WallpaperColors wallpaperColors = new WallpaperColors(Color.valueOf(Color.WHITE), in wallpaperColorsHints_default()
115 Color.valueOf(Color.BLACK), Color.valueOf(Color.GREEN)); in wallpaperColorsHints_default()
[all …]
/cts/tests/location/common/src/android/location/cts/common/
DTestMeasurementUtil.java160 String.valueOf(timeInNs), in assertGnssClockFields()
171 String.valueOf(gpsTimeInNs), in assertGnssClockFields()
210 String.valueOf(fullBiasNanosList.get(i) - fullBiasNanos), in assertGnssClockHasConsistentFullBiasNanos()
237 String.valueOf(state), in assertAllGnssMeasurementMandatoryFields()
245 String.valueOf(measurement.getReceivedSvTimeUncertaintyNanos()), in assertAllGnssMeasurementMandatoryFields()
253 String.valueOf(measurement.getTimeOffsetNanos()), in assertAllGnssMeasurementMandatoryFields()
259 String.valueOf(measurement.getCn0DbHz()), in assertAllGnssMeasurementMandatoryFields()
267 String.valueOf( in assertAllGnssMeasurementMandatoryFields()
280 String.valueOf(measurement.getCarrierPhase()), in assertAllGnssMeasurementMandatoryFields()
290 String.valueOf(measurement.getCarrierPhaseUncertainty()), in assertAllGnssMeasurementMandatoryFields()
[all …]
/cts/tests/tests/util/src/android/util/cts/
DHalfTest.java320 assertNotEquals(Half.valueOf(0.0f), Float.valueOf(0.0f)); in equals()
321 assertEquals(Half.valueOf(NaN), Half.valueOf((short) 0x7c01)); // NaN, NaN in equals()
322 assertEquals(Half.valueOf(NaN), Half.valueOf((short) 0xfc98)); // NaN, NaN in equals()
324 assertEquals(Half.valueOf(POSITIVE_INFINITY), Half.valueOf(POSITIVE_INFINITY)); in equals()
325 assertEquals(Half.valueOf(NEGATIVE_INFINITY), Half.valueOf(NEGATIVE_INFINITY)); in equals()
326 assertEquals(Half.valueOf(POSITIVE_ZERO), Half.valueOf(POSITIVE_ZERO)); in equals()
327 assertEquals(Half.valueOf(NEGATIVE_ZERO), Half.valueOf(NEGATIVE_ZERO)); in equals()
328 assertNotEquals(Half.valueOf(POSITIVE_ZERO), Half.valueOf(NEGATIVE_ZERO)); in equals()
329 assertNotEquals(Half.valueOf(NaN), Half.valueOf(12.4f)); in equals()
330 assertNotEquals(Half.valueOf(12.4f), Half.valueOf(NaN)); in equals()
[all …]
/cts/tests/tests/graphics/src/android/graphics/cts/
DMatrix_ScaleToFitTest.java43 assertEquals(ScaleToFit.FILL,ScaleToFit.valueOf("FILL")); in testValueOf()
44 assertEquals(ScaleToFit.START,ScaleToFit.valueOf("START")); in testValueOf()
45 assertEquals(ScaleToFit.CENTER,ScaleToFit.valueOf("CENTER")); in testValueOf()
46 assertEquals(ScaleToFit.END,ScaleToFit.valueOf("END") ); in testValueOf()
51 assertEquals(ScaleToFit.FILL, ScaleToFit.valueOf(ScaleToFit.class, "FILL")); in testValueOf2()
52 assertEquals(ScaleToFit.START, ScaleToFit.valueOf(ScaleToFit.class, "START")); in testValueOf2()
53 assertEquals(ScaleToFit.CENTER, ScaleToFit.valueOf(ScaleToFit.class, "CENTER")); in testValueOf2()
54 assertEquals(ScaleToFit.END, ScaleToFit.valueOf(ScaleToFit.class, "END")); in testValueOf2()
DColor_ColorLongTest.java27 import static android.graphics.Color.valueOf;
107 assertTrue(Color.valueOf(0.5f, 0.7f, 1.0f).isSrgb()); in testIsSrgb()
108 assertFalse(Color.valueOf(0.5f, 0.7f, 1.0f, 1.0f, p3).isSrgb()); in testIsSrgb()
118 assertFalse(Color.valueOf(0.5f, 0.7f, 1.0f).isWideGamut()); in testIsWideGamut()
119 assertTrue(Color.valueOf(0.5f, 0.7f, 1.0f, 1.0f, p3).isWideGamut()); in testIsWideGamut()
134 Color color1 = valueOf(0x7fff00ff); in testValueOf()
141 Color color2 = valueOf(0.5f, 0.7f, 1.0f); in testValueOf()
148 Color color3 = valueOf(0.5f, 0.5f, 1.0f, 0.25f); in testValueOf()
155 Color color4 = valueOf(0.5f, 0.5f, 1.0f, 0.25f, p3); in testValueOf()
163 Color color5 = valueOf(pack(0.5f, 0.5f, 1.0f, 0.25f, p3)); in testValueOf()
[all …]
DRegion_OpTest.java34 assertEquals(Op.DIFFERENCE, Op.valueOf("DIFFERENCE")); in testValueOf()
35 assertEquals(Op.INTERSECT, Op.valueOf("INTERSECT")); in testValueOf()
36 assertEquals(Op.UNION, Op.valueOf("UNION")); in testValueOf()
37 assertEquals(Op.XOR, Op.valueOf("XOR")); in testValueOf()
38 assertEquals(Op.REVERSE_DIFFERENCE, Op.valueOf("REVERSE_DIFFERENCE")); in testValueOf()
39 assertEquals(Op.REPLACE, Op.valueOf("REPLACE")); in testValueOf()
DBitmap_ConfigTest.java36 assertEquals(Config.ALPHA_8, Config.valueOf("ALPHA_8")); in testValueOf()
37 assertEquals(Config.RGB_565, Config.valueOf("RGB_565")); in testValueOf()
38 assertEquals(Config.ARGB_4444, Config.valueOf("ARGB_4444")); in testValueOf()
39 assertEquals(Config.ARGB_8888, Config.valueOf("ARGB_8888")); in testValueOf()
40 assertEquals(Config.RGBA_F16, Config.valueOf("RGBA_F16")); in testValueOf()
41 assertEquals(Config.RGBA_1010102, Config.valueOf("RGBA_1010102")); in testValueOf()
DBitmap_CompressFormatTest.java38 assertEquals(CompressFormat.JPEG, CompressFormat.valueOf("JPEG")); in testValueOf()
39 assertEquals(CompressFormat.PNG, CompressFormat.valueOf("PNG")); in testValueOf()
40 assertEquals(CompressFormat.WEBP, CompressFormat.valueOf("WEBP")); in testValueOf()
41 assertEquals(CompressFormat.WEBP_LOSSY, CompressFormat.valueOf("WEBP_LOSSY")); in testValueOf()
42 assertEquals(CompressFormat.WEBP_LOSSLESS, CompressFormat.valueOf("WEBP_LOSSLESS")); in testValueOf()
DShader_TileModeTest.java34 assertEquals(TileMode.CLAMP, TileMode.valueOf("CLAMP")); in testValueOf()
35 assertEquals(TileMode.MIRROR, TileMode.valueOf("MIRROR")); in testValueOf()
36 assertEquals(TileMode.REPEAT, TileMode.valueOf("REPEAT")); in testValueOf()
37 assertEquals(TileMode.DECAL, TileMode.valueOf("DECAL")); in testValueOf()
DPath_FillTypeTest.java34 assertEquals(FillType.WINDING, FillType.valueOf("WINDING")); in testValueOf()
35 assertEquals(FillType.EVEN_ODD, FillType.valueOf("EVEN_ODD")); in testValueOf()
36 assertEquals(FillType.INVERSE_WINDING, FillType.valueOf("INVERSE_WINDING")); in testValueOf()
37 assertEquals(FillType.INVERSE_EVEN_ODD, FillType.valueOf("INVERSE_EVEN_ODD")); in testValueOf()
DBlurMaskFilter_BlurTest.java35 assertEquals(Blur.NORMAL, Blur.valueOf("NORMAL")); in testValueOf()
36 assertEquals(Blur.SOLID, Blur.valueOf("SOLID")); in testValueOf()
37 assertEquals(Blur.OUTER, Blur.valueOf("OUTER")); in testValueOf()
38 assertEquals(Blur.INNER, Blur.valueOf("INNER")); in testValueOf()
DInterpolator_ResultTest.java34 assertEquals(Result.FREEZE_START, Result.valueOf("FREEZE_START")); in testValueOf()
35 assertEquals(Result.FREEZE_END, Result.valueOf("FREEZE_END")); in testValueOf()
36 assertEquals(Result.NORMAL, Result.valueOf("NORMAL")); in testValueOf()
DPathDashPathEffect_StyleTest.java34 assertEquals(Style.TRANSLATE, Style.valueOf("TRANSLATE")); in testValueOf()
35 assertEquals(Style.ROTATE, Style.valueOf("ROTATE")); in testValueOf()
36 assertEquals(Style.MORPH, Style.valueOf("MORPH")); in testValueOf()
/cts/tests/tests/content/src/android/content/cts/
DIntentFilter_AuthorityEntryTest.java36 mAuthorityEntry = new AuthorityEntry(mHost, String.valueOf(mPort)); in setUp()
40 mAuthorityEntry = new AuthorityEntry(mHost, String.valueOf(mPort)); in testConstructor()
45 mAuthorityEntry = new AuthorityEntry(mWildHost, String.valueOf(mPort)); in testConstructor()
48 assertEquals(Integer.valueOf(mPort).intValue(), mAuthorityEntry.getPort()); in testConstructor()
52 assertEquals(Integer.valueOf(mPort).intValue(), mAuthorityEntry.getPort()); in testAuthorityEntryProperties()
62 mAuthorityEntry = new IntentFilter.AuthorityEntry(mWildHost, String.valueOf(-1)); in testMatch()
65 mAuthorityEntry = new IntentFilter.AuthorityEntry(mHost, String.valueOf(-1)); in testMatch()
69 mAuthorityEntry = new AuthorityEntry(mHost, String.valueOf(-1)); in testMatch()
73 mAuthorityEntry = new AuthorityEntry(mHost, String.valueOf(mPort)); in testMatch()
77 mAuthorityEntry = new AuthorityEntry(mHost, String.valueOf(-1)); in testMatch()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DRippleDrawableTest.java51 private static final ColorStateList DEFAULT_EFFECT_COLOR = ColorStateList.valueOf(0x8dffffff);
61 new RippleDrawable(ColorStateList.valueOf(Color.RED), null, null); in testConstructor()
67 new RippleDrawable(ColorStateList.valueOf(Color.RED), null, null); in testAccessRadius()
94 new RippleDrawable(ColorStateList.valueOf(Color.RED), null, null); in testEffectColor()
96 drawable.setEffectColor(ColorStateList.valueOf(Color.BLUE)); in testEffectColor()
97 assertEquals(ColorStateList.valueOf(Color.BLUE), drawable.getEffectColor()); in testEffectColor()
104 assertEquals(ColorStateList.valueOf(Color.YELLOW), drawable.getEffectColor()); in testEffectColorInflation()
113 ColorStateList.valueOf(Color.BLACK), null, null); in verifyPreloadDensityInner()
148 RippleDrawable dr = new RippleDrawable(ColorStateList.valueOf(Color.RED), null, null); in testSetColor()
151 dr.setColor(ColorStateList.valueOf(Color.BLACK)); in testSetColor()
[all …]
/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/contacts/
DContactsSharingTest.java107 String.valueOf(value)); in switchAppCloningBuildingBlocksFlag()
139 installPackage(LAUNCHABLE_CLONE_PROFILE_APP, "--user " + Integer.valueOf(sCloneUserId)); in testCloneContactsProviderInsert_rawContacts_noContactsInsertedInBothProviders()
141 + Integer.valueOf(sCloneUserId)); in testCloneContactsProviderInsert_rawContacts_noContactsInsertedInBothProviders()
171 installPackage(LAUNCHABLE_CLONE_PROFILE_APP, "--user " + Integer.valueOf(sCloneUserId)); in testCloneContactsProviderBulkInsert_rawContacts_noContactsInsertedInBothProviders()
173 + Integer.valueOf(sCloneUserId)); in testCloneContactsProviderBulkInsert_rawContacts_noContactsInsertedInBothProviders()
204 installPackage(LAUNCHABLE_CLONE_PROFILE_APP, "--user " + Integer.valueOf(sCloneUserId)); in testCloneContactsProviderApplyBatch_rawContacts_noContactsInsertedInBothProviders()
206 + Integer.valueOf(sCloneUserId)); in testCloneContactsProviderApplyBatch_rawContacts_noContactsInsertedInBothProviders()
233 installPackage(LAUNCHABLE_CLONE_PROFILE_APP, "--user " + Integer.valueOf(sCloneUserId)); in testCloneContactsProviderUpdates_rawContactsUpdate_doesNotUpdateActually()
257 installPackage(LAUNCHABLE_CLONE_PROFILE_APP, "--user " + Integer.valueOf(sCloneUserId)); in testCloneContactsProviderDeletes_rawContactsDelete_doesNotDeleteActually()
276 installPackage(LAUNCHABLE_CLONE_PROFILE_APP, "--user " + Integer.valueOf(sCloneUserId)); in testCloneAccountsContactsSync_syncsAreDisabled()
[all …]
/cts/tools/cts-api-coverage/src/com/android/cts/apimap/
DXmlWriter.java141 element.setAttribute("deprecated", String.valueOf(constructor.isDeprecated())); in createApiConstructorElement()
142 element.setAttribute("covered", String.valueOf(constructor.isCovered())); in createApiConstructorElement()
168 element.setAttribute("deprecated", String.valueOf(method.isDeprecated())); in createApiMethodElement()
169 element.setAttribute("static", String.valueOf(method.isStaticMethod())); in createApiMethodElement()
170 element.setAttribute("final", String.valueOf(method.isFinalMethod())); in createApiMethodElement()
172 element.setAttribute("abstract", String.valueOf(method.isAbstractMethod())); in createApiMethodElement()
173 element.setAttribute("covered", String.valueOf(method.isCovered())); in createApiMethodElement()
195 element.setAttribute("numCovered", String.valueOf(pkg.getNumCoveredMethods())); in createApiPackageElement()
196 element.setAttribute("numTotal", String.valueOf(pkg.getTotalMethods())); in createApiPackageElement()
197 element.setAttribute("coveragePercentage", String.valueOf( in createApiPackageElement()
[all …]
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DSamplerTest.java124 assertEquals(Value.NEAREST, Value.valueOf("NEAREST")); in testSamplerValue()
125 assertEquals(Value.LINEAR, Value.valueOf("LINEAR")); in testSamplerValue()
126 assertEquals(Value.LINEAR_MIP_LINEAR, Value.valueOf("LINEAR_MIP_LINEAR")); in testSamplerValue()
127 assertEquals(Value.LINEAR_MIP_NEAREST, Value.valueOf("LINEAR_MIP_NEAREST")); in testSamplerValue()
128 assertEquals(Value.WRAP, Value.valueOf("WRAP")); in testSamplerValue()
129 assertEquals(Value.CLAMP, Value.valueOf("CLAMP")); in testSamplerValue()
130 assertEquals(Value.MIRRORED_REPEAT, Value.valueOf("MIRRORED_REPEAT")); in testSamplerValue()
DElementTest.java436 assertEquals(DataType.FLOAT_16, DataType.valueOf("FLOAT_16")); in testDataType()
437 assertEquals(DataType.FLOAT_32, DataType.valueOf("FLOAT_32")); in testDataType()
438 assertEquals(DataType.FLOAT_64, DataType.valueOf("FLOAT_64")); in testDataType()
439 assertEquals(DataType.SIGNED_8, DataType.valueOf("SIGNED_8")); in testDataType()
440 assertEquals(DataType.SIGNED_16, DataType.valueOf("SIGNED_16")); in testDataType()
441 assertEquals(DataType.SIGNED_32, DataType.valueOf("SIGNED_32")); in testDataType()
442 assertEquals(DataType.SIGNED_64, DataType.valueOf("SIGNED_64")); in testDataType()
443 assertEquals(DataType.UNSIGNED_8, DataType.valueOf("UNSIGNED_8")); in testDataType()
444 assertEquals(DataType.UNSIGNED_16, DataType.valueOf("UNSIGNED_16")); in testDataType()
445 assertEquals(DataType.UNSIGNED_32, DataType.valueOf("UNSIGNED_32")); in testDataType()
[all …]
/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/media/
DAppCloningHostTest.java79 private static final String NONCE = String.valueOf(System.nanoTime());
186 String.valueOf(getCurrentUserId()), in testRemoveClonedProfileMediaProviderCleanup()
195 runContentProviderCommand("delete", String.valueOf(getCurrentUserId()), in testRemoveClonedProfileMediaProviderCleanup()
208 installPackage(APP_A, "--user " + Integer.valueOf(sCloneUserId)); in testPrivateAppDataDirectoryForCloneUser()
240 Integer.valueOf(sCloneUserId), cloneArgs); in testCrossUserMediaAccess()
255 Integer.valueOf(sCloneUserId), args); in testCrossUserMediaAccess()
285 assertThat(isPackageInstalled(APP_A_PACKAGE, String.valueOf(currentUserId))).isTrue(); in testDeletionOfPrimaryApp_deleteAppWithParentPropertyTrue_deletesCloneApp()
318 String.valueOf(currentUserId))).isTrue(); in testDeletionOfAppInNotParentProfile_notDeletesCloneApp()
403 clonedArgs.put(CONTENT_OWNER_KEY, String.valueOf(currentUserId)); in testMediaCreationWithContentOwnerSpecifiedAsParentUser()
406 Integer.valueOf(sCloneUserId), clonedArgs); in testMediaCreationWithContentOwnerSpecifiedAsParentUser()
[all …]
/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/
DCallLogProviderTest.java54 values.put(CallLog.Calls.DATE, Long.valueOf(0 /*start time*/)); in testNoSubqueries()
55 values.put(CallLog.Calls.DURATION, Long.valueOf(5 /*call duration*/)); in testNoSubqueries()
76 values.put(CallLog.Calls.DATE, Long.valueOf(0 /*start time*/)); in testUpdate()
77 values.put(CallLog.Calls.DURATION, Long.valueOf(5 /*call duration*/)); in testUpdate()
95 values.put(CallLog.Calls.DURATION, Long.valueOf(6 /*call duration*/)); in testUpdate()
126 values.put(CallLog.Calls.DATE, Long.valueOf(0 /*start time*/)); in testDelete()
127 values.put(CallLog.Calls.DURATION, Long.valueOf(5 /*call duration*/)); in testDelete()
/cts/tests/framework/base/biometrics/src/android/server/biometrics/
DBiometricPromptContentViewTest.java124 final String randomTitle = String.valueOf(random.nextInt(10000)); in testMoreOptionsButton_simpleBiometricAuth_nonConvenience()
125 final String randomSubtitle = String.valueOf(random.nextInt(10000)); in testMoreOptionsButton_simpleBiometricAuth_nonConvenience()
126 final String randomDescription = String.valueOf(random.nextInt(10000)); in testMoreOptionsButton_simpleBiometricAuth_nonConvenience()
127 final String randomNegativeButtonText = String.valueOf(random.nextInt(10000)); in testMoreOptionsButton_simpleBiometricAuth_nonConvenience()
131 String.valueOf(random.nextInt(10000)); in testMoreOptionsButton_simpleBiometricAuth_nonConvenience()
295 final String randomTitle = String.valueOf(random.nextInt(10000)); in testMoreOptionsButton_onlyCredential_clickButton()
296 final String randomSubtitle = String.valueOf(random.nextInt(10000)); in testMoreOptionsButton_onlyCredential_clickButton()
297 final String randomDescription = String.valueOf(random.nextInt(10000)); in testMoreOptionsButton_onlyCredential_clickButton()
299 String.valueOf(random.nextInt(10000)); in testMoreOptionsButton_onlyCredential_clickButton()
380 final String randomTitle = String.valueOf(random.nextInt(10000)); in testVerticalList_simpleBiometricAuth_nonConvenience()
[all …]
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DSettingsTest.java81 DEPRECATED_GLOBAL_SETTING, String.valueOf(newValue)); in setGlobalSetting_settingIsDeprecated_doesNotChangeSetting()
118 SUPPORTED_GLOBAL_SETTING, String.valueOf(newValue)); in setGlobalSetting_supported_changesValue()
137 SECURE_SETTING, String.valueOf(newValue)); in setSecureSetting_sets()
144 SECURE_SETTING, String.valueOf(originalValue)); in setSecureSetting_sets()
164 DEPRECATED_DEVICE_OWNER_ONLY_SECURE_SETTING, String.valueOf(newValue)); in setSecureSetting_deviceOwnerOnly_sets()
172 String.valueOf(originalValue)); in setSecureSetting_deviceOwnerOnly_sets()
187 DEPRECATED_DEVICE_OWNER_ONLY_SECURE_SETTING, String.valueOf(newValue))); in setSecureSetting_deviceOwnerOnly_isNotDeviceOwner_throwsSecurityException()
203 DEPRECATED_DEVICE_OWNER_ONLY_SECURE_SETTING, String.valueOf(newValue))); in setSecureSetting_deviceOwnerOnly_settingIsDeprecated_throwsException()
218 SECURE_SETTING, String.valueOf(newValue)); in setSecureSetting_doesNotApplyToUser_isNotSet()
225 SECURE_SETTING, String.valueOf(originalDpcValue)); in setSecureSetting_doesNotApplyToUser_isNotSet()
/cts/tests/tests/media/common/src/android/media/cts/
DCodecUtils.java179 Color left_top = Color.valueOf(bitmap.getPixel(10, 10)); in VerifyFrameRotationFromBitmap()
180 Color right_top = Color.valueOf(bitmap.getPixel(310, 10)); in VerifyFrameRotationFromBitmap()
181 Color left_bottom = Color.valueOf(bitmap.getPixel(10, 230)); in VerifyFrameRotationFromBitmap()
182 Color right_bottom = Color.valueOf(bitmap.getPixel(310, 230)); in VerifyFrameRotationFromBitmap()
198 Color left_top = Color.valueOf(bitmap.getPixel(10, 10)); in VerifyFrameRotationFromBitmap()
199 Color right_top = Color.valueOf(bitmap.getPixel(230, 10)); in VerifyFrameRotationFromBitmap()
200 Color left_bottom = Color.valueOf(bitmap.getPixel(10, 310)); in VerifyFrameRotationFromBitmap()
201 Color right_bottom = Color.valueOf(bitmap.getPixel(230, 310)); in VerifyFrameRotationFromBitmap()

12345678910>>...14