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

  /packages/apps/Dialer/java/com/android/dialer/searchfragment/cp2/
SearchContactViewHolder.java 56 CallToAction.NONE,
57 CallToAction.VIDEO_CALL,
58 CallToAction.DUO_CALL,
59 CallToAction.SHARE_AND_CALL
61 @interface CallToAction {
78 private @CallToAction int currentAction;
166 case CallToAction.NONE:
170 case CallToAction.SHARE_AND_CALL:
178 case CallToAction.DUO_CALL:
179 case CallToAction.VIDEO_CALL
    [all...]
  /packages/apps/Dialer/java/com/android/contacts/common/list/
PhoneNumberListAdapter.java 39 import com.android.contacts.common.list.ContactListItemView.CallToAction;
394 @CallToAction int action = ContactListItemView.NONE;
ContactListItemView.java 85 public @interface CallToAction {}
185 private @CallToAction int mCallToAction = NONE;
319 * Sets whether the call to action is shown. For the {@link CallToAction} to be shown, it must be
322 * @param action {@link CallToAction} you want to display (if it's supported).
326 public void setCallToAction(@CallToAction int action, Listener listener, int position) {
363 public @CallToAction int getCallToAction() {
    [all...]

Completed in 295 milliseconds