OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:callAccountLabel
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Dialer/src/com/android/dialer/
PhoneCallDetailsViews.java
35
public final TextView
callAccountLabel
;
39
TextView voicemailTranscriptionView, TextView
callAccountLabel
) {
45
this.
callAccountLabel
=
callAccountLabel
;
PhoneCallDetailsHelper.java
115
views.
callAccountLabel
.setVisibility(View.VISIBLE);
116
views.
callAccountLabel
.setText(accountLabel);
120
views.
callAccountLabel
.setTextColor(mContext.getResources().getColor(defaultColor));
122
views.
callAccountLabel
.setTextColor(color);
125
views.
callAccountLabel
.setVisibility(View.GONE);
Completed in 546 milliseconds