Searched defs:getPendingOutgoingBonding (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/server/
H A DBluetoothBondState.java100 public synchronized String getPendingOutgoingBonding() { method in class:BluetoothBondState
H A DBluetoothService.java671 /*package*/ synchronized String getPendingOutgoingBonding() { method in class:BluetoothService
672 return mBondState.getPendingOutgoingBonding();
998 if (mBondState.getPendingOutgoingBonding() != null) {

Completed in 49 milliseconds