Home
last modified time | relevance | path

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

/frameworks/base/packages/ExtServices/tests/src/android/ext/services/notification/
DAssistantTest.java85 @Mock INotificationManager mNoMan; field in AssistantTest
118 mAssistant.setNoMan(mNoMan); in setUp()
171 verify(mNoMan, never()).applyAdjustmentFromAssistant(any(), any()); in testNoAdjustmentForInitialPost()
184 verify(mNoMan, times(1)).applyAdjustmentFromAssistant(any(), captor.capture()); in testTriggerAdjustment()
199 verify(mNoMan, never()).applyAdjustmentFromAssistant(any(), any()); in testMinCannotTriggerAdjustment()
219 verify(mNoMan, times(1)).applyAdjustmentFromAssistant(any(), captor.capture()); in testGroupChildCanTriggerAdjustment()
242 verify(mNoMan, never()).applyAdjustmentFromAssistant(any(), any()); in testGroupSummaryCannotTriggerAdjustment()
261 verify(mNoMan, never()).applyAdjustmentFromAssistant(any(), any()); in testAodCannotTriggerAdjustment()
280 verify(mNoMan, never()).applyAdjustmentFromAssistant(any(), any()); in testInteractedCannotTriggerAdjustment()
299 verify(mNoMan, never()).applyAdjustmentFromAssistant(any(), any()); in testAppDismissedCannotTriggerAdjustment()
[all …]
/frameworks/base/core/java/android/service/notification/
DConditionProviderService.java71 private INotificationManager mNoMan; field in ConditionProviderService
126 if (mNoMan == null) { in getNotificationInterface()
127 mNoMan = INotificationManager.Stub.asInterface( in getNotificationInterface()
130 return mNoMan; in getNotificationInterface()
DNotificationListenerService.java289 protected INotificationManager mNoMan; field in NotificationListenerService
511 if (mNoMan == null) { in getNotificationInterface()
512 mNoMan = INotificationManager.Stub.asInterface( in getNotificationInterface()
515 return mNoMan; in getNotificationInterface()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java112 private final NotificationManager mNoMan; field in PowerNotificationWarnings
140 mNoMan = mContext.getSystemService(NotificationManager.class); in PowerNotificationWarnings()
210 mNoMan.cancelAsUser(TAG_BATTERY, SystemMessage.NOTE_BAD_CHARGER, UserHandle.ALL); in updateNotification()
211 mNoMan.cancelAsUser(TAG_BATTERY, SystemMessage.NOTE_POWER_LOW, UserHandle.ALL); in updateNotification()
212 mNoMan.cancelAsUser(TAG_AUTO_SAVER, in updateNotification()
231 mNoMan.cancelAsUser(TAG_BATTERY, SystemMessage.NOTE_POWER_LOW, UserHandle.ALL); in showInvalidChargerNotification()
232 mNoMan.notifyAsUser(TAG_BATTERY, SystemMessage.NOTE_BAD_CHARGER, n, UserHandle.ALL); in showInvalidChargerNotification()
276 mNoMan.cancelAsUser(TAG_BATTERY, SystemMessage.NOTE_BAD_CHARGER, UserHandle.ALL); in showWarningNotification()
277 mNoMan.notifyAsUser(TAG_BATTERY, SystemMessage.NOTE_POWER_LOW, n, UserHandle.ALL); in showWarningNotification()
298 mNoMan.notifyAsUser( in showAutoSaverSuggestionNotification()
[all …]
/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/statusbar/policy/
DZenModeControllerImpl.java59 private final NotificationManager mNoMan; field in ZenModeControllerImpl
86 mNoMan = (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE); in ZenModeControllerImpl()
87 mConfig = mNoMan.getZenModeConfig(); in ZenModeControllerImpl()
135 mNoMan.setZenMode(zen, conditionId, reason); in setZen()
220 final ZenModeConfig config = mNoMan.getZenModeConfig(); in updateZenModeConfig()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenerServiceTest.java204 mNoMan = mock(INotificationManager.class); in TestListenerService()
208 return mNoMan; in getNoMan()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogControllerImpl.java111 private final NotificationManager mNoMan; field in VolumeDialogControllerImpl
145 mNoMan = (NotificationManager) mContext.getSystemService(Context.NOTIFICATION_SERVICE); in VolumeDialogControllerImpl()
462 updateEffectsSuppressorW(mNoMan.getEffectsSuppressor());
621 mNoMan.setZenMode(mState.zenMode, condition != null ? condition.id : null, TAG); in onSetExitConditionW()
626 mNoMan.setZenMode(mode, null, TAG); in onSetZenModeW()
976 changed = updateEffectsSuppressorW(mNoMan.getEffectsSuppressor()); in onReceive()
/frameworks/base/packages/ExtServices/src/android/ext/services/notification/
DAssistant.java310 mNoMan = noMan; in setNoMan()
/frameworks/base/config/
Dhiddenapi-light-greylist.txt5160 Landroid/service/notification/NotificationListenerService;->mNoMan:Landroid/app/INotificationManage…