OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:callTypeIcons
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Dialer/src/com/android/dialer/calllog/
PhoneCallDetailsViews.java
32
public final CallTypeIconsView
callTypeIcons
;
38
CallTypeIconsView
callTypeIcons
, TextView callLocationAndDate,
42
this.
callTypeIcons
=
callTypeIcons
;
PhoneCallDetailsHelper.java
90
views.
callTypeIcons
.clear();
94
views.
callTypeIcons
.add(details.callTypes[index]);
101
views.
callTypeIcons
.setShowVideo(
103
views.
callTypeIcons
.requestLayout();
104
views.
callTypeIcons
.setVisibility(View.VISIBLE);
CallLogListItemViewHolder.java
510
phoneCallDetailsViews.
callTypeIcons
.isVideoShown()) {
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/
PhoneCallDetailsHelperTest.java
430
assertEquals(isVideoCall, mViews.
callTypeIcons
.isVideoShown());
435
assertEquals(ids.length, mViews.
callTypeIcons
.getCount());
438
assertEquals(id, mViews.
callTypeIcons
.getCallType(index));
440
assertEquals(View.VISIBLE, mViews.
callTypeIcons
.getVisibility());
448
assertEquals(ids.length, mViews.
callTypeIcons
.getCount());
451
assertEquals(id, mViews.
callTypeIcons
.getCallType(index));
453
assertEquals(View.VISIBLE, mViews.
callTypeIcons
.getVisibility());
Completed in 110 milliseconds