Searched refs:IBluetoothStateChangeCallback (Results 1 – 19 of 19) sorted by relevance
23 import android.bluetooth.IBluetoothStateChangeCallback;34 void registerStateChangeCallback(in IBluetoothStateChangeCallback callback); in registerStateChangeCallback()35 void unregisterStateChangeCallback(in IBluetoothStateChangeCallback callback); in unregisterStateChangeCallback()
24 interface IBluetoothStateChangeCallback interface
112 final private IBluetoothStateChangeCallback mBluetoothStateChangeCallback =113 new IBluetoothStateChangeCallback.Stub() {
184 …final private IBluetoothStateChangeCallback mStateChangeCallback = new IBluetoothStateChangeCallba…
55 final private IBluetoothStateChangeCallback mBluetoothStateChangeCallback =56 new IBluetoothStateChangeCallback.Stub() {
129 final private IBluetoothStateChangeCallback mBluetoothStateChangeCallback =130 new IBluetoothStateChangeCallback.Stub() {
130 final private IBluetoothStateChangeCallback mBluetoothStateChangeCallback =131 new IBluetoothStateChangeCallback.Stub() {
92 final private IBluetoothStateChangeCallback mBluetoothStateChangeCallback =93 new IBluetoothStateChangeCallback.Stub() {
100 final private IBluetoothStateChangeCallback mBluetoothStateChangeCallback =101 new IBluetoothStateChangeCallback.Stub() {
207 final private IBluetoothStateChangeCallback mBluetoothStateChangeCallback =208 new IBluetoothStateChangeCallback.Stub() {
124 final private IBluetoothStateChangeCallback mBluetoothStateChangeCallback =125 new IBluetoothStateChangeCallback.Stub() {
20 import android.bluetooth.IBluetoothStateChangeCallback;
273 final private IBluetoothStateChangeCallback mBluetoothStateChangeCallback =274 new IBluetoothStateChangeCallback.Stub() {
372 final private IBluetoothStateChangeCallback mBluetoothStateChangeCallback =373 new IBluetoothStateChangeCallback.Stub() {
2121 public class StateChangeCallbackWrapper extends IBluetoothStateChangeCallback.Stub {
30 import android.bluetooth.IBluetoothStateChangeCallback;132 private final RemoteCallbackList<IBluetoothStateChangeCallback> mStateChangeCallbacks;304 mStateChangeCallbacks = new RemoteCallbackList<IBluetoothStateChangeCallback>(); in BluetoothManagerService()442 public void registerStateChangeCallback(IBluetoothStateChangeCallback callback) { in registerStateChangeCallback()454 public void unregisterStateChangeCallback(IBluetoothStateChangeCallback callback) { in unregisterStateChangeCallback()1354 … IBluetoothStateChangeCallback callback = (IBluetoothStateChangeCallback) msg.obj; in handleMessage()1360 … IBluetoothStateChangeCallback callback = (IBluetoothStateChangeCallback) msg.obj; in handleMessage()
124 core/java/android/bluetooth/IBluetoothStateChangeCallback.aidl \
723 android.bluetooth.IBluetoothStateChangeCallback724 android.bluetooth.IBluetoothStateChangeCallback$Stub725 android.bluetooth.IBluetoothStateChangeCallback$Stub$Proxy