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

  /packages/services/Telecomm/src/com/android/server/telecom/components/
BluetoothPhoneService.java 33 synchronized (getTelecomSystem().getLock()) {
34 return getTelecomSystem().getBluetoothPhoneServiceImpl().getBinder();
39 public TelecomSystem getTelecomSystem() {
TelecomBroadcastReceiver.java 35 synchronized (getTelecomSystem().getLock()) {
36 getTelecomSystem().getTelecomBroadcastIntentProcessor().processIntent(intent);
41 public TelecomSystem getTelecomSystem() {
PrimaryCallReceiver.java 21 synchronized (getTelecomSystem().getLock()) {
22 getTelecomSystem().getCallIntentProcessor().processIntent(intent);
28 public TelecomSystem getTelecomSystem() {
UserCallActivity.java 98 public TelecomSystem getTelecomSystem() {
TelecomService.java 65 synchronized (getTelecomSystem().getLock()) {
66 return getTelecomSystem().getTelecomServiceImpl().getBinder();
185 public TelecomSystem getTelecomSystem() {
  /packages/services/Telecomm/src/com/android/server/telecom/
TelecomSystem.java 53 * component should implement the getTelecomSystem() method to return the global singleton,
61 TelecomSystem getTelecomSystem();

Completed in 128 milliseconds