Home
last modified time | relevance | path

Searched refs:TelecomGlobals (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DTelecomGlobals.java29 public final class TelecomGlobals { class
30 private static final String TAG = TelecomGlobals.class.getSimpleName();
35 private static final TelecomGlobals INSTANCE = new TelecomGlobals();
72 static TelecomGlobals getInstance() { in getInstance()
DTelecomService.java163 TelecomGlobals globals = TelecomGlobals.getInstance(); in onCreate()
DBluetoothPhoneService.java861 PhoneAccountRegistrar registry = TelecomGlobals.getInstance().getPhoneAccountRegistrar(); in getBestPhoneAccount()