Searched refs:mRequestsHistory (Results 1 – 4 of 4) sorted by relevance
144 final LocalLog mRequestsHistory; field in ContentCaptureManagerService196 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()
138 final LocalLog logHistory = mService.getMaster().mRequestsHistory; in sendActivitySnapshotLocked()
263 if (mMaster.mRequestsHistory != null) { in startSessionLocked()271 mMaster.mRequestsHistory.log(historyItem); in startSessionLocked()
153 private final LocalLog mRequestsHistory = new LocalLog(20); field in AutofillManagerService381 mRequestsHistory.log(historyItem); in logRequestLocked()1770 mRequestsHistory.reverseDump(fd, pw, args); in dump()