Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/services/telephony/
DImsConferenceControllerTest.java46 private TelecomAccountRegistry mTelecomAccountRegistry;
49 private TelecomAccountRegistry mMockTelecomAccountRegistry;
62 mTelecomAccountRegistry = TelecomAccountRegistry.getInstance(null); in setUp()
DImsConferenceTest.java59 private TelecomAccountRegistry mMockTelecomAccountRegistry;
/packages/services/Telephony/src/com/android/services/telephony/
DPstnIncomingCallNotifier.java350 TelecomAccountRegistry telecomAccountRegistry = TelecomAccountRegistry.getInstance(null); in findCorrectPhoneAccountHandle()
381 TelecomAccountRegistry registry = TelecomAccountRegistry.getInstance(null); in maybeSwapAnyWithUnknownConnection()
DTelecomAccountRegistry.java80 public class TelecomAccountRegistry { class
1070 private static TelecomAccountRegistry sInstance;
1101 TelecomAccountRegistry(Context context) { in TelecomAccountRegistry() method in TelecomAccountRegistry
1119 public static synchronized TelecomAccountRegistry getInstance(Context context) { in getInstance()
1121 sInstance = new TelecomAccountRegistry(context); in getInstance()
DImsConferenceController.java125 private TelecomAccountRegistry mTelecomAccountRegistry;
133 public ImsConferenceController(TelecomAccountRegistry telecomAccountRegistry, in ImsConferenceController()
DTelephonyConnectionService.java508 TelecomAccountRegistry.getInstance(this), in onCreate()
516 TelecomAccountRegistry.getInstance(this).setTelephonyConnectionService(this); in onCreate()
584 ImsConference conference = new ImsConference(TelecomAccountRegistry.getInstance(this), in prepareConference()
1829 TelecomAccountRegistry.getInstance(this).isVideoPauseSupported( in createConnectionFor()
1832 TelecomAccountRegistry.getInstance(this).isManageImsConferenceCallSupported( in createConnectionFor()
1835 TelecomAccountRegistry.getInstance(this).isShowPreciseFailedCause( in createConnectionFor()
DConferenceParticipantConnection.java183 SubscriptionInfo subInfo = TelecomAccountRegistry.getInstance(null). in getCountryIso()
DImsConference.java353 private TelecomAccountRegistry mTelecomAccountRegistry;
418 public ImsConference(TelecomAccountRegistry telecomAccountRegistry, in ImsConference()
DTelephonyConnection.java2723 TelecomAccountRegistry telecomAccountRegistry = TelecomAccountRegistry in refreshConferenceSupported()
/packages/services/Telephony/src/com/android/phone/
DPhoneApp.java22 import com.android.services.telephony.TelecomAccountRegistry;
41 TelecomAccountRegistry.getInstance(this).setupOnBoot(); in onCreate()