Home
last modified time | relevance | path

Searched refs:registerPhoneAccount (Results 1 – 13 of 13) sorted by relevance

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DSelfManagedCallList.java98 registerPhoneAccount(context, SELF_MANAGED_ACCOUNT_1, SELF_MANAGED_ADDRESS_1, in registerPhoneAccounts()
100 registerPhoneAccount(context, SELF_MANAGED_ACCOUNT_2, SELF_MANAGED_ADDRESS_2, in registerPhoneAccounts()
104 public void registerPhoneAccount(Context context, String id, Uri address, String name, in registerPhoneAccount() method in SelfManagedCallList
124 TelecomManager.from(context).registerPhoneAccount(builder.build()); in registerPhoneAccount()
DCallServiceNotifier.java112 public void registerPhoneAccount(Context context) { in registerPhoneAccount() method in CallServiceNotifier
129 telecomManager.registerPhoneAccount(PhoneAccount.builder( in registerPhoneAccount()
150 telecomManager.registerPhoneAccount(PhoneAccount.builder( in registerPhoneAccount()
170 telecomManager.registerPhoneAccount(PhoneAccount.builder( in registerPhoneAccount()
189 telecomManager.registerPhoneAccount(PhoneAccount.builder( in registerPhoneAccount()
DCallNotificationReceiver.java64 CallServiceNotifier.getInstance().registerPhoneAccount(context); in onReceive()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTelecomSystemTest.java506 mTelecomSystem.getPhoneAccountRegistrar().registerPhoneAccount(mPhoneAccountA0); in setupConnectionServices()
507 mTelecomSystem.getPhoneAccountRegistrar().registerPhoneAccount(mPhoneAccountA1); in setupConnectionServices()
508 mTelecomSystem.getPhoneAccountRegistrar().registerPhoneAccount(mPhoneAccountA2); in setupConnectionServices()
509 mTelecomSystem.getPhoneAccountRegistrar().registerPhoneAccount(mPhoneAccountSelfManaged); in setupConnectionServices()
510 mTelecomSystem.getPhoneAccountRegistrar().registerPhoneAccount(mPhoneAccountB0); in setupConnectionServices()
511 mTelecomSystem.getPhoneAccountRegistrar().registerPhoneAccount(mPhoneAccountE0); in setupConnectionServices()
512 mTelecomSystem.getPhoneAccountRegistrar().registerPhoneAccount(mPhoneAccountE1); in setupConnectionServices()
DPhoneAccountRegistrarTest.java216 mRegistrar.registerPhoneAccount(account); in registerAndEnableAccount()
587 mRegistrar.registerPhoneAccount(selfManagedAccount); in testSelfManagedPhoneAccount()
614 mRegistrar.registerPhoneAccount(selfManagedAccount); in testSelfManagedCapabilityOverride()
820 mRegistrar.registerPhoneAccount(makeQuickAccountBuilder("id1", 1) in testGetByEnabledState()
DTelecomServiceImplTest.java514 mTSIBinder.registerPhoneAccount(testPhoneAccount); in registerPhoneAccountTestHelper()
521 verify(mFakePhoneAccountRegistrar).registerPhoneAccount(testPhoneAccount); in registerPhoneAccountTestHelper()
525 .registerPhoneAccount(any(PhoneAccount.class)); in registerPhoneAccountTestHelper()
/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/telecom/
DProjectionCallHandlerTest.java89 mTelecomManager.registerPhoneAccount(mHfpAccount); in setUp()
90 mTelecomManager.registerPhoneAccount(mNonHfpAccount); in setUp()
91 mTelecomManager.registerPhoneAccount(mAccountWithNoAddress); in setUp()
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
DSimulatorSimCallManager.java73 telecomManager.registerPhoneAccount(buildSimCallManagerAccount(context)); in register()
74 telecomManager.registerPhoneAccount(buildVideoProviderAccount(context)); in register()
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipAccountRegistry.java248 telecomManager.registerPhoneAccount(phoneAccount); in startSipProfiles()
/packages/services/Telephony/src/com/android/services/telephony/
DTelecomAccountRegistry.java181 mTelecomManager.registerPhoneAccount(newAccount); in reRegisterPstnPhoneAccount()
191 mTelecomManager.registerPhoneAccount(account); in registerPstnPhoneAccount()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientDeviceBlock.java63 mTelecomManager.registerPhoneAccount(mPhoneAccount); in HfpClientDeviceBlock()
/packages/services/Telecomm/src/com/android/server/telecom/
DTelecomServiceImpl.java444 public void registerPhoneAccount(PhoneAccount account) {
490 mPhoneAccountRegistrar.registerPhoneAccount(account);
DPhoneAccountRegistrar.java740 public void registerPhoneAccount(PhoneAccount account) { in registerPhoneAccount() method in PhoneAccountRegistrar