Home
last modified time | relevance | path

Searched refs:strictEquals (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/
H A DProgramSelectorTest.java393 .that(selector1.strictEquals(selector2)).isFalse(); in strictEquals_withDifferentPrimaryIds_returnsFalse()
407 .that(selector1.strictEquals(selector2)).isFalse(); in strictEquals_withDifferentSecondaryIds_returnsFalse()
421 .that(selector1.strictEquals(selector2)).isTrue(); in strictEquals_withDifferentSecondaryIdsOrders_returnsTrue()
/aosp14/frameworks/base/core/java/android/hardware/radio/
H A DProgramSelector.java575 public boolean strictEquals(@Nullable Object obj) { in strictEquals() method in ProgramSelector
H A DRadioManager.java1719 if (!mSelector.strictEquals(other.mSelector)) return false; in equals()