HomeSort by relevance Sort by last modified time
    Searched refs:onBluetoothStateChange (Results 1 - 25 of 34) sorted by null

1 2

  /system/bt/binder/android/bluetooth/
IBluetoothCallback.aidl 27 void onBluetoothStateChange(int prevState, int newState);
IBluetoothStateChangeCallback.aidl 26 void onBluetoothStateChange(boolean on);
  /system/bt/service/doc/
IBluetoothCallback.txt 25 void onBluetoothStateChange(in int prev_state, in int new_state);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothController.java 46 void onBluetoothStateChange(boolean enabled);
BluetoothControllerImpl.java 373 cb.onBluetoothStateChange(mEnabled);
  /frameworks/base/core/java/android/bluetooth/
BluetoothAvrcpController.java 89 public void onBluetoothStateChange(boolean up) {
90 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
BluetoothPan.java 190 public void onBluetoothStateChange(boolean on) {
192 Log.d(TAG, "onBluetoothStateChange on: " + on);
196 if (VDBG) Log.d(TAG, "onBluetoothStateChange calling doBind()");
201 Log.e(TAG, "onBluetoothStateChange: could not bind to PAN service: ",
205 Log.e(TAG, "onBluetoothStateChange: could not bind to PAN service: ",
BluetoothPbap.java 116 public void onBluetoothStateChange(boolean up) {
117 log("onBluetoothStateChange: up=" + up);
BluetoothPbapClient.java 60 public void onBluetoothStateChange(boolean up) {
62 Log.d(TAG, "onBluetoothStateChange: PBAP CLIENT up=" + up);
BluetoothA2dpSink.java 133 public void onBluetoothStateChange(boolean up) {
134 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
BluetoothMap.java 61 public void onBluetoothStateChange(boolean up) {
62 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
BluetoothMapClient.java 77 public void onBluetoothStateChange(boolean up) {
78 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
BluetoothSap.java 99 public void onBluetoothStateChange(boolean up) {
100 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
BluetoothAdapter.java     [all...]
BluetoothHealth.java 102 public void onBluetoothStateChange(boolean up) {
103 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
BluetoothHearingAid.java 152 public void onBluetoothStateChange(boolean up) {
153 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
BluetoothHidDevice.java 391 public void onBluetoothStateChange(boolean up) {
392 Log.d(TAG, "onBluetoothStateChange: up=" + up);
401 Log.e(TAG, "onBluetoothStateChange: could not bind to HID Dev "
404 Log.e(TAG, "onBluetoothStateChange: could not bind to HID Dev "
BluetoothHidHost.java 229 public void onBluetoothStateChange(boolean up) {
230 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
BluetoothA2dp.java 210 public void onBluetoothStateChange(boolean up) {
211 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
    [all...]
BluetoothHeadset.java 335 public void onBluetoothStateChange(boolean up) {
336 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
    [all...]
BluetoothHeadsetClient.java 376 public void onBluetoothStateChange(boolean up) {
377 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
ConnectedDeviceSignalController.java 118 public void onBluetoothStateChange(boolean enabled) {
120 Log.d(TAG, "onBluetoothStateChange(). enabled: " + enabled);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
BluetoothTile.java 248 public void onBluetoothStateChange(boolean enabled) {
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
AdapterServiceTest.java 143 .times(callNumber)).onBluetoothStateChange(prevState, currState);
145 // the mocked onBluetoothStateChange doesn't throw exceptions
  /frameworks/base/services/core/java/com/android/server/
BluetoothManagerService.java 214 public void onBluetoothStateChange(int prevState, int newState) throws RemoteException {
    [all...]

Completed in 868 milliseconds

1 2