Home
last modified time | relevance | path

Searched refs:mNoMan (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DConditionProviderService.java79 private INotificationManager mNoMan; field in ConditionProviderService
146 if (mNoMan == null) { in getNotificationInterface()
147 mNoMan = INotificationManager.Stub.asInterface( in getNotificationInterface()
150 return mNoMan; in getNotificationInterface()
DNotificationListenerService.java297 protected INotificationManager mNoMan; field in NotificationListenerService
532 if (mNoMan == null) { in getNotificationInterface()
533 mNoMan = INotificationManager.Stub.asInterface( in getNotificationInterface()
536 return mNoMan; in getNotificationInterface()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java133 private final NotificationManager mNoMan; field in PowerNotificationWarnings
164 mNoMan = mContext.getSystemService(NotificationManager.class); in PowerNotificationWarnings()
228 mNoMan.cancelAsUser(TAG_BATTERY, SystemMessage.NOTE_BAD_CHARGER, UserHandle.ALL); in updateNotification()
229 mNoMan.cancelAsUser(TAG_BATTERY, SystemMessage.NOTE_POWER_LOW, UserHandle.ALL); in updateNotification()
230 mNoMan.cancelAsUser(TAG_AUTO_SAVER, in updateNotification()
249 mNoMan.cancelAsUser(TAG_BATTERY, SystemMessage.NOTE_POWER_LOW, UserHandle.ALL); in showInvalidChargerNotification()
250 mNoMan.notifyAsUser(TAG_BATTERY, SystemMessage.NOTE_BAD_CHARGER, n, UserHandle.ALL); in showInvalidChargerNotification()
300 mNoMan.cancelAsUser(TAG_BATTERY, SystemMessage.NOTE_BAD_CHARGER, UserHandle.ALL); in showWarningNotification()
301 mNoMan.notifyAsUser(TAG_BATTERY, SystemMessage.NOTE_POWER_LOW, n, UserHandle.ALL); in showWarningNotification()
321 mNoMan.notifyAsUser( in showAutoSaverSuggestionNotification()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DZenModeControllerImpl.java69 private final NotificationManager mNoMan; field in ZenModeControllerImpl
98 mNoMan = (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE); in ZenModeControllerImpl()
147 mNoMan.setZenMode(zen, conditionId, reason); in setZen()
256 final NotificationManager.Policy policy = mNoMan.getConsolidatedNotificationPolicy(); in updateConsolidatedNotificationPolicy()
265 final ZenModeConfig config = mNoMan.getZenModeConfig(); in updateZenModeConfig()
278 mNoMan.getConsolidatedNotificationPolicy(); in updateZenModeConfig()
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
DNotificationHelper.java144 NotificationManager mNoMan = null; field in NotificationHelper
147 if (mNoMan == null) { in updateNotification()
148 mNoMan = (NotificationManager) mService.getSystemService(Context.NOTIFICATION_SERVICE); in updateNotification()
151 mNoMan.cancel(NOTIFICATION_ID); in updateNotification()
155 mNoMan.cancel(NOTIFICATION_ID); in updateNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogControllerImpl.java118 private final NotificationManager mNoMan; field in VolumeDialogControllerImpl
153 mNoMan = (NotificationManager) mContext.getSystemService(Context.NOTIFICATION_SERVICE); in VolumeDialogControllerImpl()
524 updateEffectsSuppressorW(mNoMan.getEffectsSuppressor());
684 mNoMan.setZenMode(mState.zenMode, condition != null ? condition.id : null, TAG); in onSetExitConditionW()
689 mNoMan.setZenMode(mode, null, TAG); in onSetZenModeW()
1054 changed = updateEffectsSuppressorW(mNoMan.getEffectsSuppressor()); in onReceive()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenerServiceTest.java426 mNoMan = mock(INotificationManager.class); in TestListenerService()
430 return mNoMan; in getNoMan()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt63473 Landroid/service/notification/ConditionProviderService;->mNoMan:Landroid/app/INotificationManager;