Searched refs:TelecomAccountRegistry (Results 1 – 12 of 12) sorted by relevance
44 private TelecomAccountRegistry mTelecomAccountRegistry;47 private TelecomAccountRegistry mMockTelecomAccountRegistry;60 mTelecomAccountRegistry = TelecomAccountRegistry.getInstance(null); in setUp()
96 TelecomAccountRegistry mTelecomAccountRegistry;252 public TelecomAccountRegistry getTelecomAccountRegistry(Context context) { in getTelecomAccountRegistry()
61 private TelecomAccountRegistry mMockTelecomAccountRegistry;
22 import com.android.services.telephony.TelecomAccountRegistry;41 TelecomAccountRegistry.getInstance(this).setupOnBoot(); in onCreate()
206 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()
387 TelecomAccountRegistry telecomAccountRegistry = TelecomAccountRegistry.getInstance(null); in findCorrectPhoneAccountHandle()418 TelecomAccountRegistry registry = TelecomAccountRegistry.getInstance(null); in maybeSwapAnyWithUnknownConnection()
81 public class TelecomAccountRegistry { class1119 private static TelecomAccountRegistry sInstance;1150 TelecomAccountRegistry(Context context) { in TelecomAccountRegistry() method in TelecomAccountRegistry1169 public static synchronized TelecomAccountRegistry getInstance(Context context) { in getInstance()1171 sInstance = new TelecomAccountRegistry(context); in getInstance()
125 private TelecomAccountRegistry mTelecomAccountRegistry;133 public ImsConferenceController(TelecomAccountRegistry telecomAccountRegistry, in ImsConferenceController()
487 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()
183 SubscriptionInfo subInfo = TelecomAccountRegistry.getInstance(null). in getCountryIso()
355 private TelecomAccountRegistry mTelecomAccountRegistry;420 public ImsConference(TelecomAccountRegistry telecomAccountRegistry, in ImsConference()
3042 TelecomAccountRegistry telecomAccountRegistry = getTelecomAccountRegistry( in refreshConferenceSupported()3732 public TelecomAccountRegistry getTelecomAccountRegistry(Context context) { in getTelecomAccountRegistry()3733 return TelecomAccountRegistry.getInstance(context); in getTelecomAccountRegistry()