Searched defs:actionType (Results 1 – 8 of 8) sorted by relevance
49 int actionType = (int) document.getPropertyLong(PROPERTY_PATH_ACTION_TYPE); in create() local94 int actionType) { in Builder()
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
203 private void sendNIUIntent(String actionType) { in sendNIUIntent()234 private Intent createNIUIntent(String actionType) { in createNIUIntent()
250 public static int actionTypeToTapTarget(int actionType) { in actionTypeToTapTarget()
928 final int actionType = mContactData == null ? ActionType.START : ActionType.UNKNOWN_ACTION; in bindContactData() local
4314 int notificationType, int actionType) { in incrementConnectToNetworkNotificationAction()