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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/power/
PowerNotificationWarnings.java 86 private final NotificationManager mNoMan;
110 mNoMan = notificationManager;
150 mNoMan.cancelAsUser(TAG_BATTERY, SystemMessage.NOTE_BAD_CHARGER, UserHandle.ALL);
151 mNoMan.cancelAsUser(TAG_BATTERY, SystemMessage.NOTE_POWER_LOW, UserHandle.ALL);
169 mNoMan.cancelAsUser(TAG_BATTERY, SystemMessage.NOTE_POWER_LOW, UserHandle.ALL);
170 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/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/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 64 private NotificationManager mNoMan;
77 mNoMan = mContext.getSystemService(NotificationManager.class);
109 final ArraySet<String> requesting = mNoMan.getPackagesRequestingNotificationPolicyAccess();
172 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 91 private final NotificationManager mNoMan;
119 mNoMan = (NotificationManager) mContext.getSystemService(Context.NOTIFICATION_SERVICE);
384 updateEffectsSuppressorW(mNoMan.getEffectsSuppressor());
513 mNoMan.setZenMode(mState.zenMode, condition != null ? condition.id : null, TAG);
518 mNoMan.setZenMode(mode, null, TAG);
    [all...]

Completed in 1060 milliseconds