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.java67 private INotificationManager mNoMan; field in class:ConditionProviderService
122 if (mNoMan == null) {
123 mNoMan = INotificationManager.Stub.asInterface(
126 return mNoMan;
H A DNotificationListenerService.java268 private INotificationManager mNoMan; field in class:NotificationListenerService
478 if (mNoMan == null) {
479 mNoMan = INotificationManager.Stub.asInterface(
482 return mNoMan;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DZenModeControllerImpl.java60 private final NotificationManager mNoMan; field in class:ZenModeControllerImpl
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/packages/SystemUI/src/com/android/systemui/power/
H A DPowerNotificationWarnings.java88 private final NotificationManager mNoMan; field in class:PowerNotificationWarnings
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
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogControllerImpl.java97 private final NotificationManager mNoMan; field in class:VolumeDialogControllerImpl
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);
892 changed = updateEffectsSuppressorW(mNoMan.getEffectsSuppressor());

Completed in 197 milliseconds