Searched refs:InCallContactInteractions (Results 1 – 3 of 3) sorted by relevance
23 import com.android.incallui.InCallContactInteractions.BusinessContextInfo;39 private InCallContactInteractions mInCallContactInteractions;44 mInCallContactInteractions = new InCallContactInteractions(mContext, true /* isBusiness */); in setUp()
53 public class InCallContactInteractions { class54 private static final String TAG = InCallContactInteractions.class.getSimpleName();62 public InCallContactInteractions(Context context, boolean isBusiness) { in InCallContactInteractions() method in InCallContactInteractions
91 private InCallContactInteractions mInCallContactInteractions;676 new InCallContactInteractions(mContext, isBusiness); in setInCallContactInteractionsType()