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.java144 final LocalLog mRequestsHistory; field in ContentCaptureManagerService
196 mRequestsHistory = new LocalLog(mDevCfgLogHistorySize); in ContentCaptureManagerService()
201 mRequestsHistory = null; in ContentCaptureManagerService()
852 if (mRequestsHistory == null) { in dump()
856 mRequestsHistory.reverseDump(fd, pw, args); in dump()
DContentCaptureServerSession.java138 final LocalLog logHistory = mService.getMaster().mRequestsHistory; in sendActivitySnapshotLocked()
DContentCapturePerUserService.java263 if (mMaster.mRequestsHistory != null) { in startSessionLocked()
271 mMaster.mRequestsHistory.log(historyItem); in startSessionLocked()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerService.java153 private final LocalLog mRequestsHistory = new LocalLog(20); field in AutofillManagerService
381 mRequestsHistory.log(historyItem); in logRequestLocked()
1770 mRequestsHistory.reverseDump(fd, pw, args); in dump()