Home
last modified time | relevance | path

Searched refs:equal (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/appop/src/android/app/appops/cts/
DAppOpsTest.kt517 if (Objects.equal(op, OPSTR_RESERVED_FOR_TESTING) in testWatchingMode_receivesCallback()
518 && Objects.equal(packageName, mOpPackageName)) { in testWatchingMode_receivesCallback()
568 if (Objects.equal(op, OPSTR_RESERVED_FOR_TESTING) in testWatchingMode_receivesDeviceAttributedCallback()
569 && Objects.equal(packageName, mOpPackageName) in testWatchingMode_receivesDeviceAttributedCallback()
570 && Objects.equal(persistentDeviceId, in testWatchingMode_receivesDeviceAttributedCallback()
620 if (Objects.equal(op, OPSTR_RESERVED_FOR_TESTING) in startWatchingNoted_withoutExecutor_whenOpNoted_receivesCallback()
621 && uid == mMyUid && Objects.equal(packageName, mOpPackageName) in startWatchingNoted_withoutExecutor_whenOpNoted_receivesCallback()
681 if (Objects.equal(op, OPSTR_RESERVED_FOR_TESTING) in startWatchingNoted_withExecutor_whenOpNoted_receivesCallback()
682 && uid == mMyUid && Objects.equal(packageName, mOpPackageName) in startWatchingNoted_withExecutor_whenOpNoted_receivesCallback()
683 && Objects.equal(attributionTag, TEST_ATTRIBUTION) in startWatchingNoted_withExecutor_whenOpNoted_receivesCallback()
[all …]
/cts/tests/app/BroadcastsTest/src/android/app/cts/broadcasts/
DBaseBroadcastTest.java270 if (!Objects.equal(Array.get(actualValue, i), Array.get(expectedValue, i))) { in compareExtras()
281 if (!Objects.equal(actualList.get(i), expectedList.get(i))) { in compareExtras()
286 if (!Objects.equal(actualValue, expectedValue)) { in compareExtras()
/cts/hostsidetests/jdwptunnel/sampleapps/ddmsapp/
DAndroid.bp53 "-Wfloat-equal",
/cts/hostsidetests/jvmti/base/jni/
DAndroid.bp61 "-Wfloat-equal",
/cts/hostsidetests/jvmti/attaching/
DAndroid.bp66 "-Wfloat-equal",
/cts/tests/mediapc/common/
DREADME.md98 requirement measurement is greater than or equal to to 100, the device
101 requirement measurement is greater than or equal to to 125, the device
/cts/tests/app/shared/src/android/app/stubs/shared/
DNotificationHelper.java164 if (sbn.getId() == id && Objects.equal(sbn.getTag(), tag)) { in findNotificationNoWait()
/cts/common/device-side/bedstead/modules/multiuser/src/main/kotlin/com/android/bedstead/multiuser/
DUsersComponent.kt74 Objects.equal(mOriginalSwitchedUser, userReference) in <lambda>()
/cts/tests/mediaprovider/src/android/provider/cts/media/
DMediaStorePendingTest.java216 assertFalse(Objects.equal(rawFile1, rawFile2)); in testDuplicates()
/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_AImageDecoderTest.cpp504 bool equal = bitmapsEqual(minStride, height, pixelsA, strideA, jPixels, jInfo.stride); in bitmapsEqual() local
509 return equal; in bitmapsEqual()