Searched refs:eventLog (Results 1 – 12 of 12) sorted by relevance
115 EventLog eventLog = new EventLog(mCurrentLogId, mIsFullyGesturalNavMode); in addLog() local119 eventLog.eventEntries.add(eventEntry); in addLog()120 logs[nextIndex] = eventLog; in addLog()144 EventLog eventLog = logs[(nextIndex + i) % logs.length]; in dump() local145 if (eventLog == null) { in dump()148 ActiveGestureErrorDetector.analyseAndDump(prefix + '\t', writer, eventLog); in dump()155 EventLog eventLog = logs[(nextIndex + i) % logs.length]; in dump() local156 if (eventLog == null) { in dump()160 writer.println(prefix + "\tLogs for logId: " + eventLog.logId); in dump()161 for (EventEntry eventEntry : eventLog.eventEntries) { in dump()
75 @NonNull ActiveGestureLog.EventLog eventLog) { in analyseAndDump() argument76 writer.println(prefix + "Error messages for gesture ID: " + eventLog.logId); in analyseAndDump()77 if (!eventLog.mIsFullyGesturalNavMode) { in analyseAndDump()88 for (ActiveGestureLog.EventEntry eventEntry : eventLog.eventEntries) { in analyseAndDump()
35 import com.android.intentresolver.logging.eventLog64 eventLog = eventLog,
41 private val eventLog: EventLog, in <lambda>() constant in com.android.intentresolver.contentpreview.payloadtoggle.domain.interactor.CustomActionsInteractor63 eventLog.logCustomActionSelected(index) in <lambda>()
956 FakeEventLog eventLog = getEventLog(activity); in copyTextToClipboardLogging() local957 assertThat(eventLog.getActionSelected()) in copyTextToClipboardLogging()1301 FakeEventLog eventLog = getEventLog(activity); in testOnCreateLogging() local1302 FakeEventLog.ChooserActivityShown event = eventLog.getChooserActivityShown(); in testOnCreateLogging()1321 FakeEventLog eventLog = getEventLog(activity); in testOnCreateLoggingFromWorkProfile() local1322 FakeEventLog.ChooserActivityShown event = eventLog.getChooserActivityShown(); in testOnCreateLoggingFromWorkProfile()1337 FakeEventLog eventLog = getEventLog(activity); in testEmptyPreviewLogging() local1338 FakeEventLog.ChooserActivityShown event = eventLog.getChooserActivityShown(); in testEmptyPreviewLogging()1356 FakeEventLog eventLog = getEventLog(activity); in testTitlePreviewLogging() local1357 assertThat(eventLog.getActionShareWithPreview()) in testTitlePreviewLogging()[all …]
22 var Kosmos.eventLog by Kosmos.Fixture { fakeEventLog } in <lambda>() variable
167 void setEventLog(EventLog eventLog) { in setEventLog() argument168 mEventLog = eventLog; in setEventLog()
108 EventLog eventLog, UserHandle targetUserSpace, in ResolverRankerServiceResolverComparator() argument110 this(launchedFromContext, intent, referrerPackage, afterCompute, eventLog, in ResolverRankerServiceResolverComparator()123 String referrerPackage, Runnable afterCompute, EventLog eventLog, in ResolverRankerServiceResolverComparator() argument144 setEventLog(eventLog); in ResolverRankerServiceResolverComparator()
77 EventLog eventLog, in AppPredictionServiceResolverComparator() argument85 setEventLog(eventLog); in AppPredictionServiceResolverComparator()
34 @Binds @ActivityRetainedScoped fun eventLog(value: EventLogImpl): EventLog in eventLog() method
170 EventLog eventLog, in ChooserListAdapter() argument188 eventLog, in ChooserListAdapter()211 EventLog eventLog, in ChooserListAdapter() argument244 mEventLog = eventLog; in ChooserListAdapter()
51 import com.android.intentresolver.logging.eventLog in <lambda>()293 assertThat(eventLog.customActionSelected) in <lambda>()