Lines Matching refs:phoneAccount
571 public Builder(PhoneAccount phoneAccount) { in Builder() argument
572 mAccountHandle = phoneAccount.getAccountHandle(); in Builder()
573 mAddress = phoneAccount.getAddress(); in Builder()
574 mSubscriptionAddress = phoneAccount.getSubscriptionAddress(); in Builder()
575 mCapabilities = phoneAccount.getCapabilities(); in Builder()
576 mHighlightColor = phoneAccount.getHighlightColor(); in Builder()
577 mLabel = phoneAccount.getLabel(); in Builder()
578 mShortDescription = phoneAccount.getShortDescription(); in Builder()
579 mSupportedUriSchemes.addAll(phoneAccount.getSupportedUriSchemes()); in Builder()
580 mIcon = phoneAccount.getIcon(); in Builder()
581 mIsEnabled = phoneAccount.isEnabled(); in Builder()
582 mExtras = phoneAccount.getExtras(); in Builder()
583 mGroupId = phoneAccount.getGroupId(); in Builder()
584 mSupportedAudioRoutes = phoneAccount.getSupportedAudioRoutes(); in Builder()
585 if (phoneAccount.hasSimultaneousCallingRestriction()) { in Builder()
586 mSimultaneousCallingRestriction = phoneAccount.getSimultaneousCallingRestriction(); in Builder()