HomeSort by relevance Sort by last modified time
    Searched refs:getPendingOutgoingBonding (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/server/
BluetoothBondState.java 100 public synchronized String getPendingOutgoingBonding() {
BluetoothEventLoop.java 462 if (null == mBluetoothService.getPendingOutgoingBonding()) {
652 mBluetoothService.getPendingOutgoingBonding();
    [all...]
BluetoothService.java 716 /*package*/ synchronized String getPendingOutgoingBonding() {
717 return mBondState.getPendingOutgoingBonding();
    [all...]

Completed in 62 milliseconds