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/
BluetoothPbap.java 72 private ServiceListener mServiceListener;
116 mServiceListener = l;
141 mServiceListener = null;
242 if (mServiceListener != null) {
243 mServiceListener.onServiceConnected();
249 if (mServiceListener != null) {
250 mServiceListener.onServiceDisconnected();
BluetoothInputDevice.java 94 private ServiceListener mServiceListener;
105 mServiceListener = l;
109 if (mServiceListener != null) {
110 mServiceListener.onServiceConnected(BluetoothProfile.INPUT_DEVICE, this);
122 mServiceListener = null;
BluetoothPan.java 115 private ServiceListener mServiceListener;
126 mServiceListener = l;
130 if (mServiceListener != null) {
131 mServiceListener.onServiceConnected(BluetoothProfile.PAN, this);
143 mServiceListener = null;
BluetoothA2dp.java 105 private ServiceListener mServiceListener;
116 mServiceListener = l;
120 if (mServiceListener != null) {
121 mServiceListener.onServiceConnected(BluetoothProfile.A2DP, this);
133 mServiceListener = null;
BluetoothHealth.java 430 private ServiceListener mServiceListener;
439 mServiceListener = l;
443 if (mServiceListener != null) {
444 mServiceListener.onServiceConnected(BluetoothProfile.HEALTH, this);
456 mServiceListener = null;
BluetoothHeadset.java 220 private ServiceListener mServiceListener;
229 mServiceListener = l;
248 mServiceListener = null;
768 if (mServiceListener != null) {
769 mServiceListener.onServiceConnected(BluetoothProfile.HEADSET, BluetoothHeadset.this);
775 if (mServiceListener != null) {
776 mServiceListener.onServiceDisconnected(BluetoothProfile.HEADSET);
  /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 417 milliseconds