Home
last modified time | relevance | path

Searched refs:BluetoothPhoneService (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DBluetoothPhoneService.java52 public final class BluetoothPhoneService extends Service { class
271 address = TelephonyManager.from(BluetoothPhoneService.this)
287 label = TelephonyManager.from(BluetoothPhoneService.this)
434 public BluetoothPhoneService() { in BluetoothPhoneService() method in BluetoothPhoneService
440 context.startService(new Intent(context, BluetoothPhoneService.class)); in start()
DTelecomGlobals.java93 BluetoothPhoneService.start(mContext); in initialize()