Searched refs:mRequestsHistory (Results 1 – 4 of 4) sorted by relevance
99 final LocalLog mRequestsHistory; field in ContentCaptureManagerService142 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()
137 final LocalLog logHistory = mService.getMaster().mRequestsHistory; in sendActivitySnapshotLocked()
258 if (mMaster.mRequestsHistory != null) { in startSessionLocked()266 mMaster.mRequestsHistory.log(historyItem); in startSessionLocked()
149 private final LocalLog mRequestsHistory = new LocalLog(20); field in AutofillManagerService341 mRequestsHistory.log(historyItem); in logRequestLocked()1476 mRequestsHistory.reverseDump(fd, pw, args); in dump()