Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
DSdpManager.java245 int supportedMessageTypes, String serviceName, boolean moreResults) { in sdpMasRecordFoundCallback() argument
265 sendSdpIntent(inst, sdpRecord, moreResults); in sdpMasRecordFoundCallback()
271 boolean moreResults) { in sdpMnsRecordFoundCallback() argument
291 sendSdpIntent(inst, sdpRecord, moreResults); in sdpMnsRecordFoundCallback()
297 int supportedRepositories, String serviceName, boolean moreResults) { in sdpPseRecordFoundCallback() argument
316 sendSdpIntent(inst, sdpRecord, moreResults); in sdpPseRecordFoundCallback()
322 boolean moreResults) { in sdpOppOpsRecordFoundCallback() argument
343 sendSdpIntent(inst, sdpRecord, moreResults); in sdpOppOpsRecordFoundCallback()
348 int profileVersion, String serviceName, boolean moreResults) { in sdpSapsRecordFoundCallback() argument
367 sendSdpIntent(inst, sdpRecord, moreResults); in sdpSapsRecordFoundCallback()
[all …]
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/sdp/
DDipTest.java130 boolean moreResults = false; in testDipCallbackSuccess()
135 vendorId, vendorIdSource, productId, version, primaryRecord, moreResults); in testDipCallbackSuccess()