Searched refs:onConnectionStateChange (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/tests/OneMedia/src/com/android/onemedia/ |
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
|
D | OnePlayerActivity.java | 221 public void onConnectionStateChange(int state) {
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattCallback.java | 35 public void onConnectionStateChange(BluetoothGatt gatt, int status, in onConnectionStateChange() method in BluetoothGattCallback
|
D | BluetoothGattServerCallback.java | 35 public void onConnectionStateChange(BluetoothDevice device, int status, in onConnectionStateChange() method in BluetoothGattServerCallback
|
D | BluetoothGatt.java | 152 mCallback.onConnectionStateChange(BluetoothGatt.this, GATT_FAILURE, 181 mCallback.onConnectionStateChange(BluetoothGatt.this, status, profileState);
|
D | BluetoothGattServer.java | 100 mCallback.onConnectionStateChange(mAdapter.getRemoteDevice(address), status,
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
D | bluetooth-le.jd | 384 public void onConnectionStateChange(BluetoothGatt gatt, int status,
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.3.jd | 408 android.bluetooth.BluetoothGattCallback#onConnectionStateChange onConnectionStateChange()}
|
/frameworks/base/api/ |
D | system-current.txt | 6497 method public void onConnectionStateChange(android.bluetooth.BluetoothGatt, int, int); 6596 method public void onConnectionStateChange(android.bluetooth.BluetoothDevice, int, int);
|
D | current.txt | 6283 method public void onConnectionStateChange(android.bluetooth.BluetoothGatt, int, int); 6382 method public void onConnectionStateChange(android.bluetooth.BluetoothDevice, int, int);
|