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

/packages/services/BuiltInPrintService/src/com/android/bips/util/
H A DWifiMonitor.java41 void onConnectionStateChanged(boolean isConnected); method in interface:WifiMonitor.Listener
51 mListener.onConnectionStateChanged(mConnected);
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothSummaryUpdater.java59 public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { method in class:BluetoothSummaryUpdater
H A DDeviceListPreferenceFragment.java277 public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { } method in class:DeviceListPreferenceFragment
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
H A DBluetoothSettingsFragment.java225 public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { method in class:BluetoothSettingsFragment
H A DBluetoothDeviceListAdapter.java310 public void onConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { method in class:BluetoothDeviceListAdapter
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DPbapClientStateMachine.java129 onConnectionStateChanged(mCurrentDevice, mMostRecentState,
142 onConnectionStateChanged(mCurrentDevice, mMostRecentState,
244 onConnectionStateChanged(mCurrentDevice, mMostRecentState,
287 onConnectionStateChanged(mCurrentDevice, mMostRecentState,
320 private void onConnectionStateChanged(BluetoothDevice device, int prevState, int state) { method in class:PbapClientStateMachine
322 Log.w(TAG, "onConnectionStateChanged with invalid device");
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DSelfManagedConnection.java43 public void onConnectionStateChanged(SelfManagedConnection connection) {} method in class:SelfManagedConnection.Listener
173 mListener.onConnectionStateChanged(this);
181 mListener.onConnectionStateChanged(this);
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DNativeInterface.java63 private void onConnectionStateChanged(int state, int peer_feat, int chld_feat, byte[] address) { method in class:NativeInterface
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpStateMachine.java401 onConnectionStateChanged(CONNECTION_STATE_DISCONNECTED,
936 private void onConnectionStateChanged(int state, byte[] address) { method in class:A2dpStateMachine
965 private void onConnectionStateChanged(BluetoothDevice device, int prevState, int state) { method in class:A2dpStateMachine.IntentBroadcastHandler
980 onConnectionStateChanged((BluetoothDevice) msg.obj, msg.arg1, msg.arg2);
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DA2dpSinkStateMachine.java310 onConnectionStateChanged(CONNECTION_STATE_DISCONNECTED,
783 private void onConnectionStateChanged(int state, byte[] address) { method in class:A2dpSinkStateMachine
825 private void onConnectionStateChanged(BluetoothDevice device, int prevState, int state) { method in class:A2dpSinkStateMachine.IntentBroadcastHandler
839 onConnectionStateChanged((BluetoothDevice) msg.obj, msg.arg1, msg.arg2);
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
H A DMceStateMachine.java154 private void onConnectionStateChanged(int prevState, int state) { method in class:MceStateMachine
283 onConnectionStateChanged(mPreviousState,
316 onConnectionStateChanged(mPreviousState,
378 onConnectionStateChanged(mPreviousState,
566 onConnectionStateChanged(mPreviousState,
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpControllerService.java751 private synchronized void onConnectionStateChanged( method in class:AvrcpControllerService
754 Log.d(TAG, "onConnectionStateChanged " + rc_connected + " " + br_connected +
757 Log.e(TAG, "onConnectionStateChanged Device is null");
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachine.java472 onConnectionStateChanged(HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED,
1239 onConnectionStateChanged(HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED,
1587 onConnectionStateChanged(HeadsetHalConstants.CONNECTION_STATE_DISCONNECTED,
3111 private void onConnectionStateChanged(int state, byte[] address) { method in class:HeadsetStateMachine

Completed in 302 milliseconds