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

  /frameworks/base/services/java/com/android/server/
DockObserver.java 33 import android.server.BluetoothService;
149 String address = BluetoothService.readDockBluetoothAddress();
SystemServer.java 42 import android.server.BluetoothService;
96 BluetoothService bluetooth = null;
190 bluetooth = new BluetoothService(context);
  /system/bluetooth/data/
auto_pairing.conf 2 // BluetoothService.java
  /frameworks/base/core/java/android/server/
BluetoothEventLoop.java 51 private final BluetoothService mBluetoothService;
119 BluetoothService bluetoothService) {
120 mBluetoothService = bluetoothService;
306 int mode = BluetoothService.bluezStringToScanMode(
BluetoothA2dpService.java 73 private final BluetoothService mBluetoothService;
162 public BluetoothA2dpService(Context context, BluetoothService bluetoothService) {
167 mBluetoothService = bluetoothService;
BluetoothService.java 19 * java/services/com/android/server/BluetoothService.java
74 public class BluetoothService extends IBluetooth.Stub {
75 private static final String TAG = "BluetoothService";
157 public BluetoothService(Context context) {
318 // BluetoothService when it is done shutting down
    [all...]

Completed in 213 milliseconds