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

  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 54 public class BluetoothHeadsetService extends Service {
58 private static final String PREF_NAME = BluetoothHeadsetService.class.getSimpleName();
137 Log.w(TAG, "Stopping BluetoothHeadsetService: device does not have BT");
141 if (DBG) log("Starting BluetoothHeadsetService");
154 synchronized(BluetoothHeadsetService.this) {
606 synchronized (BluetoothHeadsetService.this) {
628 synchronized (BluetoothHeadsetService.this) {
667 synchronized (BluetoothHeadsetService.this) {
679 synchronized (BluetoothHeadsetService.this) {
699 synchronized (BluetoothHeadsetService.this)
    [all...]
PhoneApp.java 502 startService(new Intent(this, BluetoothHeadsetService.class));
    [all...]

Completed in 44 milliseconds