Lines Matching refs:phoneAccount
190 public Builder(PhoneAccount phoneAccount) { in Builder() argument
191 mAccountHandle = phoneAccount.getAccountHandle(); in Builder()
192 mAddress = phoneAccount.getAddress(); in Builder()
193 mSubscriptionAddress = phoneAccount.getSubscriptionAddress(); in Builder()
194 mCapabilities = phoneAccount.getCapabilities(); in Builder()
195 mIconResId = phoneAccount.getIconResId(); in Builder()
196 mIconPackageName = phoneAccount.getIconPackageName(); in Builder()
197 mIconBitmap = phoneAccount.getIconBitmap(); in Builder()
198 mIconTint = phoneAccount.getIconTint(); in Builder()
199 mHighlightColor = phoneAccount.getHighlightColor(); in Builder()
200 mLabel = phoneAccount.getLabel(); in Builder()
201 mShortDescription = phoneAccount.getShortDescription(); in Builder()
202 mSupportedUriSchemes.addAll(phoneAccount.getSupportedUriSchemes()); in Builder()