Searched refs:mAllSessions (Results 1 – 1 of 1) sorted by relevance
75 private final ArrayList<ContentCaptureSessionId> mAllSessions = new ArrayList<>(); field in CtsContentCaptureService235 mAllSessions.add(sessionId); in onCreateContentCaptureSession()327 final ArrayList<ContentCaptureSessionId> allSessions = mAllSessions; in getOnlyFinishedSession()339 return Collections.unmodifiableList(mAllSessions); in getAllSessionIds()364 pw.print("mAllSessions: "); pw.println(mAllSessions); in dump()393 + ".\nAll=" + mAllSessions in throwIllegalSessionStateException()