Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNotificationController.java76 private boolean mNotificationShown; field in WifiNotificationController
231 if (!visible && !mNotificationShown && !force) { in setNotificationVisible()
276 mNotificationShown = visible; in setNotificationVisible()
282 pw.println("mNotificationShown " + mNotificationShown); in dump()
/frameworks/base/services/core/java/com/android/server/
DInputMethodManagerService.java233 private boolean mNotificationShown; field in InputMethodManagerService
894 mNotificationShown = false; in InputMethodManagerService()
1848 mNotificationShown = true; in updateSystemUiLocked()
1853 if (mNotificationShown && mNotificationManager != null) { in updateSystemUiLocked()
1859 mNotificationShown = false; in updateSystemUiLocked()