Home
last modified time | relevance | path

Searched refs:mAccountLabel (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Dialer/tests/src/com/android/dialer/calllog/calllogcache/
DTestTelecomCallLogCache.java33 private String mAccountLabel; field in TestTelecomCallLogCache
39 mAccountLabel = accountLabel; in TestTelecomCallLogCache()
49 return mAccountLabel; in getAccountLabel()
53 mAccountLabel = accountLabel; in setAccountLabel()
/packages/apps/Dialer/src/com/android/dialer/
DCallDetailActivity.java160 mAccountLabel.setText(accountLabel);
161 mAccountLabel.setContentDescription(accountContentDescription);
162 mAccountLabel.setVisibility(View.VISIBLE);
164 mAccountLabel.setVisibility(View.GONE);
235 private TextView mAccountLabel; field in CallDetailActivity
276 mAccountLabel = (TextView) findViewById(R.id.phone_account_label); in onCreate()