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() {
PrimaryCallReceiver.java 19 synchronized (getTelecomSystem().getLock()) {
20 getTelecomSystem().getCallIntentProcessor().processIntent(intent);
25 public TelecomSystem getTelecomSystem() {
TelecomBroadcastReceiver.java 35 synchronized (getTelecomSystem().getLock()) {
36 getTelecomSystem().getTelecomBroadcastIntentProcessor().processIntent(intent);
41 public TelecomSystem getTelecomSystem() {
TelecomService.java 47 synchronized (getTelecomSystem().getLock()) {
48 return getTelecomSystem().getTelecomServiceImpl().getBinder();
112 public TelecomSystem getTelecomSystem() {
UserCallActivity.java 82 public TelecomSystem getTelecomSystem() {
  /packages/services/Telecomm/src/com/android/server/telecom/
TelecomSystem.java 35 * component should implement the getTelecomSystem() method to return the global singleton,
43 TelecomSystem getTelecomSystem();

Completed in 5282 milliseconds