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/
DContentCaptureServerSession.java138 final LocalLog logHistory = mService.getMaster().mRequestsHistory; in sendActivitySnapshotLocked()
DContentCaptureManagerService.java172 final LocalLog mRequestsHistory; field in ContentCaptureManagerService
284 mRequestsHistory = new LocalLog(mDevCfgLogHistorySize); in ContentCaptureManagerService()
289 mRequestsHistory = null; in ContentCaptureManagerService()
1284 if (mRequestsHistory == null) { in dump()
1288 mRequestsHistory.reverseDump(fd, pw, args); in dump()
DContentCapturePerUserService.java275 if (mMaster.mRequestsHistory != null) { in startSessionLocked()
283 mMaster.mRequestsHistory.log(historyItem); in startSessionLocked()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerService.java165 private final LocalLog mRequestsHistory = new LocalLog(20); field in AutofillManagerService
500 mRequestsHistory.log(historyItem); in logRequestLocked()
2192 mRequestsHistory.reverseDump(fd, pw, args); in dump()