Searched refs:mAllSessions (Results 1 – 1 of 1) sorted by relevance
87 private final ArrayList<ContentCaptureSessionId> mAllSessions = new ArrayList<>(); field in CtsContentCaptureService276 mAllSessions.add(sessionId); in onCreateContentCaptureSession()417 final ArrayList<ContentCaptureSessionId> allSessions = mAllSessions; in getOnlyFinishedSession()429 return Collections.unmodifiableList(mAllSessions); in getAllSessionIds()458 pw.print("mAllSessions: "); pw.println(mAllSessions); in dump()487 + ".\nAll=" + mAllSessions in throwIllegalSessionStateException()