/aosp12/frameworks/base/tests/OneMedia/src/com/android/onemedia/ |
H A D | PlayerController.java | 77 mListener.onConnectionStateChange( in setListener() 171 mListener.onConnectionStateChange(STATE_DISCONNECTED); 196 mListener.onConnectionStateChange(STATE_CONNECTED); 231 public void onConnectionStateChange(int state); in onConnectionStateChange() method
|
H A D | OnePlayerActivity.java | 221 public void onConnectionStateChange(int state) {
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothGattServerCallback.java | 32 public void onConnectionStateChange(BluetoothDevice device, int status, in onConnectionStateChange() method in BluetoothGattServerCallback
|
H A D | BluetoothGattCallback.java | 65 public void onConnectionStateChange(BluetoothGatt gatt, int status, in onConnectionStateChange() method in BluetoothGattCallback
|
H A D | BluetoothGatt.java | 188 callback.onConnectionStateChange(BluetoothGatt.this, 281 callback.onConnectionStateChange(BluetoothGatt.this, status,
|
H A D | BluetoothGattServer.java | 102 mCallback.onConnectionStateChange(mAdapter.getRemoteDevice(address), status,
|
/aosp12/packages/services/Car/service/src/com/android/car/ |
H A D | FastPairGattServer.java | 151 public void onConnectionStateChange(BluetoothDevice device, int status, int newState) { 152 super.onConnectionStateChange(device, status, newState);
|
/aosp12/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
H A D | GattServer.java | 177 public void onConnectionStateChange(BluetoothDevice device, int status, int newState) { in onConnectionStateChange() method in GattServer.MyGattServerCallback
|
H A D | GattClientListener.java | 184 public void onConnectionStateChange(BluetoothGatt gatt, int status, in onConnectionStateChange() method in GattClientListener.GattCallback
|
/aosp12/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/ |
H A D | BluetoothMidiDevice.java | 99 public void onConnectionStateChange(BluetoothGatt gatt, int status,
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
H A D | BluetoothAccessoryFragment.java | 249 public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState) { in onConnectionStateChange() method in BluetoothAccessoryFragment.GattBatteryCallbacks
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 9144 method public void onConnectionStateChange(android.bluetooth.BluetoothGatt, int, int); 9254 method public void onConnectionStateChange(android.bluetooth.BluetoothDevice, int, int);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 6281 method public void onConnectionStateChange(android.bluetooth.BluetoothGatt, int, int); 6380 method public void onConnectionStateChange(android.bluetooth.BluetoothDevice, int, int);
|