Searched refs:mServiceListener (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothA2dpSink.java126 private ServiceListener mServiceListener; field in class:BluetoothA2dpSink
165 mServiceListener = l;
192 mServiceListener = null;
403 if (mServiceListener != null) {
404 mServiceListener.onServiceConnected(BluetoothProfile.A2DP_SINK,
411 if (mServiceListener != null) {
412 mServiceListener.onServiceDisconnected(BluetoothProfile.A2DP_SINK);
H A DBluetoothAvrcpController.java67 private ServiceListener mServiceListener; field in class:BluetoothAvrcpController
107 mServiceListener = l;
134 mServiceListener = null;
231 if (mServiceListener != null) {
232 mServiceListener.onServiceConnected(BluetoothProfile.AVRCP_CONTROLLER,
239 if (mServiceListener != null) {
240 mServiceListener.onServiceDisconnected(BluetoothProfile.AVRCP_CONTROLLER);
H A DBluetoothPan.java121 private ServiceListener mServiceListener; field in class:BluetoothPan
132 mServiceListener = l;
178 mServiceListener = null;
358 if (mServiceListener != null) {
359 mServiceListener.onServiceConnected(BluetoothProfile.PAN,
366 if (mServiceListener != null) {
367 mServiceListener.onServiceDisconnected(BluetoothProfile.PAN);
H A DBluetoothPbap.java72 private ServiceListener mServiceListener; field in class:BluetoothPbap
146 mServiceListener = l;
205 mServiceListener = null;
306 if (mServiceListener != null) {
307 mServiceListener.onServiceConnected(BluetoothPbap.this);
313 if (mServiceListener != null) {
314 mServiceListener.onServiceDisconnected();
H A DBluetoothA2dp.java113 private ServiceListener mServiceListener; field in class:BluetoothA2dp
152 mServiceListener = l;
179 mServiceListener = null;
527 if (mServiceListener != null) {
528 mServiceListener.onServiceConnected(BluetoothProfile.A2DP, BluetoothA2dp.this);
534 if (mServiceListener != null) {
535 mServiceListener.onServiceDisconnected(BluetoothProfile.A2DP);
H A DBluetoothHealth.java463 private ServiceListener mServiceListener; field in class:BluetoothHealth
472 mServiceListener = l;
519 mServiceListener = null;
527 if (mServiceListener != null) {
528 mServiceListener.onServiceConnected(BluetoothProfile.HEALTH, BluetoothHealth.this);
534 if (mServiceListener != null) {
535 mServiceListener.onServiceDisconnected(BluetoothProfile.HEALTH);
H A DBluetoothMap.java44 private ServiceListener mServiceListener; field in class:BluetoothMap
90 mServiceListener = l;
149 mServiceListener = null;
375 if (mServiceListener != null) {
376 mServiceListener.onServiceConnected(BluetoothProfile.MAP, BluetoothMap.this);
382 if (mServiceListener != null) {
383 mServiceListener.onServiceDisconnected(BluetoothProfile.MAP);
H A DBluetoothInputDevice.java203 private ServiceListener mServiceListener; field in class:BluetoothInputDevice
243 mServiceListener = l;
291 mServiceListener = null;
484 if (mServiceListener != null) {
485 mServiceListener.onServiceConnected(BluetoothProfile.INPUT_DEVICE, BluetoothInputDevice.this);
491 if (mServiceListener != null) {
492 mServiceListener.onServiceDisconnected(BluetoothProfile.INPUT_DEVICE);
H A DBluetoothHeadset.java226 private ServiceListener mServiceListener; field in class:BluetoothHeadset
264 mServiceListener = l;
319 mServiceListener = null;
938 if (mServiceListener != null) {
939 mServiceListener.onServiceConnected(BluetoothProfile.HEADSET, BluetoothHeadset.this);
945 if (mServiceListener != null) {
946 mServiceListener.onServiceDisconnected(BluetoothProfile.HEADSET);
H A DBluetoothHeadsetClient.java368 private ServiceListener mServiceListener; field in class:BluetoothHeadsetClient
408 mServiceListener = l;
463 mServiceListener = null;
1137 if (mServiceListener != null) {
1138 mServiceListener.onServiceConnected(BluetoothProfile.HEADSET_CLIENT,
1146 if (mServiceListener != null) {
1147 mServiceListener.onServiceDisconnected(BluetoothProfile.HEADSET_CLIENT);
/frameworks/base/core/java/android/hardware/camera2/
H A DCameraManager.java78 private final CameraServiceListener mServiceListener = new CameraServiceListener(); field in class:CameraManager
137 mServiceListener.updateCallbackLocked(callback, handler);
615 cameraService.addListener(mServiceListener);
662 mServiceListener.onStatusChangedLocked(CameraServiceListener.STATUS_PRESENT,
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java310 private BluetoothProfile.ServiceListener mServiceListener = field in class:BluetoothTestUtils
1476 adapter.getProfileProxy(mContext, mServiceListener, profile);

Completed in 121 milliseconds