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

  /frameworks/base/core/java/android/server/
BluetoothBondState.java 242 /*package*/ synchronized String[] listInState(int state) {
BluetoothService.java 409 for (String address : mBondState.listInState(BluetoothDevice.BOND_BONDING)) {
415 for (String address : mBondState.listInState(BluetoothDevice.BOND_BONDED)) {
    [all...]
BluetoothEventLoop.java 87 String[] devices = mBluetoothService.listInState(BluetoothDevice.BOND_BONDING);
    [all...]

Completed in 33 milliseconds