Home
last modified time | relevance | path

Searched refs:IBluetooth (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothPan.java117 private IBluetooth mService;
129 mService = IBluetooth.Stub.asInterface(b); in BluetoothPan()
DBluetoothDevice.java479 private static IBluetooth sService;
483 /*package*/ static IBluetooth getService() { in getService()
490 sService = IBluetooth.Stub.asInterface(b); in getService()
DBluetoothInputDevice.java96 private IBluetooth mService;
108 mService = IBluetooth.Stub.asInterface(b); in BluetoothInputDevice()
DBluetoothAdapter.java356 private final IBluetooth mService;
372 IBluetooth service = IBluetooth.Stub.asInterface(b); in getDefaultAdapter()
383 public BluetoothAdapter(IBluetooth service) { in BluetoothAdapter()
DBluetoothHealth.java431 private IBluetooth mService;
442 mService = IBluetooth.Stub.asInterface(b); in BluetoothHealth()
DIBluetooth.aidl32 interface IBluetooth interface
DBluetoothSocket.java369 private final IBluetooth service;
/frameworks/base/services/java/com/android/server/pm/
DShutdownThread.java26 import android.bluetooth.IBluetooth;
383 final IBluetooth bluetooth = in shutdownRadios()
384 IBluetooth.Stub.asInterface(ServiceManager.checkService( in shutdownRadios()
/frameworks/base/core/java/android/server/
DBluetoothService.java39 import android.bluetooth.IBluetooth;
87 public class BluetoothService extends IBluetooth.Stub {
/frameworks/base/
DAndroid.mk89 core/java/android/bluetooth/IBluetooth.aidl \
Dpreloaded-classes193 android.bluetooth.IBluetooth
194 android.bluetooth.IBluetooth$Stub