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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNotificationController.java56 private boolean mNotificationEnabled; field in class:WifiNotificationController
58 * Observes the user setting to keep {@link #mNotificationEnabled} in sync.
160 if (!mNotificationEnabled) return;
280 pw.println("mNotificationEnabled " + mNotificationEnabled);
296 mNotificationEnabled = getValue();
305 mNotificationEnabled = getValue();
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasClient.java295 private boolean mNotificationEnabled = false; field in class:BluetoothMasClient
352 client.mNotificationEnabled = false;
426 client.mNotificationEnabled = req.isSuccess() ? req.getStatus()
427 : client.mNotificationEnabled;
431 client.mNotificationEnabled ? 1 : 0);
722 return mNotificationEnabled;

Completed in 92 milliseconds