Loading src/com/android/settings/accounts/AccountTypePreference.java +0 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,6 @@ public class AccountTypePreference extends Preference implements OnPreferenceCli String titleResPackageName, int titleResId, CharSequence summary, String fragment, Bundle fragmentArguments, Drawable icon) { super(context); setLayoutResource(R.layout.preference_small_icon); mTitle = account.name; mTitleResPackageName = titleResPackageName; mTitleResId = titleResId; Loading Loading
src/com/android/settings/accounts/AccountTypePreference.java +0 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,6 @@ public class AccountTypePreference extends Preference implements OnPreferenceCli String titleResPackageName, int titleResId, CharSequence summary, String fragment, Bundle fragmentArguments, Drawable icon) { super(context); setLayoutResource(R.layout.preference_small_icon); mTitle = account.name; mTitleResPackageName = titleResPackageName; mTitleResId = titleResId; Loading