Searched defs:getTelecomSystem (Results 1 - 6 of 6) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/components/
H A DBluetoothPhoneService.java33 synchronized (getTelecomSystem().getLock()) {
34 return getTelecomSystem().getBluetoothPhoneServiceImpl().getBinder();
39 public TelecomSystem getTelecomSystem() { method in class:BluetoothPhoneService
H A DPrimaryCallReceiver.java21 synchronized (getTelecomSystem().getLock()) {
22 getTelecomSystem().getCallIntentProcessor().processIntent(intent);
28 public TelecomSystem getTelecomSystem() { method in class:PrimaryCallReceiver
H A DTelecomBroadcastReceiver.java35 synchronized (getTelecomSystem().getLock()) {
36 getTelecomSystem().getTelecomBroadcastIntentProcessor().processIntent(intent);
41 public TelecomSystem getTelecomSystem() { method in class:TelecomBroadcastReceiver
H A DTelecomService.java61 synchronized (getTelecomSystem().getLock()) {
62 return getTelecomSystem().getTelecomServiceImpl().getBinder();
170 public TelecomSystem getTelecomSystem() { method in class:TelecomService
H A DUserCallActivity.java90 public TelecomSystem getTelecomSystem() { method in class:UserCallActivity
/packages/services/Telecomm/src/com/android/server/telecom/
H A DTelecomSystem.java54 * component should implement the getTelecomSystem() method to return the global singleton,
62 TelecomSystem getTelecomSystem(); method in interface:TelecomSystem.Component

Completed in 173 milliseconds