Searched refs:accountBuilder (Results 1 – 2 of 2) sorted by relevance
552 PhoneAccount.Builder accountBuilder = PhoneAccount.builder(phoneAccountHandle, label) in buildPstnPhoneAccount() local571 accountBuilder.setSimultaneousCallingRestriction(simultaneousCallingHandles); in buildPstnPhoneAccount()575 return accountBuilder.build(); in buildPstnPhoneAccount()
3029 PhoneAccount.Builder accountBuilder = new PhoneAccount.Builder(account); in maybeCleansePhoneAccount() local3031 accountBuilder.setGroupId("***"); in maybeCleansePhoneAccount()3033 return accountBuilder.build(); in maybeCleansePhoneAccount()