HomeSort by relevance Sort by last modified time
    Searched refs:InCallContactInteractions (Results 1 - 3 of 3) sorted by null

  /packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/
InCallContactInteractionsTest.java 23 import com.android.incallui.InCallContactInteractions.BusinessContextInfo;
32 * Tests for InCallContactInteractions class methods for formatting info for display.
35 * the output of InCallContactInteractions methods are compared against strings in 12hr time format
39 private InCallContactInteractions mInCallContactInteractions;
44 mInCallContactInteractions = new InCallContactInteractions(mContext, true /* isBusiness */);
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
InCallContactInteractions.java 53 public class InCallContactInteractions {
54 private static final String TAG = InCallContactInteractions.class.getSimpleName();
62 public InCallContactInteractions(Context context, boolean isBusiness) {
CallCardPresenter.java 91 private InCallContactInteractions mInCallContactInteractions;
676 new InCallContactInteractions(mContext, isBusiness);
    [all...]

Completed in 797 milliseconds