Searched refs:onBluetoothStateChange (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothStateChangeCallback.aidl26 void onBluetoothStateChange(boolean on);
H A DIBluetoothCallback.aidl27 void onBluetoothStateChange(int prevState, int newState);
H A DBluetoothAdapter.java1311 public void onBluetoothStateChange(boolean on); method in interface:BluetoothAdapter.BluetoothStateChangeCallback
1326 public void onBluetoothStateChange(boolean on) { method in class:BluetoothAdapter.StateChangeCallbackWrapper
1327 mCallback.onBluetoothStateChange(on);
H A DBluetoothA2dp.java114 public void onBluetoothStateChange(boolean up) {
115 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
H A DBluetoothPan.java169 public void onBluetoothStateChange(boolean on) throws RemoteException {
172 Log.d(TAG, "onBluetoothStateChange(on) call bindService");
H A DBluetoothPbap.java115 public void onBluetoothStateChange(boolean up) {
116 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
H A DBluetoothHealth.java103 public void onBluetoothStateChange(boolean up) {
104 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
H A DBluetoothInputDevice.java192 public void onBluetoothStateChange(boolean up) {
193 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
H A DBluetoothHeadset.java227 public void onBluetoothStateChange(boolean up) {
228 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothController.java140 cb.onBluetoothStateChange(mEnabled);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQuickSettingsModel.java452 onBluetoothStateChange(mBluetoothState);
459 public void onBluetoothStateChange(boolean on) { method in class:QuickSettingsModel
461 onBluetoothStateChange(mBluetoothState);
463 public void onBluetoothStateChange(BluetoothState bluetoothStateIn) { method in class:QuickSettingsModel
486 onBluetoothStateChange(mBluetoothState.enabled);
H A DQuickSettings.java841 mModel.onBluetoothStateChange(mBluetoothState);
/frameworks/base/services/java/com/android/server/
H A DBluetoothManagerService.java116 public void onBluetoothStateChange(int prevState, int newState) throws RemoteException {
408 if (DBG) Log.d(TAG,"Broadcasting onBluetoothStateChange("+isUp+") to " + n + " receivers.");
411 mStateChangeCallbacks.getBroadcastItem(i).onBluetoothStateChange(isUp);
413 Log.e(TAG, "Unable to call onBluetoothStateChange() on callback #" + i , e);

Completed in 140 milliseconds