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

/frameworks/base/core/java/android/server/
H A DBluetoothBondState.java242 /*package*/ synchronized String[] listInState(int state) { method in class:BluetoothBondState
H A DBluetoothService.java406 for (String address : mBondState.listInState(BluetoothDevice.BOND_BONDING)) {
412 for (String address : mBondState.listInState(BluetoothDevice.BOND_BONDED)) {
1123 return mBondState.listInState(BluetoothDevice.BOND_BONDED);
1126 /*package*/ synchronized String[] listInState(int state) { method in class:BluetoothService
1127 return mBondState.listInState(state);

Completed in 45 milliseconds