Home
last modified time | relevance | path

Searched refs:mActiveLegacySimpleDialogs (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiDialogManager.java76 private final @NonNull ArraySet<LegacySimpleDialogHandle> mActiveLegacySimpleDialogs = field in WifiDialogManager
97 mActiveLegacySimpleDialogs) {
114 mActiveLegacySimpleDialogs) {
166 mActiveLegacySimpleDialogs) { in handleScreenStateChanged()
587 mActiveLegacySimpleDialogs.remove(this); in launchDialog()
617 mActiveLegacySimpleDialogs.add(this); in launchDialog()
634 if (mActiveLegacySimpleDialogs.contains(this)) { in changeWindowType()