Home
last modified time | relevance | path

Searched refs:actionType (Results 1 – 10 of 10) 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/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/usagereporting/
DTakenActionGenericDocument.java49 int actionType = (int) document.getPropertyLong(PROPERTY_PATH_ACTION_TYPE); in create() local
50 switch (actionType) { in create()
94 int actionType) { in Builder() argument
100 setPropertyLong(PROPERTY_PATH_ACTION_TYPE, actionType); in Builder()
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
DTaskOverlayFactoryGo.java203 private void sendNIUIntent(String actionType) { in sendNIUIntent() argument
205 showDialog(actionType, ASSISTANT_NOT_SELECTED); in sendNIUIntent()
210 showDialog(actionType, PRIVACY_CONFIRMATION); in sendNIUIntent()
214 Intent intent = createNIUIntent(actionType); in sendNIUIntent()
218 () -> showDialog(actionType, ASSISTANT_NOT_SUPPORTED)); in sendNIUIntent()
229 showDialog(actionType, ASSISTANT_NOT_SUPPORTED); in sendNIUIntent()
234 private Intent createNIUIntent(String actionType) { in createNIUIntent() argument
235 Intent intent = new Intent(actionType) in createNIUIntent()
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/logging/
DContextualCardLogUtils.java250 public static int actionTypeToTapTarget(int actionType) { in actionTypeToTapTarget() argument
251 switch (actionType) { in actionTypeToTapTarget()
259 Log.w(TAG, "unknown type " + actionType); in actionTypeToTapTarget()
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
DSliceFullCardRendererHelper.java57 eventInfo.actionType, cardHolder.getAdapterPosition()); in bindView()
/packages/apps/Settings/src/com/android/settings/panel/
DPanelSlicesAdapter.java169 eventInfo.actionType /* value */); in onBind()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java385 final int actionType = intent.getIntExtra(EXTRA_ACTION_TYPE,
389 CardType.UNKNOWN_CARD, actionType, thirdPartyAction);
928 final int actionType = mContactData == null ? ActionType.START : ActionType.UNKNOWN_ACTION; in bindContactData() local
943 actionType, /* thirdPartyAction */ null); in bindContactData()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiMetrics.java4314 int notificationType, int actionType) { in incrementConnectToNetworkNotificationAction() argument
4317 + actionType; in incrementConnectToNetworkNotificationAction()
8204 int actionType, boolean isDialog) {
8206 switch (actionType) {
8229 int actionType, boolean isDialog) {
8231 switch (actionType) {