Searched refs:mAccountLabel (Results 1 – 3 of 3) sorted by relevance
57 private String mAccountLabel; field in AccountDetailDashboardFragment79 mAccountLabel = args.getString(KEY_ACCOUNT_LABEL); in onCreate()92 if (mAccountLabel != null) { in onActivityCreated()93 getActivity().setTitle(mAccountLabel); in onActivityCreated()
63 private final CharSequence mAccountLabel = "Type 1"; field in AccountDetailsFragmentTest95 assertThat(title.getText()).isEqualTo(mAccountLabel); in onActivityCreated_titleShouldBeSet()162 mFragment = AccountDetailsFragment.newInstance(mAccount, mAccountLabel, mUserInfo); in initFragment()