Home
last modified time | relevance | path

Searched refs:UNKNOWN_ACTION (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/logging/
DQuickContactEvent.java59 public static final int UNKNOWN_ACTION = 0; field in QuickContactEvent.ActionType
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java386 ActionType.UNKNOWN_ACTION);
928 final int actionType = mContactData == null ? ActionType.START : ActionType.UNKNOWN_ACTION; in bindContactData()
1077 ActionType.UNKNOWN_ACTION, /* thirdPartyAction */ null); in populateContactAndAboutCard()
1148 ActionType.UNKNOWN_ACTION, /* thirdPartyAction */ null); in populateContactAndAboutCard()
1209 ActionType.UNKNOWN_ACTION, /* thirdPartyAction */ null); in initializeNoContactDetailCard()
2501 ActionType.UNKNOWN_ACTION, /* thirdPartyAction */ null); in Logger.logQuickContactEvent() argument