Searched defs:actionType (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/logging/
H A DListEvent.java26 public int actionType; field in class:ListEvent
87 .add("actionType", actionType)
H A DLogger.java67 public static void logListEvent(int actionType, int listType, int count, int clickedIndex, argument
70 event.actionType = actionType;
86 int actionType, String thirdPartyAction) {
93 event.actionType = actionType;
85 logQuickContactEvent(String referrer, int contactType, int cardType, int actionType, String thirdPartyAction) argument
H A DQuickContactEvent.java35 public int actionType; field in class:QuickContactEvent
85 .add("actionType", actionType)

Completed in 50 milliseconds