Searched refs:mRequestsHistory (Results 1 – 4 of 4) sorted by relevance
155 final LocalLog mRequestsHistory; field in ContentCaptureManagerService236 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()
138 final LocalLog logHistory = mService.getMaster().mRequestsHistory; in sendActivitySnapshotLocked()
275 if (mMaster.mRequestsHistory != null) { in startSessionLocked()283 mMaster.mRequestsHistory.log(historyItem); in startSessionLocked()
162 private final LocalLog mRequestsHistory = new LocalLog(20); field in AutofillManagerService477 mRequestsHistory.log(historyItem); in logRequestLocked()2119 mRequestsHistory.reverseDump(fd, pw, args); in dump()