Home
last modified time | relevance | path

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

/cts/tests/tests/media/audio/src/android/media/audio/cts/
DVolumeShaperTest.java257 VolumeShaper.Configuration notEqual, VolumeShaper.Configuration actual) { in checkNotEqual() argument
259 !actual.equals(notEqual)); in checkNotEqual()
261 actual.hashCode() != notEqual.hashCode()); in checkNotEqual()
263 !actual.toString().equals(notEqual.toString())); in checkNotEqual()