Searched refs:mAlertWindowSurfaces (Results 1 – 1 of 1) sorted by relevance
79 private final Set<WindowSurfaceController> mAlertWindowSurfaces = new HashSet<>(); field in Session508 changed = mAlertWindowSurfaces.add(surfaceController); in onWindowSurfaceVisibilityChanged()511 changed = mAlertWindowSurfaces.remove(surfaceController); in onWindowSurfaceVisibilityChanged()516 if (mAlertWindowSurfaces.isEmpty()) { in onWindowSurfaceVisibilityChanged()577 mAlertWindowSurfaces.clear(); in killSessionLocked()599 pw.print(" mAlertWindowSurfaces="); pw.print(mAlertWindowSurfaces); in dump()611 return !mAlertWindowSurfaces.isEmpty(); in hasAlertWindowSurfaces()