Home
last modified time | relevance | path

Searched refs:getTelecomSystem (Results 1 – 5 of 5) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/components/
DBluetoothPhoneService.java33 synchronized (getTelecomSystem().getLock()) { in onBind()
34 return getTelecomSystem().getBluetoothPhoneServiceImpl().getBinder(); in onBind()
39 public TelecomSystem getTelecomSystem() { in getTelecomSystem() method in BluetoothPhoneService
DTelecomBroadcastReceiver.java35 synchronized (getTelecomSystem().getLock()) { in onReceive()
36 getTelecomSystem().getTelecomBroadcastIntentProcessor().processIntent(intent); in onReceive()
41 public TelecomSystem getTelecomSystem() { in getTelecomSystem() method in TelecomBroadcastReceiver
DTelecomService.java72 synchronized (getTelecomSystem().getLock()) { in onBind()
73 return getTelecomSystem().getTelecomServiceImpl().getBinder(); in onBind()
202 public TelecomSystem getTelecomSystem() { in getTelecomSystem() method in TelecomService
DUserCallActivity.java98 public TelecomSystem getTelecomSystem() { in getTelecomSystem() method in UserCallActivity
/packages/services/Telecomm/src/com/android/server/telecom/
DTelecomSystem.java69 TelecomSystem getTelecomSystem(); in getTelecomSystem() method