Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/bluetooth/
H A DSdpDipRecord.java76 public boolean getPrimaryRecord() { in getPrimaryRecord() method in SdpDipRecord
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/sdp/
H A DDipTest.java113 assertThat(primaryRecord).isEqualTo(record.getPrimaryRecord()); in verifyDipSdpRecordIntent()