OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mInCallContactInteractions
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/
InCallContactInteractionsTest.java
39
private InCallContactInteractions
mInCallContactInteractions
;
44
mInCallContactInteractions
= new InCallContactInteractions(mContext, true /* isBusiness */);
49
mInCallContactInteractions
.constructHoursInfo(
60
mInCallContactInteractions
.constructHoursInfo(
71
mInCallContactInteractions
.constructHoursInfo(
82
mInCallContactInteractions
.constructHoursInfo(
96
mInCallContactInteractions
.constructHoursInfo(
110
mInCallContactInteractions
.constructHoursInfo(
121
mInCallContactInteractions
.constructHoursInfo(
132
mInCallContactInteractions
.constructHoursInfo
[
all
...]
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
CallCardPresenter.java
91
private InCallContactInteractions
mInCallContactInteractions
;
240
if (
mInCallContactInteractions
!= null &&
650
mInCallContactInteractions
.getBusinessListHeaderView());
653
mInCallContactInteractions
.setBusinessInfo(
657
getUi().setContactContextContent(
mInCallContactInteractions
.getListAdapter());
674
if (
mInCallContactInteractions
== null) {
675
mInCallContactInteractions
=
680
return
mInCallContactInteractions
.switchContactType(isBusiness);
[
all
...]
Completed in 204 milliseconds