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

  /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/TV/src/com/android/tv/
TimeShiftManager.java 168 private boolean mNotificationEnabled;
405 if (mNotificationEnabled && mListener != null
453 if (mNotificationEnabled && mOnCurrentProgramUpdatedListener != null) {
502 // even if mNotificationEnabled is false.
514 if (mNotificationEnabled && mListener != null) {
522 if (mNotificationEnabled && mListener != null) {
528 if (mNotificationEnabled && mListener != null) {
535 if (mNotificationEnabled && mListener != null) {
662 mNotificationEnabled = false;
686 mNotificationEnabled = true
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
ConversationListItemData.java 55 private boolean mNotificationEnabled;
95 mNotificationEnabled = cursor.getInt(INDEX_NOTIFICATION_ENABLED) == 1;
203 return mNotificationEnabled;
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
MessageNotificationState.java 205 final boolean mNotificationEnabled;
246 mNotificationEnabled = notificationEnabled;
    [all...]

Completed in 232 milliseconds