Searched refs:oth (Results 1 – 3 of 3) sorted by relevance
107 final BluetoothLeAudioCodecConfigMetadata oth = (BluetoothLeAudioCodecConfigMetadata) o; in equals() local108 return mAudioLocation == oth.getAudioLocation() in equals()109 && mSampleRate == oth.getSampleRate() in equals()110 && mFrameDuration == oth.getFrameDuration() in equals()111 && mOctetsPerFrame == oth.getOctetsPerFrame() in equals()112 && Arrays.equals(mRawMetadata, oth.getRawMetadata()); in equals()