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

  /frameworks/base/core/java/android/net/
EthernetManager.java 52 private final IEthernetServiceListener.Stub mServiceListener =
129 mService.addListener(mServiceListener);
147 mService.removeListener(mServiceListener);
  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dpSink.java 126 private ServiceListener mServiceListener;
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);
BluetoothAvrcpController.java 67 private ServiceListener mServiceListener;
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);
BluetoothPan.java 121 private ServiceListener mServiceListener;
132 mServiceListener = l;
178 mServiceListener = null;
358 if (mServiceListener != null) {
359 mServiceListener.onServiceConnected(BluetoothProfile.PAN,
366 if (mServiceListener != null) {
367 mServiceListener.onServiceDisconnected(BluetoothProfile.PAN);
BluetoothPbap.java 72 private ServiceListener mServiceListener;
146 mServiceListener = l;
205 mServiceListener = null;
306 if (mServiceListener != null) {
307 mServiceListener.onServiceConnected(BluetoothPbap.this);
313 if (mServiceListener != null) {
314 mServiceListener.onServiceDisconnected();
BluetoothA2dp.java 113 private ServiceListener mServiceListener;
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);
BluetoothHealth.java 463 private ServiceListener mServiceListener;
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);
BluetoothMap.java 44 private ServiceListener mServiceListener;
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);
BluetoothInputDevice.java 203 private ServiceListener mServiceListener;
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);
BluetoothHeadset.java 229 private ServiceListener mServiceListener;
260 mServiceListener = l;
315 mServiceListener = null;
    [all...]
BluetoothHeadsetClient.java 368 private ServiceListener mServiceListener;
408 mServiceListener = l;
463 mServiceListener = null;
    [all...]
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 310 private BluetoothProfile.ServiceListener mServiceListener =
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 172 milliseconds