HomeSort by relevance Sort by last modified time
    Searched refs:mNotificationEnabled (Results 1 - 4 of 4) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNotificationController.java 55 private boolean mNotificationEnabled;
57 * Observes the user setting to keep {@link #mNotificationEnabled} in sync.
146 if (!mNotificationEnabled) return;
266 pw.println("mNotificationEnabled " + mNotificationEnabled);
282 mNotificationEnabled = getValue();
291 mNotificationEnabled = getValue();
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasClient.java 295 private boolean mNotificationEnabled = false;
352 client.mNotificationEnabled = false;
426 client.mNotificationEnabled = req.isSuccess() ? req.getStatus()
427 : client.mNotificationEnabled;
431 client.mNotificationEnabled ? 1 : 0);
722 return mNotificationEnabled;
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
ConversationListItemData.java 54 private boolean mNotificationEnabled;
93 mNotificationEnabled = cursor.getInt(INDEX_NOTIFICATION_ENABLED) == 1;
188 return mNotificationEnabled;
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
MessageNotificationState.java 205 final boolean mNotificationEnabled;
246 mNotificationEnabled = notificationEnabled;
    [all...]

Completed in 304 milliseconds