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

  /frameworks/base/core/java/android/service/notification/
ConditionProviderService.java 67 private INotificationManager mNoMan;
122 if (mNoMan == null) {
123 mNoMan = INotificationManager.Stub.asInterface(
126 return mNoMan;
NotificationListenerService.java 268 private INotificationManager mNoMan;
478 if (mNoMan == null) {
479 mNoMan = INotificationManager.Stub.asInterface(
482 return mNoMan;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/power/
PowerNotificationWarnings.java 88 private final NotificationManager mNoMan;
111 mNoMan = mContext.getSystemService(NotificationManager.class);
151 mNoMan.cancelAsUser(TAG_BATTERY, SystemMessage.NOTE_BAD_CHARGER, UserHandle.ALL);
152 mNoMan.cancelAsUser(TAG_BATTERY, SystemMessage.NOTE_POWER_LOW, UserHandle.ALL);
170 mNoMan.cancelAsUser(TAG_BATTERY, SystemMessage.NOTE_POWER_LOW, UserHandle.ALL);
171 mNoMan.notifyAsUser(TAG_BATTERY, SystemMessage.NOTE_BAD_CHARGER, n, UserHandle.ALL);
200 mNoMan.cancelAsUser(TAG_BATTERY, SystemMessage.NOTE_BAD_CHARGER, UserHandle.ALL);
201 mNoMan.notifyAsUser(TAG_BATTERY, SystemMessage.NOTE_POWER_LOW, n, UserHandle.ALL);
237 mNoMan.cancelAsUser(TAG_TEMPERATURE, SystemMessage.NOTE_HIGH_TEMP, UserHandle.ALL);
259 mNoMan.notifyAsUser(TAG_TEMPERATURE, SystemMessage.NOTE_HIGH_TEMP, n, UserHandle.ALL)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
ZenModeControllerImpl.java 60 private final NotificationManager mNoMan;
86 mNoMan = (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
87 mConfig = mNoMan.getZenModeConfig();
120 mNoMan.setZenMode(zen, conditionId, reason);
213 final ZenModeConfig config = mNoMan.getZenModeConfig();
  /frameworks/base/tests/OneMedia/src/com/android/onemedia/
NotificationHelper.java 144 NotificationManager mNoMan = null;
147 if (mNoMan == null) {
148 mNoMan = (NotificationManager) mService.getSystemService(Context.NOTIFICATION_SERVICE);
151 mNoMan.cancel(NOTIFICATION_ID);
155 mNoMan.cancel(NOTIFICATION_ID);
  /packages/apps/Settings/src/com/android/settings/notification/
ZenAccessSettings.java 69 private NotificationManager mNoMan;
82 mNoMan = mContext.getSystemService(NotificationManager.class);
132 autoApproved.addAll(mNoMan.getEnabledNotificationListenerPackages());
189 return mNoMan.isNotificationPolicyAccessGrantedForPackage(pkg);
NotificationStation.java 90 private INotificationManager mNoMan;
159 mNoMan = INotificationManager.Stub.asInterface(
268 StatusBarNotification[] active = mNoMan.getActiveNotifications(
270 StatusBarNotification[] dismissed = mNoMan.getHistoricalNotifications(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeDialogControllerImpl.java 97 private final NotificationManager mNoMan;
125 mNoMan = (NotificationManager) mContext.getSystemService(Context.NOTIFICATION_SERVICE);
413 updateEffectsSuppressorW(mNoMan.getEffectsSuppressor());
542 mNoMan.setZenMode(mState.zenMode, condition != null ? condition.id : null, TAG);
547 mNoMan.setZenMode(mode, null, TAG);
    [all...]

Completed in 176 milliseconds