/packages/apps/Contacts/src/com/android/contacts/logging/ |
D | Logger.java | 67 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()
|
D | ListEvent.java | 26 public int actionType; field in ListEvent 87 .add("actionType", actionType) in toString()
|
D | QuickContactEvent.java | 35 public int actionType; field in QuickContactEvent 85 .add("actionType", actionType) in toString()
|
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/usagereporting/ |
D | TakenActionGenericDocument.java | 49 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/ |
D | TaskOverlayFactoryGo.java | 203 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/ |
D | ContextualCardLogUtils.java | 250 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/ |
D | SliceFullCardRendererHelper.java | 57 eventInfo.actionType, cardHolder.getAdapterPosition()); in bindView()
|
/packages/apps/Settings/src/com/android/settings/panel/ |
D | PanelSlicesAdapter.java | 169 eventInfo.actionType /* value */); in onBind()
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
D | QuickContactActivity.java | 385 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/ |
D | WifiMetrics.java | 4314 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) {
|