Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNotificationController.java56 private boolean mNotificationEnabled; field in WifiNotificationController
160 if (!mNotificationEnabled) return; in checkAndSetNotification()
280 pw.println("mNotificationEnabled " + mNotificationEnabled); in dump()
296 mNotificationEnabled = getValue(); in register()
305 mNotificationEnabled = getValue(); in onChange()
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMasClient.java295 private boolean mNotificationEnabled = false; field in BluetoothMasClient
352 client.mNotificationEnabled = false; in handleMessage()
426 client.mNotificationEnabled = req.isSuccess() ? req.getStatus() in handleMessage()
427 : client.mNotificationEnabled; in handleMessage()
431 client.mNotificationEnabled ? 1 : 0); in handleMessage()
722 return mNotificationEnabled; in getNotificationRegistration()