HomeSort by relevance Sort by last modified time
    Searched defs:removeSdpRecord (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
SdpManagerTest.java 127 assertTrue(mManager.removeSdpRecord(handles[record_id]));
  /packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
SdpManager.java 504 * If changes to a record is needed remove the old record using {@link removeSdpRecord}
520 * using {@link removeSdpRecord}(). The record is not linked to the
537 * If changes to a record is needed remove the old record using {@link removeSdpRecord}
550 * using {@link removeSdpRecord}(). The record is not linked to the
566 * If changes to a record is needed remove the old record using {@link removeSdpRecord}
581 * using {@link removeSdpRecord}(). The record is not linked to the
597 * If changes to a record is needed remove the old record using {@link removeSdpRecord}
610 * using {@link removeSdpRecord}(). The record is not linked to the
626 * If changes to a record is needed remove the old record using {@link removeSdpRecord}
634 * using {@link removeSdpRecord}(). The record is not linked to th
    [all...]

Completed in 209 milliseconds