Searched refs:thirdPartyAction (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/logging/
H A DQuickContactEvent.java38 public String thirdPartyAction; field in class:QuickContactEvent
86 .add("thirdPartyAction", thirdPartyAction)
H A DLogger.java86 int actionType, String thirdPartyAction) {
94 event.thirdPartyAction = thirdPartyAction == null ? "" : thirdPartyAction;
85 logQuickContactEvent(String referrer, int contactType, int cardType, int actionType, String thirdPartyAction) argument
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DQuickContactActivity.java443 final String thirdPartyAction = intent.getStringExtra(EXTRA_THIRD_PARTY_ACTION);
445 CardType.UNKNOWN_CARD, actionType, thirdPartyAction);
1109 actionType, /* thirdPartyAction */ null);
1309 ActionType.UNKNOWN_ACTION, /* thirdPartyAction */ null);
1381 ActionType.UNKNOWN_ACTION, /* thirdPartyAction */ null);
1444 ActionType.UNKNOWN_ACTION, /* thirdPartyAction */ null);
2535 ActionType.UNKNOWN_ACTION, /* thirdPartyAction */ null);
2586 ActionType.UNKNOWN_ACTION, /* thirdPartyAction */ null);
2856 /* thirdPartyAction */ null);
2862 ActionType.ADD, /* thirdPartyAction */ nul
[all...]

Completed in 73 milliseconds