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 66 private INotificationManager mNoMan;
121 if (mNoMan == null) {
122 mNoMan = INotificationManager.Stub.asInterface(
125 return mNoMan;
NotificationListenerService.java 188 private INotificationManager mNoMan;
336 if (mNoMan == null) {
337 mNoMan = INotificationManager.Stub.asInterface(
340 return mNoMan;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
ZenModeControllerImpl.java 57 private final NotificationManager mNoMan;
82 mNoMan = (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
83 mConfig = mNoMan.getZenModeConfig();
115 mNoMan.setZenMode(zen, conditionId, reason);
221 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 61 private NotificationManager mNoMan;
74 mNoMan = mContext.getSystemService(NotificationManager.class);
106 final ArraySet<String> requesting = mNoMan.getPackagesRequestingNotificationPolicyAccess();
169 return mNoMan.isNotificationPolicyAccessGrantedForPackage(pkg);
NotificationStation.java 78 private INotificationManager mNoMan;
147 mNoMan = INotificationManager.Stub.asInterface(
256 StatusBarNotification[] active = mNoMan.getActiveNotifications(
258 StatusBarNotification[] dismissed = mNoMan.getHistoricalNotifications(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/power/
PowerNotificationWarnings.java 74 private final NotificationManager mNoMan;
94 mNoMan = (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
130 mNoMan.cancelAsUser(TAG_NOTIFICATION, R.id.notification_power, UserHandle.ALL);
149 mNoMan.notifyAsUser(TAG_NOTIFICATION, R.id.notification_power, n, UserHandle.ALL);
179 mNoMan.notifyAsUser(TAG_NOTIFICATION, R.id.notification_power, nb.build(), UserHandle.ALL);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeDialogController.java 86 private final NotificationManager mNoMan;
114 mNoMan = (NotificationManager) mContext.getSystemService(Context.NOTIFICATION_SERVICE);
345 updateEffectsSuppressorW(mNoMan.getEffectsSuppressor());
474 mNoMan.setZenMode(mState.zenMode, condition != null ? condition.id : null, TAG);
479 mNoMan.setZenMode(mode, null, TAG);
805 changed = updateEffectsSuppressorW(mNoMan.getEffectsSuppressor());
    [all...]

Completed in 266 milliseconds