Home
last modified time | relevance | path

Searched defs:actionType (Results 1 – 8 of 8) sorted by relevance

/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
94 int actionType) { in Builder()
/packages/apps/Contacts/src/com/android/contacts/logging/
DLogger.java67 public static void logListEvent(int actionType, int listType, int count, int clickedIndex, in logListEvent()
86 int actionType, String thirdPartyAction) { in logQuickContactEvent()
DListEvent.java26 public int actionType; field in ListEvent
DQuickContactEvent.java35 public int actionType; field in QuickContactEvent
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
DTaskOverlayFactoryGo.java203 private void sendNIUIntent(String actionType) { in sendNIUIntent()
234 private Intent createNIUIntent(String actionType) { in createNIUIntent()
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/logging/
DContextualCardLogUtils.java250 public static int actionTypeToTapTarget(int actionType) { in actionTypeToTapTarget()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java928 final int actionType = mContactData == null ? ActionType.START : ActionType.UNKNOWN_ACTION; in bindContactData() local
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiMetrics.java4314 int notificationType, int actionType) { in incrementConnectToNetworkNotificationAction()