Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/
DSdpDipRecordTest.java38 int vendorIdSource = 1; in createSdpDipRecord() local
47 vendorIdSource, in createSdpDipRecord()
54 assertThat(record.getVendorIdSource()).isEqualTo(vendorIdSource); in createSdpDipRecord()
64 int vendorIdSource = 1; in writeToParcel() local
73 vendorIdSource, in writeToParcel()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/sdp/
DDipTest.java98 int vendorIdSource, in verifyDipSdpRecordIntent() argument
116 assertThat(vendorIdSource).isEqualTo(record.getVendorIdSource()); in verifyDipSdpRecordIntent()
130 int vendorIdSource = 1; in testDipCallbackSuccess() local
143 vendorIdSource, in testDipCallbackSuccess()
160 vendorIdSource, in testDipCallbackSuccess()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DSdpDipRecord.java33 int vendorIdSource, in SdpDipRecord() argument
40 this.mVendorIdSource = vendorIdSource; in SdpDipRecord()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sdp/
DSdpManagerNativeInterface.java366 int vendorIdSource, in sdpDipRecordFoundCallback() argument
377 vendorIdSource, in sdpDipRecordFoundCallback()
DSdpManager.java393 int vendorIdSource, in sdpDipRecordFoundCallback() argument
412 vendorIdSource, in sdpDipRecordFoundCallback()