Searched refs:mAllSessions (Results 1 – 1 of 1) sorted by relevance
95 private final ArrayList<ContentCaptureSessionId> mAllSessions = new ArrayList<>(); field in CtsContentCaptureService308 mAllSessions.add(sessionId); in onCreateContentCaptureSession()462 final ArrayList<ContentCaptureSessionId> allSessions = mAllSessions; in getOnlyFinishedSession()474 return Collections.unmodifiableList(mAllSessions); in getAllSessionIds()503 pw.print("mAllSessions: "); pw.println(mAllSessions); in dump()532 + ".\nAll=" + mAllSessions in throwIllegalSessionStateException()