Searched defs:actionType (Results 1 – 10 of 10) sorted by relevance
92 @ActionType int actionType) { in getNotificationAction()116 private static int getSemanticAction(@ActionType int actionType) { in getSemanticAction()
67 public static void logListEvent(int actionType, int listType, int count, int clickedIndex, in logListEvent()86 int actionType, String thirdPartyAction) { in logQuickContactEvent()
26 public int actionType; field in ListEvent
35 public int actionType; field in QuickContactEvent
198 private void sendNIUIntent(String actionType) { in sendNIUIntent()228 private Intent createNIUIntent(String actionType) { in createNIUIntent()
250 public static int actionTypeToTapTarget(int actionType) { in actionTypeToTapTarget()
773 public ConversationAction( in ConversationAction()
222 public void onTip(int actionType, int viewType) { in onTip()
927 final int actionType = mContactData == null ? ActionType.START : ActionType.UNKNOWN_ACTION; in bindContactData() local
3560 int notificationType, int actionType) { in incrementConnectToNetworkNotificationAction()