Searched refs:onConnectionStateChange (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattCallback.java35 public void onConnectionStateChange(BluetoothGatt gatt, int status, method in class:BluetoothGattCallback
H A DBluetoothGattServerCallback.java35 public void onConnectionStateChange(BluetoothDevice device, int status, method in class:BluetoothGattServerCallback
H A DBluetoothGatt.java152 mCallback.onConnectionStateChange(BluetoothGatt.this, GATT_FAILURE,
181 mCallback.onConnectionStateChange(BluetoothGatt.this, status, profileState);
704 * {@link BluetoothGattCallback#onConnectionStateChange} callback will be
H A DBluetoothGattServer.java100 mCallback.onConnectionStateChange(mAdapter.getRemoteDevice(address), status,
402 * {@link BluetoothGattServerCallback#onConnectionStateChange} callback will be
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DPlayerController.java77 mListener.onConnectionStateChange(
171 mListener.onConnectionStateChange(STATE_DISCONNECTED);
196 mListener.onConnectionStateChange(STATE_CONNECTED);
231 public void onConnectionStateChange(int state); method in interface:PlayerController.Listener
H A DOnePlayerActivity.java221 public void onConnectionStateChange(int state) {

Completed in 668 milliseconds