Searched refs:mAccountLabel (Results 1 – 2 of 2) sorted by relevance
33 private String mAccountLabel; field in TestTelecomCallLogCache39 mAccountLabel = accountLabel; in TestTelecomCallLogCache()49 return mAccountLabel; in getAccountLabel()53 mAccountLabel = accountLabel; in setAccountLabel()
160 mAccountLabel.setText(accountLabel);161 mAccountLabel.setContentDescription(accountContentDescription);162 mAccountLabel.setVisibility(View.VISIBLE);164 mAccountLabel.setVisibility(View.GONE);235 private TextView mAccountLabel; field in CallDetailActivity276 mAccountLabel = (TextView) findViewById(R.id.phone_account_label); in onCreate()