HomeSort by relevance Sort by last modified time
    Searched refs:onConnectionStateChanged (Results 1 - 16 of 16) sorted by null

  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
BluetoothCallback.java 30 void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state);
BluetoothEventManager.java 220 callback.onConnectionStateChanged(cachedDevice, state);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PbapPCEClient.java 157 onConnectionStateChanged(mDevice, BluetoothProfile.STATE_CONNECTING,
162 onConnectionStateChanged(mDevice, BluetoothProfile.STATE_CONNECTING,
208 onConnectionStateChanged(device, oldState, newState);
238 onConnectionStateChanged(mDevice,BluetoothProfile.STATE_DISCONNECTED,
269 private void onConnectionStateChanged(BluetoothDevice device, int prevState, int state) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 295 onConnectionStateChanged(CONNECTION_STATE_DISCONNECTED,
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DeviceListPreferenceFragment.java 227 public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { }
BluetoothSettings.java 542 public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) {
DockService.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothControllerImpl.java 238 public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkStateMachine.java 320 onConnectionStateChanged(CONNECTION_STATE_DISCONNECTED,
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java 704 void onConnectionStateChanged(SipConnection conn) {
706 if (SC_DBG) log("onConnectionStateChanged: conn=" + conn);
815 mOwner.onConnectionStateChanged(SipConnection.this);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
KeyboardUI.java 610 public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { }
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpControllerService.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 488 onConnectionStateChanged(HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED,
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 

Completed in 283 milliseconds