Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerServiceImpl.java128 private final LocalLog mWtfHistory; field in AutofillManagerServiceImpl
204 mWtfHistory = wtfHistory; in AutofillManagerServiceImpl()
601 mUiLatencyHistory, mWtfHistory, serviceComponentName, in createSessionByTokenLocked()
DAutofillManagerService.java167 private final LocalLog mWtfHistory = new LocalLog(50); field in AutofillManagerService
452 return new AutofillManagerServiceImpl(this, mLock, mUiLatencyHistory, mWtfHistory, in newServiceLocked()
2200 mWtfHistory.reverseDump(fd, pw, args); in dump()
DSession.java475 private final LocalLog mWtfHistory; field in Session
1527 mWtfHistory = wtfHistory; in Session()
6960 mWtfHistory.log(message); in wtf()