Searched refs:mAllSessions (Results 1 – 1 of 1) sorted by relevance
74 private final ArrayList<ContentCaptureSessionId> mAllSessions = new ArrayList<>(); field in CtsContentCaptureService234 mAllSessions.add(sessionId); in onCreateContentCaptureSession()326 final ArrayList<ContentCaptureSessionId> allSessions = mAllSessions; in getOnlyFinishedSession()338 return Collections.unmodifiableList(mAllSessions); in getAllSessionIds()363 pw.print("mAllSessions: "); pw.println(mAllSessions); in dump()392 + ".\nAll=" + mAllSessions in throwIllegalSessionStateException()