Searched defs:mShowAlertWindowNotifications (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java439 boolean mShowAlertWindowNotifications = true; field in class:WindowManagerService
7510 if (showAlertWindowNotifications == mShowAlertWindowNotifications) {
7513 mShowAlertWindowNotifications = showAlertWindowNotifications;
7517 s.setShowingAlertWindowNotificationAllowed(mShowAlertWindowNotifications);

Completed in 85 milliseconds