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

  /packages/services/Telecomm/src/com/android/server/telecom/
TelecomGlobals.java 92 // Start the BluetoothPhoneService
93 BluetoothPhoneService.start(mContext);
BluetoothPhoneService.java 52 public final class BluetoothPhoneService extends Service {
73 private static final String TAG = "BluetoothPhoneService";
271 address = TelephonyManager.from(BluetoothPhoneService.this)
287 label = TelephonyManager.from(BluetoothPhoneService.this)
359 // The BluetoothPhoneService does not need to respond to changes in foreground calls,
434 public BluetoothPhoneService() {
440 context.startService(new Intent(context, BluetoothPhoneService.class));
456 Log.d(TAG, "BluetoothPhoneService shutting down, no BT Adapter found.");
    [all...]

Completed in 739 milliseconds