Home
last modified time | relevance | path

Searched refs:mRequestsHistory (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureManagerService.java99 final LocalLog mRequestsHistory; field in ContentCaptureManagerService
142 mRequestsHistory = new LocalLog(mDevCfgLogHistorySize); in ContentCaptureManagerService()
147 mRequestsHistory = null; in ContentCaptureManagerService()
684 if (mRequestsHistory == null) { in dump()
688 mRequestsHistory.reverseDump(fd, pw, args); in dump()
DContentCaptureServerSession.java137 final LocalLog logHistory = mService.getMaster().mRequestsHistory; in sendActivitySnapshotLocked()
DContentCapturePerUserService.java258 if (mMaster.mRequestsHistory != null) { in startSessionLocked()
266 mMaster.mRequestsHistory.log(historyItem); in startSessionLocked()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerService.java149 private final LocalLog mRequestsHistory = new LocalLog(20); field in AutofillManagerService
341 mRequestsHistory.log(historyItem); in logRequestLocked()
1476 mRequestsHistory.reverseDump(fd, pw, args); in dump()