Home
last modified time | relevance | path

Searched refs:actionType (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/logging/
DLogger.java67 public static void logListEvent(int actionType, int listType, int count, int clickedIndex, in logListEvent() argument
70 event.actionType = actionType; in logListEvent()
86 int actionType, String thirdPartyAction) { in logQuickContactEvent() argument
93 event.actionType = actionType; in logQuickContactEvent()
DListEvent.java26 public int actionType; field in ListEvent
87 .add("actionType", actionType) in toString()
DQuickContactEvent.java35 public int actionType; field in QuickContactEvent
85 .add("actionType", actionType) in toString()
/packages/experimental/PrintService/src/foo/bar/printservice/
DMyDialogActivity.java29 final int actionType = getIntent().getIntExtra(MyPrintService.INTENT_EXTRA_ACTION_TYPE, in onCreate() local
32 if (actionType == MyPrintService.ACTION_TYPE_ON_PRINT_JOB_PENDING) { in onCreate()
/packages/services/Car/TrustAgent/src/com/android/car/trust/comms/
DSimpleBleClient.java226 int actionType = action.getAction(); in executeAction() local
227 switch (actionType) { in executeAction()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java437 final int actionType = intent.getIntExtra(EXTRA_ACTION_TYPE,
441 CardType.UNKNOWN_CARD, actionType, thirdPartyAction);
1084 final int actionType = mContactData == null ? ActionType.START : ActionType.UNKNOWN_ACTION; in bindContactData() local
1099 actionType, /* thirdPartyAction */ null); in bindContactData()