Lines Matching refs:phoneAccount
560 public Builder(PhoneAccount phoneAccount) { in Builder() argument
561 mAccountHandle = phoneAccount.getAccountHandle(); in Builder()
562 mAddress = phoneAccount.getAddress(); in Builder()
563 mSubscriptionAddress = phoneAccount.getSubscriptionAddress(); in Builder()
564 mCapabilities = phoneAccount.getCapabilities(); in Builder()
565 mHighlightColor = phoneAccount.getHighlightColor(); in Builder()
566 mLabel = phoneAccount.getLabel(); in Builder()
567 mShortDescription = phoneAccount.getShortDescription(); in Builder()
568 mSupportedUriSchemes.addAll(phoneAccount.getSupportedUriSchemes()); in Builder()
569 mIcon = phoneAccount.getIcon(); in Builder()
570 mIsEnabled = phoneAccount.isEnabled(); in Builder()
571 mExtras = phoneAccount.getExtras(); in Builder()
572 mGroupId = phoneAccount.getGroupId(); in Builder()
573 mSupportedAudioRoutes = phoneAccount.getSupportedAudioRoutes(); in Builder()