Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
H A DContentCaptureManagerService.java155 final LocalLog mRequestsHistory; field in ContentCaptureManagerService
236 mRequestsHistory = new LocalLog(mDevCfgLogHistorySize); in ContentCaptureManagerService()
241 mRequestsHistory = null; in ContentCaptureManagerService()
1091 if (mRequestsHistory == null) { in dump()
1095 mRequestsHistory.reverseDump(fd, pw, args); in dump()
H A DContentCaptureServerSession.java138 final LocalLog logHistory = mService.getMaster().mRequestsHistory; in sendActivitySnapshotLocked()
H A DContentCapturePerUserService.java275 if (mMaster.mRequestsHistory != null) { in startSessionLocked()
283 mMaster.mRequestsHistory.log(historyItem); in startSessionLocked()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerService.java162 private final LocalLog mRequestsHistory = new LocalLog(20); field in AutofillManagerService
477 mRequestsHistory.log(historyItem); in logRequestLocked()
2119 mRequestsHistory.reverseDump(fd, pw, args); in dump()