Searched refs:mAccountLabel (Results 1 – 2 of 2) sorted by relevance
57 private String mAccountLabel; field in AccountDetailDashboardFragment78 mAccountLabel = args.getString(KEY_ACCOUNT_LABEL); in onCreate()94 if (mAccountLabel != null) { in onActivityCreated()95 getActivity().setTitle(mAccountLabel); in onActivityCreated()
54 private final CharSequence mAccountLabel = "Type 1"; field in AccountDetailsFragmentTest90 assertThat(toolbar.getTitle().toString()).isEqualTo(mAccountLabel.toString()); in onActivityCreated_titleShouldBeSet()118 AccountDetailsFragment.newInstance(mAccount, mAccountLabel, mUserInfo), in setUpFragment()