Searched defs:mNoMan (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DNotificationHelper.java144 NotificationManager mNoMan = null; field in class:NotificationHelper
147 if (mNoMan == null) {
148 mNoMan = (NotificationManager) mService.getSystemService(Context.NOTIFICATION_SERVICE);
151 mNoMan.cancel(NOTIFICATION_ID);
155 mNoMan.cancel(NOTIFICATION_ID);
/frameworks/base/core/java/android/service/notification/
H A DConditionProviderService.java56 private INotificationManager mNoMan; field in class:ConditionProviderService
71 if (mNoMan == null) {
72 mNoMan = INotificationManager.Stub.asInterface(
75 return mNoMan;
H A DNotificationListenerService.java141 private INotificationManager mNoMan; field in class:NotificationListenerService
268 if (mNoMan == null) {
269 mNoMan = INotificationManager.Stub.asInterface(
272 return mNoMan;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DZenModeControllerImpl.java57 private final NotificationManager mNoMan; field in class:ZenModeControllerImpl
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/packages/SystemUI/src/com/android/systemui/power/
H A DPowerNotificationWarnings.java76 private final NotificationManager mNoMan; field in class:PowerNotificationWarnings
98 mNoMan = (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
147 mNoMan.cancelAsUser(TAG_NOTIFICATION, R.id.notification_power, UserHandle.ALL);
168 mNoMan.notifyAsUser(TAG_NOTIFICATION, R.id.notification_power, n, UserHandle.ALL);
206 mNoMan.notifyAsUser(TAG_NOTIFICATION, R.id.notification_power, n, UserHandle.ALL);
223 mNoMan.notifyAsUser(TAG_NOTIFICATION, R.id.notification_power, nb.build(), UserHandle.ALL);
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogController.java87 private final NotificationManager mNoMan; field in class:VolumeDialogController
115 mNoMan = (NotificationManager) mContext.getSystemService(Context.NOTIFICATION_SERVICE);
129 return mNoMan.getZenModeConfig();
349 updateEffectsSuppressorW(mNoMan.getEffectsSuppressor());
486 mNoMan.setZenMode(mState.zenMode, condition != null ? condition.id : null, TAG);
491 mNoMan.setZenMode(mode, null, TAG);
819 changed = updateEffectsSuppressorW(mNoMan.getEffectsSuppressor());

Completed in 2519 milliseconds