Merge "Rename app_details to entity_header"

This commit is contained in:
TreeHugger Robot
2017-05-18 19:04:09 +00:00
committed by Android (Google) Code Review
8 changed files with 17 additions and 17 deletions

View File

@@ -48,10 +48,10 @@ public class AccountDetailDashboardFragment extends DashboardFragment {
public static final String KEY_ACCOUNT_HEADER = "account_header";
public static final String KEY_USER_HANDLE = "user_handle";
@VisibleForTesting(otherwise = VisibleForTesting.PRIVATE)
@VisibleForTesting
Account mAccount;
private String mAccountLabel;
@VisibleForTesting(otherwise = VisibleForTesting.PRIVATE)
@VisibleForTesting
String mAccountType;
private AccountSyncPreferenceController mAccountSynController;
private RemoveAccountPreferenceController mRemoveAccountController;