Searched refs:registerPhoneAccount (Results 1 – 2 of 2) sorted by relevance
51 telecomService.registerPhoneAccount(phoneAccount); in registerAndUnRegister()69 … telecomService.registerPhoneAccount(PhoneAccount.builder(anotherPackageHandle, "another_package") in clearAccounts()77 telecomService.registerPhoneAccount(PhoneAccount.builder(accountHandle1, "another_package") in clearAccountsForPackage()81 telecomService.registerPhoneAccount(PhoneAccount.builder(accountHandle2, "another_package") in clearAccountsForPackage()93 telecomService.registerPhoneAccount(PhoneAccount.builder(handleMatchingScheme, "some_scheme") in getPhoneAccountsSupportingScheme()97 …telecomService.registerPhoneAccount(PhoneAccount.builder(handleNotMatchingScheme, "another_scheme") in getPhoneAccountsSupportingScheme()111 telecomService.registerPhoneAccount(PhoneAccount.builder(callCapableHandle, "enabled") in getCallCapablePhoneAccounts()115 telecomService.registerPhoneAccount(PhoneAccount.builder(notCallCapableHandler, "disabled") in getCallCapablePhoneAccounts()128 …telecomService.registerPhoneAccount(PhoneAccount.builder(handleInThisApplicationsPackage, "this_pa… in getPhoneAccountsForPackage()132 … telecomService.registerPhoneAccount(PhoneAccount.builder(anotherPackageHandle, "another_package") in getPhoneAccountsForPackage()
144 protected void registerPhoneAccount(PhoneAccount account) { in registerPhoneAccount() method in ShadowTelecomManager