Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/
DSdpDipRecordTest.java57 assertThat(record.getPrimaryRecord()).isEqualTo(primaryRecord); in createSdpDipRecord()
90 assertThat(recordOut.getPrimaryRecord()).isEqualTo(originalRecord.getPrimaryRecord()); in writeToParcel()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DSdpDipRecord.java75 public boolean getPrimaryRecord() { in getPrimaryRecord() method in SdpDipRecord
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/sdp/
DDipTest.java119 assertThat(primaryRecord).isEqualTo(record.getPrimaryRecord()); in verifyDipSdpRecordIntent()