Home
last modified time | relevance | path

Searched refs:mUiLatencyHistory (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerServiceImpl.java122 private final LocalLog mUiLatencyHistory; field in AutofillManagerServiceImpl
198 mUiLatencyHistory = uiLatencyHistory; in AutofillManagerServiceImpl()
540 mUiLatencyHistory, mWtfHistory, serviceComponentName, in createSessionByTokenLocked()
H A DAutofillManagerService.java163 private final LocalLog mUiLatencyHistory = new LocalLog(20); field in AutofillManagerService
429 return new AutofillManagerServiceImpl(this, mLock, mUiLatencyHistory, mWtfHistory, in newServiceLocked()
2123 mUiLatencyHistory.reverseDump(fd, pw, args); in dump()
H A DSession.java431 private final LocalLog mUiLatencyHistory; field in Session
1379 mUiLatencyHistory = uiLatencyHistory; in Session()
4517 mUiLatencyHistory.log(historyLog.toString()); in onFillReady()