Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/core/instrumentation/
H A DEventLogWriter.java54 .setType(MetricsProto.MetricsEvent.TYPE_ACTION); in clicked()
69 .setType(MetricsProto.MetricsEvent.TYPE_ACTION); in changed()
86 .setType(MetricsProto.MetricsEvent.TYPE_ACTION); in action()
108 .setType(MetricsProto.MetricsEvent.TYPE_ACTION) in action()
117 .setType(MetricsProto.MetricsEvent.TYPE_ACTION); in action()
/aosp14/frameworks/base/core/java/com/android/internal/logging/
H A DMetricsLogger.java65 content.setType(MetricsEvent.TYPE_ACTION); in write()
131 saveLog(new LogMaker(category).setType(MetricsEvent.TYPE_ACTION)); in action()
138 saveLog(new LogMaker(category).setType(MetricsEvent.TYPE_ACTION).setSubtype(value)); in action()
145 saveLog(new LogMaker(category).setType(MetricsEvent.TYPE_ACTION).setSubtype(value ? 1 : 0)); in action()
155 saveLog(new LogMaker(category).setType(MetricsEvent.TYPE_ACTION).setPackageName(pkg)); in action()
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/tare/
H A DJobSchedulerEconomicPolicy.java141 public static final int ACTION_JOB_MAX_START = TYPE_ACTION | POLICY_JOB | 0;
142 public static final int ACTION_JOB_MAX_RUNNING = TYPE_ACTION | POLICY_JOB | 1;
143 public static final int ACTION_JOB_HIGH_START = TYPE_ACTION | POLICY_JOB | 2;
144 public static final int ACTION_JOB_HIGH_RUNNING = TYPE_ACTION | POLICY_JOB | 3;
145 public static final int ACTION_JOB_DEFAULT_START = TYPE_ACTION | POLICY_JOB | 4;
146 public static final int ACTION_JOB_DEFAULT_RUNNING = TYPE_ACTION | POLICY_JOB | 5;
147 public static final int ACTION_JOB_LOW_START = TYPE_ACTION | POLICY_JOB | 6;
148 public static final int ACTION_JOB_LOW_RUNNING = TYPE_ACTION | POLICY_JOB | 7;
149 public static final int ACTION_JOB_MIN_START = TYPE_ACTION | POLICY_JOB | 8;
150 public static final int ACTION_JOB_MIN_RUNNING = TYPE_ACTION | POLICY_JOB | 9;
[all …]
H A DAlarmManagerEconomicPolicy.java124 TYPE_ACTION | POLICY_ALARM | 0;
126 TYPE_ACTION | POLICY_ALARM | 1;
128 TYPE_ACTION | POLICY_ALARM | 2;
130 TYPE_ACTION | POLICY_ALARM | 3;
132 TYPE_ACTION | POLICY_ALARM | 4;
134 TYPE_ACTION | POLICY_ALARM | 5;
136 TYPE_ACTION | POLICY_ALARM | 6;
138 TYPE_ACTION | POLICY_ALARM | 7;
140 TYPE_ACTION | POLICY_ALARM | 8;
H A DEconomicPolicy.java55 static final int TYPE_ACTION = 1 << SHIFT_TYPE; field in EconomicPolicy
110 TYPE_ACTION,
355 case TYPE_ACTION: in eventToString()
H A DAnalyst.java21 import static com.android.server.tare.EconomicPolicy.TYPE_ACTION;
251 case TYPE_ACTION: in noteTransaction()
H A DAgent.java29 import static com.android.server.tare.EconomicPolicy.TYPE_ACTION;
187 case TYPE_ACTION: in noteInstantaneousEventLocked()
240 case TYPE_ACTION: in noteOngoingEventLocked()
/aosp14/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()
/aosp14/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()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLockscreenGestureLogger.java106 .setType(MetricsEvent.TYPE_ACTION) in write()
129 .setType(MetricsEvent.TYPE_ACTION) in writeAtFractionalPosition()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/tare/
H A DAnalystTest.java149 new Ledger.Transaction(0, 1000, EconomicPolicy.TYPE_ACTION, null, -51, 1)); in runTestTransactions()
157 new Ledger.Transaction(0, 1000, EconomicPolicy.TYPE_ACTION, null, -51, 100)); in runTestTransactions()
187 new Ledger.Transaction(0, 1000, EconomicPolicy.TYPE_ACTION, null, -100, 100)); in runTestTransactions()
/aosp14/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()
/aosp14/frameworks/base/core/java/android/app/slice/
H A DSliceMetrics.java89 .setType(MetricsEvent.TYPE_ACTION) in logTouch()
/aosp14/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.java254 log.setType(MetricsEvent.TYPE_ACTION); in showFillUi()
367 log.setType(MetricsEvent.TYPE_ACTION); in showSaveUi()
464 log(MetricsEvent.TYPE_ACTION); in showFillDialog()
/aosp14/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;
298 mMetricsLogger.write(populate(new LogMaker(ACTION_QS_CLICK).setType(TYPE_ACTION) in click()
312 mMetricsLogger.write(populate(new LogMaker(ACTION_QS_SECONDARY_CLICK).setType(TYPE_ACTION) in secondaryClick()
325 mMetricsLogger.write(populate(new LogMaker(ACTION_QS_LONG_PRESS).setType(TYPE_ACTION) in longClick()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/tare/
H A DScribeTest.java190 EconomicPolicy.TYPE_ACTION | 1, null, -5000, 3000)); in testWriteHighLevelStateToDisk()
247 0, 1000L * u + l, EconomicPolicy.TYPE_ACTION | 1, null, -51L * u + l, 50)); in testWritingMultipleLedgersToDisk()
296 new Ledger.Transaction(2500, 3000, EconomicPolicy.TYPE_ACTION | 3, "blue", -3, 3)); in testLoadingMissingPackageFromDisk()
/aosp14/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;
515 if (arg.getType() != TYPE_ACTION) { in matches()
516 mInvalid = "Expected type " + TYPE_ACTION + " but was " + arg.getType(); in matches()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationSnooze.java79 .setType(MetricsEvent.TYPE_ACTION);
362 .setType(MetricsEvent.TYPE_ACTION) in logOptionSelection()
H A DNotificationInfo.java732 .setType(MetricsEvent.TYPE_ACTION)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
H A DDefaultUiController.java163 .setType(MetricsEvent.TYPE_ACTION) in logInvocationProgressMetrics()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutControllerTest.java417 MetricsProto.MetricsEvent.TYPE_ACTION)); in testOnMenuShownLogging()
469 MetricsProto.MetricsEvent.TYPE_ACTION)); in testOnMenuClickedLogging()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
H A DKeyButtonView.java409 .setType(MetricsEvent.TYPE_ACTION) in sendEvent()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DInstantAppResolver.java545 .setType(MetricsProto.MetricsEvent.TYPE_ACTION) in logMetrics()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java383 .setType(MetricsEvent.TYPE_ACTION)
404 .setType(MetricsEvent.TYPE_ACTION));

12