Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/logging/
DLogger.java86 int actionType, String thirdPartyAction) { in logQuickContactEvent() argument
94 event.thirdPartyAction = thirdPartyAction == null ? "" : thirdPartyAction; in logQuickContactEvent()
DQuickContactEvent.java38 public String thirdPartyAction; field in QuickContactEvent
86 .add("thirdPartyAction", thirdPartyAction) in toString()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java386 final String thirdPartyAction = intent.getStringExtra(EXTRA_THIRD_PARTY_ACTION);
388 CardType.UNKNOWN_CARD, actionType, thirdPartyAction);