Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/services/telephony/
DImsConferenceControllerTest.java44 private TelecomAccountRegistry mTelecomAccountRegistry;
47 private TelecomAccountRegistry mMockTelecomAccountRegistry;
60 mTelecomAccountRegistry = TelecomAccountRegistry.getInstance(null); in setUp()
DTestTelephonyConnection.java96 TelecomAccountRegistry mTelecomAccountRegistry;
252 public TelecomAccountRegistry getTelecomAccountRegistry(Context context) { in getTelecomAccountRegistry()
DImsConferenceTest.java61 private TelecomAccountRegistry mMockTelecomAccountRegistry;
/packages/services/Telephony/src/com/android/phone/
DPhoneApp.java22 import com.android.services.telephony.TelecomAccountRegistry;
41 TelecomAccountRegistry.getInstance(this).setupOnBoot(); in onCreate()
DPhoneInterfaceManager.java206 import com.android.services.telephony.TelecomAccountRegistry;
9946 TelecomAccountRegistry registry = TelecomAccountRegistry.getInstance(null); in sendThermalMitigationRequest()
10289 TelecomAccountRegistry.getInstance(null).getTelephonyConnectionService(); in sendDeviceToDeviceMessage()
10313 TelecomAccountRegistry.getInstance(null).getTelephonyConnectionService(); in setActiveDeviceToDeviceTransport()
/packages/services/Telephony/src/com/android/services/telephony/
DPstnIncomingCallNotifier.java387 TelecomAccountRegistry telecomAccountRegistry = TelecomAccountRegistry.getInstance(null); in findCorrectPhoneAccountHandle()
418 TelecomAccountRegistry registry = TelecomAccountRegistry.getInstance(null); in maybeSwapAnyWithUnknownConnection()
DTelecomAccountRegistry.java81 public class TelecomAccountRegistry { class
1119 private static TelecomAccountRegistry sInstance;
1150 TelecomAccountRegistry(Context context) { in TelecomAccountRegistry() method in TelecomAccountRegistry
1169 public static synchronized TelecomAccountRegistry getInstance(Context context) { in getInstance()
1171 sInstance = new TelecomAccountRegistry(context); in getInstance()
DImsConferenceController.java125 private TelecomAccountRegistry mTelecomAccountRegistry;
133 public ImsConferenceController(TelecomAccountRegistry telecomAccountRegistry, in ImsConferenceController()
DTelephonyConnectionService.java487 TelecomAccountRegistry.getInstance(this), in onCreate()
495 TelecomAccountRegistry.getInstance(this).setTelephonyConnectionService(this); in onCreate()
558 ImsConference conference = new ImsConference(TelecomAccountRegistry.getInstance(this), in prepareConference()
1876 TelecomAccountRegistry.getInstance(this).isVideoPauseSupported( in createConnectionFor()
1879 TelecomAccountRegistry.getInstance(this).isManageImsConferenceCallSupported( in createConnectionFor()
1882 TelecomAccountRegistry.getInstance(this).isShowPreciseFailedCause( in createConnectionFor()
2560 PhoneAccountHandle handle = TelecomAccountRegistry.getInstance(this) in adjustAccountHandle()
DConferenceParticipantConnection.java183 SubscriptionInfo subInfo = TelecomAccountRegistry.getInstance(null). in getCountryIso()
DImsConference.java355 private TelecomAccountRegistry mTelecomAccountRegistry;
420 public ImsConference(TelecomAccountRegistry telecomAccountRegistry, in ImsConference()
DTelephonyConnection.java3042 TelecomAccountRegistry telecomAccountRegistry = getTelecomAccountRegistry( in refreshConferenceSupported()
3732 public TelecomAccountRegistry getTelecomAccountRegistry(Context context) { in getTelecomAccountRegistry()
3733 return TelecomAccountRegistry.getInstance(context); in getTelecomAccountRegistry()