Home
last modified time | relevance | path

Searched refs:getTelecomSystem (Results 1 – 6 of 6) 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
DPrimaryCallReceiver.java21 synchronized (getTelecomSystem().getLock()) { in onReceive()
22 getTelecomSystem().getCallIntentProcessor().processIntent(intent); in onReceive()
28 public TelecomSystem getTelecomSystem() { in getTelecomSystem() method in PrimaryCallReceiver
DTelecomService.java65 synchronized (getTelecomSystem().getLock()) { in onBind()
66 return getTelecomSystem().getTelecomServiceImpl().getBinder(); in onBind()
185 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.java61 TelecomSystem getTelecomSystem(); in getTelecomSystem() method