Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerServiceImpl.java119 private final LocalLog mUiLatencyHistory; field in AutofillManagerServiceImpl
184 mUiLatencyHistory = uiLatencyHistory; in AutofillManagerServiceImpl()
522 mUiLatencyHistory, mWtfHistory, serviceComponentName, in createSessionByTokenLocked()
H A DAutofillManagerService.java154 private final LocalLog mUiLatencyHistory = new LocalLog(20); field in AutofillManagerService
333 return new AutofillManagerServiceImpl(this, mLock, mUiLatencyHistory, mWtfHistory, in newServiceLocked()
1772 mUiLatencyHistory.reverseDump(fd, pw, args); in dump()
H A DSession.java303 private final LocalLog mUiLatencyHistory; field in Session
903 mUiLatencyHistory = uiLatencyHistory;
3102 mUiLatencyHistory.log(historyLog.toString());