Searched refs:mAlertWindowSurfaces (Results 1 – 1 of 1) sorted by relevance
83 private final Set<WindowSurfaceController> mAlertWindowSurfaces = new HashSet<>(); field in Session592 changed = mAlertWindowSurfaces.add(surfaceController); in onWindowSurfaceVisibilityChanged()594 changed = mAlertWindowSurfaces.remove(surfaceController); in onWindowSurfaceVisibilityChanged()598 if (mAlertWindowSurfaces.isEmpty()) { in onWindowSurfaceVisibilityChanged()657 mAlertWindowSurfaces.clear(); in killSessionLocked()679 pw.print(" mAlertWindowSurfaces="); pw.print(mAlertWindowSurfaces); in dump()