Home
last modified time | relevance | path

Searched refs:TYPE_ACTION (Results 1 – 25 of 27) sorted by relevance

12

/aosp12/frameworks/base/core/java/com/android/internal/logging/
H A DMetricsLogger.java69 content.setType(MetricsEvent.TYPE_ACTION); in write()
135 saveLog(new LogMaker(category).setType(MetricsEvent.TYPE_ACTION)); in action()
142 saveLog(new LogMaker(category).setType(MetricsEvent.TYPE_ACTION).setSubtype(value)); in action()
149 saveLog(new LogMaker(category).setType(MetricsEvent.TYPE_ACTION).setSubtype(value ? 1 : 0)); in action()
159 saveLog(new LogMaker(category).setType(MetricsEvent.TYPE_ACTION).setPackageName(pkg)); in action()
/aosp12/frameworks/base/core/java/android/view/inputmethod/
H A DInlineSuggestionInfo.java58 public static final @Type String TYPE_ACTION = "android:autofill:action"; field in InlineSuggestionInfo
140 TYPE_ACTION
188 && !(java.util.Objects.equals(mType, TYPE_ACTION))) { in InlineSuggestionInfo()
192 + "TYPE_ACTION(" + TYPE_ACTION + ")"); in InlineSuggestionInfo()
360 && !(java.util.Objects.equals(mType, TYPE_ACTION))) { in InlineSuggestionInfo()
364 + "TYPE_ACTION(" + TYPE_ACTION + ")"); in InlineSuggestionInfo()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/core/instrumentation/
H A DEventLogWriter.java54 .setType(MetricsProto.MetricsEvent.TYPE_ACTION); in action()
76 .setType(MetricsProto.MetricsEvent.TYPE_ACTION) in action()
85 .setType(MetricsProto.MetricsEvent.TYPE_ACTION); in action()
/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DDisplayFoldDurationLogger.java87 .setType(MetricsProto.MetricsEvent.TYPE_ACTION) in logFocusedAppWithFoldState()
109 .setType(MetricsProto.MetricsEvent.TYPE_ACTION) in log()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLockscreenGestureLogger.java103 .setType(MetricsEvent.TYPE_ACTION) in write()
126 .setType(MetricsEvent.TYPE_ACTION) in writeAtFractionalPosition()
/aosp12/frameworks/base/core/java/android/hardware/display/
H A DColorDisplayManager.java271 .setType(MetricsEvent.TYPE_ACTION) in setNightDisplayAutoMode()
304 .setType(MetricsEvent.TYPE_ACTION) in setNightDisplayCustomStartTime()
336 .setType(MetricsEvent.TYPE_ACTION) in setNightDisplayCustomEndTime()
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DInlineSuggestionFactory.java52 InlineSuggestionInfo.TYPE_ACTION, () -> uiCallback.authenticate(requestId, in createInlineAuthentication()
94 : InlineSuggestionInfo.TYPE_ACTION; in createInlineSuggestions()
H A DAutoFillUI.java227 log.setType(MetricsEvent.TYPE_ACTION); in showFillUi()
331 log.setType(MetricsEvent.TYPE_ACTION); in showSaveUi()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSTileImpl.java29 import static com.android.internal.logging.nano.MetricsProto.MetricsEvent.TYPE_ACTION;
289 mMetricsLogger.write(populate(new LogMaker(ACTION_QS_CLICK).setType(TYPE_ACTION) in click()
301 mMetricsLogger.write(populate(new LogMaker(ACTION_QS_SECONDARY_CLICK).setType(TYPE_ACTION) in secondaryClick()
313 mMetricsLogger.write(populate(new LogMaker(ACTION_QS_LONG_PRESS).setType(TYPE_ACTION) in longClick()
/aosp12/frameworks/base/core/java/android/app/slice/
H A DSliceMetrics.java89 .setType(MetricsEvent.TYPE_ACTION) in logTouch()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/
H A DQSTileImplTest.java27 import static com.android.internal.logging.nano.MetricsProto.MetricsEvent.TYPE_ACTION;
367 if (arg.getType() != TYPE_ACTION) { in matches()
368 mInvalid = "Expected type " + TYPE_ACTION + " but was " + arg.getType(); in matches()
/aosp12/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/builders/
H A DPreferenceSliceBuilder.java234 public static final int TYPE_ACTION = 2; field in PreferenceSliceBuilder.RowBuilder
676 mEndTypes.add(TYPE_ACTION); in addEndItem()
H A DPreferenceSliceBuilderImpl.java354 case RowBuilder.TYPE_ACTION: in fillFrom()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationSnooze.java77 .setType(MetricsEvent.TYPE_ACTION);
357 .setType(MetricsEvent.TYPE_ACTION) in logOptionSelection()
H A DNotificationInfo.java715 .setType(MetricsEvent.TYPE_ACTION)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
H A DDefaultUiController.java156 .setType(MetricsEvent.TYPE_ACTION) in logInvocationProgressMetrics()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutControllerTest.java349 MetricsProto.MetricsEvent.TYPE_ACTION)); in testOnMenuShownLogging()
371 MetricsProto.MetricsEvent.TYPE_ACTION)); in testOnMenuClickedLogging()
/aosp12/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
H A DLeanbackKeyboardContainer.java195 public static final int TYPE_ACTION = 2; field in LeanbackKeyboardContainer.KeyFocus
990 configureFocus(focus, mRect, 0, KeyFocus.TYPE_ACTION); in getBestFocus()
1052 case KeyFocus.TYPE_ACTION: in setKbFocus()
1274 case KeyFocus.TYPE_ACTION: in getNextFocusInDirection()
H A DLeanbackKeyboardController.java344 case KeyFocus.TYPE_ACTION: in commitKey()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationPresenterTest.java212 .setType(MetricsEvent.TYPE_ACTION)); in onActivatedMetrics()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
H A DKeyButtonView.java409 .setType(MetricsEvent.TYPE_ACTION) in sendEvent()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DInstantAppResolver.java539 .setType(MetricsProto.MetricsEvent.TYPE_ACTION) in logMetrics()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java353 .setType(MetricsEvent.TYPE_ACTION)
379 .setType(MetricsEvent.TYPE_ACTION));
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DBatteryService.java539 builder.setType(MetricsEvent.TYPE_ACTION); in processValuesLocked()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java1066 .setType(MetricsEvent.TYPE_ACTION)
1100 .setType(MetricsEvent.TYPE_ACTION)
1278 .setType(MetricsEvent.TYPE_ACTION));
3316 .setType(MetricsEvent.TYPE_ACTION)

12