OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:callaccountlabel
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Dialer/src/com/android/dialer/calllog/
PhoneCallDetailsViews.java
35
public final TextView
callAccountLabel
;
39
TextView voicemailTranscriptionView, TextView
callAccountLabel
) {
45
this.
callAccountLabel
=
callAccountLabel
;
PhoneCallDetailsHelper.java
129
views.
callAccountLabel
.setVisibility(View.VISIBLE);
130
views.
callAccountLabel
.setText(accountLabel);
134
views.
callAccountLabel
.setTextColor(mContext.getResources().getColor(defaultColor));
136
views.
callAccountLabel
.setTextColor(color);
139
views.
callAccountLabel
.setVisibility(View.GONE);
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/
PhoneCallDetailsHelperTest.java
400
assertEquals(callAccountText, mViews.
callAccountLabel
.getText());
405
assertEquals(text, mViews.
callAccountLabel
.getText());
412
assertEquals(accountLabel + " " + viaNumberText, mViews.
callAccountLabel
.getText());
417
assertEquals(mViews.
callAccountLabel
.getVisibility(), View.GONE);
CallLogAdapterTest.java
303
mViewHolder.phoneCallDetailsViews.
callAccountLabel
.getText());
316
mViewHolder.phoneCallDetailsViews.
callAccountLabel
.getVisibility());
[
all
...]
Completed in 2261 milliseconds