Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerService.java150 private final LocalLog mUiLatencyHistory = new LocalLog(20); field in AutofillManagerService
299 return new AutofillManagerServiceImpl(this, mLock, mUiLatencyHistory, in newServiceLocked()
1478 mUiLatencyHistory.reverseDump(fd, pw, args); in dump()
DAutofillManagerServiceImpl.java116 private final LocalLog mUiLatencyHistory; field in AutofillManagerServiceImpl
177 mUiLatencyHistory = uiLatencyHistory; in AutofillManagerServiceImpl()
494 mUiLatencyHistory, mWtfHistory, serviceComponentName, in createSessionByTokenLocked()
DSession.java248 private final LocalLog mUiLatencyHistory; field in Session
658 mUiLatencyHistory = uiLatencyHistory; in Session()
2525 mUiLatencyHistory.log(historyLog.toString()); in onFillReady()