Searched defs:onConnectionStateChanged (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DBluetoothCallback.java30 void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state); method in interface:BluetoothCallback
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHidDeviceCallback.java62 public void onConnectionStateChanged(BluetoothDevice device, int state) { method in class:BluetoothHidDeviceCallback
63 Log.d(TAG, "onConnectionStateChanged: device=" + device + " state=" + state);
H A DBluetoothInputHost.java136 public void onConnectionStateChanged(BluetoothDevice device, int state) { method in class:BluetoothInputHost.BluetoothHidDeviceCallbackWrapper
137 mCallback.onConnectionStateChanged(device, state);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImpl.java265 public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { method in class:BluetoothControllerImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
H A DKeyboardUI.java610 public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { } method in class:KeyboardUI.BluetoothCallbackHandler
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java704 void onConnectionStateChanged(SipConnection conn) { method in class:SipPhone.SipCall
706 if (SC_DBG) log("onConnectionStateChanged: conn=" + conn);
815 mOwner.onConnectionStateChanged(SipConnection.this);
1005 call.onConnectionStateChanged(this);

Completed in 938 milliseconds