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