Loading src/com/android/contacts/common/model/account/BaseAccountType.java +1 −1 Original line number Diff line number Diff line Loading @@ -119,7 +119,7 @@ public abstract class BaseAccountType extends AccountType { this.accountType = null; this.dataSet = null; this.titleRes = R.string.account_phone; this.iconRes = R.mipmap.ic_contacts_clr_48cv_44dp; this.iconRes = R.mipmap.ic_contacts_launcher; } protected static EditType buildPhoneType(int type) { Loading src/com/android/contacts/common/model/account/FallbackAccountType.java +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ public class FallbackAccountType extends BaseAccountType { this.accountType = null; this.dataSet = null; this.titleRes = R.string.account_phone; this.iconRes = R.mipmap.ic_contacts_clr_48cv_44dp; this.iconRes = R.mipmap.ic_contacts_launcher; // Note those are only set for unit tests. this.resourcePackageName = resPackageName; Loading Loading
src/com/android/contacts/common/model/account/BaseAccountType.java +1 −1 Original line number Diff line number Diff line Loading @@ -119,7 +119,7 @@ public abstract class BaseAccountType extends AccountType { this.accountType = null; this.dataSet = null; this.titleRes = R.string.account_phone; this.iconRes = R.mipmap.ic_contacts_clr_48cv_44dp; this.iconRes = R.mipmap.ic_contacts_launcher; } protected static EditType buildPhoneType(int type) { Loading
src/com/android/contacts/common/model/account/FallbackAccountType.java +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ public class FallbackAccountType extends BaseAccountType { this.accountType = null; this.dataSet = null; this.titleRes = R.string.account_phone; this.iconRes = R.mipmap.ic_contacts_clr_48cv_44dp; this.iconRes = R.mipmap.ic_contacts_launcher; // Note those are only set for unit tests. this.resourcePackageName = resPackageName; Loading