Searched defs:atomInfo (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/ |
H A D | AppEventProducer.java | 109 private void sendEvent(LauncherAtom.ItemInfo atomInfo, int eventId, int targetPredictor) { in sendEvent() 110 sendEvent(toAppTarget(atomInfo), atomInfo, eventId, targetPredictor); in sendEvent() local 125 public void consume(EventEnum event, LauncherAtom.ItemInfo atomInfo) { in consume() 152 sendEvent(createTempFolderTarget(), atomInfo, ACTION_PIN, in consume() local 158 sendEvent(createTempFolderTarget(), atomInfo, ACTION_UNPIN, in consume() local
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/logging/ |
H A D | StatsLogCompatManager.java | 339 private LauncherAtom.ItemInfo applyOverwrites(LauncherAtom.ItemInfo atomInfo) { in applyOverwrites() 361 private void write(EventEnum event, LauncherAtom.ItemInfo atomInfo) { in write() 571 void consume(EventEnum event, LauncherAtom.ItemInfo atomInfo); in consume()
|
/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/atom/ |
H A D | AtomTestCase.java | 1253 StatsLog.AggregatedAtomInfo atomInfo = metricData.getAggregatedAtomInfo(); in backfillAggregatedAtomsInEventMetric() local
|