Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/
DSdpDipRecordTest.java36 int specificationId = 1; in createSdpDipRecord() local
45 specificationId, in createSdpDipRecord()
52 assertThat(record.getSpecificationId()).isEqualTo(specificationId); in createSdpDipRecord()
62 int specificationId = 1; in writeToParcel() local
71 specificationId, in writeToParcel()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/sdp/
DDipTest.java96 int specificationId, in verifyDipSdpRecordIntent() argument
114 assertThat(specificationId).isEqualTo(record.getSpecificationId()); in verifyDipSdpRecordIntent()
128 int specificationId = 0x0103; in testDipCallbackSuccess() local
141 specificationId, in testDipCallbackSuccess()
158 specificationId, in testDipCallbackSuccess()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DSdpDipRecord.java31 int specificationId, in SdpDipRecord() argument
38 this.mSpecificationId = specificationId; in SdpDipRecord()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sdp/
DSdpManagerNativeInterface.java364 int specificationId, in sdpDipRecordFoundCallback() argument
375 specificationId, in sdpDipRecordFoundCallback()
DSdpManager.java391 int specificationId, in sdpDipRecordFoundCallback() argument
410 specificationId, in sdpDipRecordFoundCallback()