Home
last modified time | relevance | path

Searched refs:TelecomAccountRegistry (Results 1 – 12 of 12) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DPhoneApp.java22 import com.android.services.telephony.TelecomAccountRegistry;
41 TelecomAccountRegistry telecomAccountRegistry = in onCreate()
42 TelecomAccountRegistry.getInstance(this); in onCreate()
DPhoneInterfaceManager.java264 import com.android.services.telephony.TelecomAccountRegistry;
11529 TelecomAccountRegistry registry = TelecomAccountRegistry.getInstance(null); in sendThermalMitigationRequest()
11907 TelecomAccountRegistry.getInstance(null).getTelephonyConnectionService(); in sendDeviceToDeviceMessage()
11931 TelecomAccountRegistry.getInstance(null).getTelephonyConnectionService(); in setActiveDeviceToDeviceTransport()
/packages/services/Telephony/tests/src/com/android/services/telephony/
DImsConferenceControllerTest.java47 private TelecomAccountRegistry mTelecomAccountRegistry;
50 private TelecomAccountRegistry mMockTelecomAccountRegistry;
71 mTelecomAccountRegistry = TelecomAccountRegistry.getInstance(null); in setUp()
DTestTelephonyConnection.java94 TelecomAccountRegistry mTelecomAccountRegistry;
259 public TelecomAccountRegistry getTelecomAccountRegistry(Context context) { in getTelecomAccountRegistry()
DImsConferenceTest.java63 private TelecomAccountRegistry mMockTelecomAccountRegistry;
/packages/services/Telephony/src/com/android/services/telephony/
DPstnIncomingCallNotifier.java395 TelecomAccountRegistry telecomAccountRegistry = TelecomAccountRegistry.getInstance(null); in findCorrectPhoneAccountHandle()
428 TelecomAccountRegistry registry = TelecomAccountRegistry.getInstance(null); in maybeSwapAnyWithUnknownConnection()
DTelecomAccountRegistry.java93 public class TelecomAccountRegistry { class
1277 private static TelecomAccountRegistry sInstance;
1308 TelecomAccountRegistry(Context context) { in TelecomAccountRegistry() method in TelecomAccountRegistry
1327 public static synchronized TelecomAccountRegistry getInstance(Context context) { in getInstance()
1337 sInstance = new TelecomAccountRegistry(context); in getInstance()
1346 sInstance = new TelecomAccountRegistry(context); in getInstance()
DImsConferenceController.java134 private TelecomAccountRegistry mTelecomAccountRegistry;
142 public ImsConferenceController(TelecomAccountRegistry telecomAccountRegistry, in ImsConferenceController()
DConferenceParticipantConnection.java203 SubscriptionInfo subInfo = TelecomAccountRegistry.getInstance(null). in getCountryIso()
DImsConference.java356 private TelecomAccountRegistry mTelecomAccountRegistry;
426 public ImsConference(TelecomAccountRegistry telecomAccountRegistry, in ImsConference()
DTelephonyConnectionService.java886 TelecomAccountRegistry.getInstance(this), in onCreate()
894 TelecomAccountRegistry.getInstance(this).setTelephonyConnectionService(this); in onCreate()
961 ImsConference conference = new ImsConference(TelecomAccountRegistry.getInstance(this), in prepareConference()
3518 TelecomAccountRegistry.getInstance(this).isVideoPauseSupported( in createConnectionFor()
3521 TelecomAccountRegistry.getInstance(this).isManageImsConferenceCallSupported( in createConnectionFor()
3524 TelecomAccountRegistry.getInstance(this).isShowPreciseFailedCause( in createConnectionFor()
4396 PhoneAccountHandle handle = TelecomAccountRegistry.getInstance(this) in adjustAccountHandle()
DTelephonyConnection.java3148 TelecomAccountRegistry telecomAccountRegistry = getTelecomAccountRegistry( in refreshConferenceSupported()
3834 public TelecomAccountRegistry getTelecomAccountRegistry(Context context) { in getTelecomAccountRegistry()
3835 return TelecomAccountRegistry.getInstance(context); in getTelecomAccountRegistry()