Searched refs:equal (Results 1 – 10 of 10) sorted by relevance
/cts/tests/tests/appop/src/android/app/appops/cts/ |
D | AppOpsTest.kt | 517 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/ |
D | BaseBroadcastTest.java | 270 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/ |
D | Android.bp | 53 "-Wfloat-equal",
|
/cts/hostsidetests/jvmti/base/jni/ |
D | Android.bp | 61 "-Wfloat-equal",
|
/cts/hostsidetests/jvmti/attaching/ |
D | Android.bp | 66 "-Wfloat-equal",
|
/cts/tests/mediapc/common/ |
D | README.md | 98 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/ |
D | NotificationHelper.java | 164 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/ |
D | UsersComponent.kt | 74 Objects.equal(mOriginalSwitchedUser, userReference) in <lambda>()
|
/cts/tests/mediaprovider/src/android/provider/cts/media/ |
D | MediaStorePendingTest.java | 216 assertFalse(Objects.equal(rawFile1, rawFile2)); in testDuplicates()
|
/cts/tests/tests/graphics/jni/ |
D | android_graphics_cts_AImageDecoderTest.cpp | 504 bool equal = bitmapsEqual(minStride, height, pixelsA, strideA, jPixels, jInfo.stride); in bitmapsEqual() local 509 return equal; in bitmapsEqual()
|