Home
last modified time | relevance | path

Searched refs:BluetoothStateChangeCallback (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothAdapter.java2771 BluetoothStateChangeCallback callback) { in changeApplicationBluetoothState()
2778 public interface BluetoothStateChangeCallback { interface in BluetoothAdapter
2789 private BluetoothStateChangeCallback mCallback;
2791 StateChangeCallbackWrapper(BluetoothStateChangeCallback callback) { in StateChangeCallbackWrapper()