HomeSort by relevance Sort by last modified time
    Searched defs:onBluetoothStateChange (Results 1 - 13 of 13) sorted by null

  /packages/services/Telecomm/src/com/android/server/telecom/
CallAudioRoutePeripheralAdapter.java 49 public void onBluetoothStateChange(int oldState, int newState) {
BluetoothManager.java 49 void onBluetoothStateChange(int oldState, int newState);
304 mBluetoothStateListener.onBluetoothStateChange(mBluetoothState, newState);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothController.java 45 void onBluetoothStateChange(boolean enabled);
  /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);
  /packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
BluetoothRouteManager.java 78 void onBluetoothStateChange(int oldState, int newState);
185 mListener.onBluetoothStateChange(
195 mListener.onBluetoothStateChange(
204 mListener.onBluetoothStateChange(BLUETOOTH_DEVICE_CONNECTED,
221 mListener.onBluetoothStateChange(BLUETOOTH_DEVICE_CONNECTED,
235 mListener.onBluetoothStateChange(BLUETOOTH_DEVICE_CONNECTED,
304 mListener.onBluetoothStateChange(BLUETOOTH_AUDIO_PENDING,
310 mListener.onBluetoothStateChange(BLUETOOTH_AUDIO_PENDING,
325 mListener.onBluetoothStateChange(BLUETOOTH_AUDIO_PENDING,
336 mListener.onBluetoothStateChange(BLUETOOTH_AUDIO_PENDING
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarPolicy.java 400 public void onBluetoothStateChange(boolean enabled) {
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-4.1.2_r1-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-4.1.2_r1-robolectric-0.jar 

Completed in 102 milliseconds