Home
last modified time | relevance | path

Searched refs:InCallContactInteractions (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/
DInCallContactInteractionsTest.java23 import com.android.incallui.InCallContactInteractions.BusinessContextInfo;
39 private InCallContactInteractions mInCallContactInteractions;
44 mInCallContactInteractions = new InCallContactInteractions(mContext, true /* isBusiness */); in setUp()
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DInCallContactInteractions.java53 public class InCallContactInteractions { class
54 private static final String TAG = InCallContactInteractions.class.getSimpleName();
62 public InCallContactInteractions(Context context, boolean isBusiness) { in InCallContactInteractions() method in InCallContactInteractions
DCallCardPresenter.java91 private InCallContactInteractions mInCallContactInteractions;
676 new InCallContactInteractions(mContext, isBusiness); in setInCallContactInteractionsType()