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

  /frameworks/base/services/java/com/android/server/
DockObserver.java 33 import android.server.BluetoothService;
149 String address = BluetoothService.readDockBluetoothAddress();
SystemServer.java 47 import android.server.BluetoothService;
121 BluetoothService bluetooth = null;
212 bluetooth = new BluetoothService(context);
  /system/bluetooth/data/
auto_pairing.conf 2 // BluetoothService.java
  /frameworks/base/core/java/android/bluetooth/
BluetoothDeviceProfileState.java 25 import android.server.BluetoothService;
86 private BluetoothService mService;
160 BluetoothService service, BluetoothA2dpService a2dpService) {
    [all...]
  /frameworks/base/core/java/android/server/
BluetoothEventLoop.java 51 private final BluetoothService mBluetoothService;
103 BluetoothService bluetoothService) {
104 mBluetoothService = bluetoothService;
243 int mode = BluetoothService.bluezStringToScanMode(
BluetoothA2dpService.java 71 private final BluetoothService mBluetoothService;
150 public BluetoothA2dpService(Context context, BluetoothService bluetoothService) {
155 mBluetoothService = bluetoothService;
BluetoothService.java 19 * java/services/com/android/server/BluetoothService.java
77 public class BluetoothService extends IBluetooth.Stub {
78 private static final String TAG = "BluetoothService";
175 public BluetoothService(Context context) {
343 // BluetoothService when it is done shutting down
    [all...]

Completed in 26 milliseconds