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/
DAutofillManagerServiceImpl.java127 private final LocalLog mUiLatencyHistory; field in AutofillManagerServiceImpl
203 mUiLatencyHistory = uiLatencyHistory; in AutofillManagerServiceImpl()
601 mUiLatencyHistory, mWtfHistory, serviceComponentName, in createSessionByTokenLocked()
DAutofillManagerService.java166 private final LocalLog mUiLatencyHistory = new LocalLog(20); field in AutofillManagerService
452 return new AutofillManagerServiceImpl(this, mLock, mUiLatencyHistory, mWtfHistory, in newServiceLocked()
2196 mUiLatencyHistory.reverseDump(fd, pw, args); in dump()
DSession.java472 private final LocalLog mUiLatencyHistory; field in Session
1526 mUiLatencyHistory = uiLatencyHistory; in Session()
5006 mUiLatencyHistory.log(historyLog.toString()); in onFillReady()