Searched refs:vendorIdSource (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/ |
D | SdpDipRecordTest.java | 38 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/ |
D | DipTest.java | 98 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/ |
D | SdpDipRecord.java | 33 int vendorIdSource, in SdpDipRecord() argument 40 this.mVendorIdSource = vendorIdSource; in SdpDipRecord()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sdp/ |
D | SdpManagerNativeInterface.java | 366 int vendorIdSource, in sdpDipRecordFoundCallback() argument 377 vendorIdSource, in sdpDipRecordFoundCallback()
|
D | SdpManager.java | 393 int vendorIdSource, in sdpDipRecordFoundCallback() argument 412 vendorIdSource, in sdpDipRecordFoundCallback()
|