HomeSort by relevance Sort by last modified time
    Searched refs:mServiceListener (Results 1 - 9 of 9) sorted by null

  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java 108 private ServiceListener mServiceListener;
149 mServiceListener = l;
166 mServiceListener = null;
454 if (mServiceListener != null) {
455 mServiceListener.onServiceConnected(BluetoothProfile.A2DP, BluetoothA2dp.this);
461 if (mServiceListener != null) {
462 mServiceListener.onServiceDisconnected(BluetoothProfile.A2DP);
BluetoothPan.java 122 private ServiceListener mServiceListener;
133 mServiceListener = l;
154 mServiceListener = null;
342 if (mServiceListener != null) {
343 mServiceListener.onServiceConnected(BluetoothProfile.PAN,
350 if (mServiceListener != null) {
351 mServiceListener.onServiceDisconnected(BluetoothProfile.PAN);
BluetoothPbap.java 73 private ServiceListener mServiceListener;
151 mServiceListener = l;
201 mServiceListener = null;
302 if (mServiceListener != null) {
303 mServiceListener.onServiceConnected(BluetoothPbap.this);
309 if (mServiceListener != null) {
310 mServiceListener.onServiceDisconnected();
BluetoothHealth.java 466 private ServiceListener mServiceListener;
475 mServiceListener = l;
512 mServiceListener = null;
520 if (mServiceListener != null) {
521 mServiceListener.onServiceConnected(BluetoothProfile.HEALTH, BluetoothHealth.this);
527 if (mServiceListener != null) {
528 mServiceListener.onServiceDisconnected(BluetoothProfile.HEALTH);
BluetoothInputDevice.java 186 private ServiceListener mServiceListener;
228 mServiceListener = l;
267 mServiceListener = null;
460 if (mServiceListener != null) {
461 mServiceListener.onServiceConnected(BluetoothProfile.INPUT_DEVICE, BluetoothInputDevice.this);
467 if (mServiceListener != null) {
468 mServiceListener.onServiceDisconnected(BluetoothProfile.INPUT_DEVICE);
BluetoothHeadset.java 221 private ServiceListener mServiceListener;
261 mServiceListener = l;
306 mServiceListener = null;
862 if (mServiceListener != null) {
863 mServiceListener.onServiceConnected(BluetoothProfile.HEADSET, BluetoothHeadset.this);
869 if (mServiceListener != null) {
870 mServiceListener.onServiceDisconnected(BluetoothProfile.HEADSET);
    [all...]
  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
FmRadio.java 49 private ServiceListener mServiceListener;
86 if (mServiceListener != null) {
88 mServiceListener.onServiceConnected();
99 if (mServiceListener != null) {
100 mServiceListener.onServiceDisconnected();
108 mServiceListener = listener;
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/
VideoEditorBaseActivity.java 64 private final ServiceListener mServiceListener = new ServiceListener();
822 ApiService.registerListener(mServiceListener);
846 ApiService.unregisterListener(mServiceListener);
    [all...]
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 309 private BluetoothProfile.ServiceListener mServiceListener =
    [all...]

Completed in 189 milliseconds