Searched refs:onConnectionStateChanged (Results 1 - 7 of 7) 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
H A DBluetoothEventManager.java262 callback.onConnectionStateChanged(cachedDevice, state);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHidDevice.java259 public void onConnectionStateChanged(BluetoothDevice device, int state) { method in class:BluetoothHidDevice.Callback
260 Log.d(TAG, "onConnectionStateChanged: device=" + device + " state=" + state);
352 public void onConnectionStateChanged(BluetoothDevice device, int state) { method in class:BluetoothHidDevice.CallbackWrapper
354 mExecutor.execute(() -> mCallback.onConnectionStateChanged(device, state));
728 * tracked by the application by handling callback from Callback#onConnectionStateChanged. The
752 * application by handling callback from Callback#onConnectionStateChanged. The connection state
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImplTest.java88 mBluetoothControllerImpl.onConnectionStateChanged(null,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImpl.java274 public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { method in class:BluetoothControllerImpl
/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);
/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

Completed in 93 milliseconds