/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coalescer/ |
H A D | GroupCoalescerTest.java | 70 private final NoManSimulator mNoMan = new NoManSimulator(); field in GroupCoalescerTest 90 mNoMan.addListener(serviceListener); in setUp() 96 NotifEvent notif1 = mNoMan.postNotif( in testUngroupedNotificationsAreNotCoalesced() 112 NotifEvent notif1 = mNoMan.postNotif( in testGroupedNotificationsAreCoalesced() 130 NotifEvent notif1 = mNoMan.postNotif( in testCoalescedNotificationsStillPassThroughRankingUpdate() 143 NotifEvent notif1 = mNoMan.postNotif(new NotificationEntryBuilder() in testCoalescedNotificationsArePosted() 150 NotifEvent notif2 = mNoMan.postNotif(new NotificationEntryBuilder() in testCoalescedNotificationsArePosted() 277 NotifEvent notif2b = mNoMan.retractNotif(notif2a.sbn, 0); in testRemovingCoalescedNotifTriggersBatchEmit() 311 mNoMan.setRanking(notif1.key, ranking1b); in testRankingsAreUpdated() 312 mNoMan.setRanking(notif2.key, ranking2b); in testRankingsAreUpdated() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
H A D | NotifCollectionTest.java | 153 private NoManSimulator mNoMan; field in NotifCollectionTest 185 mNoMan = new NoManSimulator(); in setUp() 186 mNoMan.addListener(mNotifHandler); in setUp() 215 mNoMan.postNotif( in testIsOnlyChildInGroup() 221 mNoMan.postNotif( in testIsOnlyChildInGroup() 230 NotifEvent notif1 = mNoMan.postNotif( in testEventDispatchedWhenNotifPosted() 369 mNoMan.issueChannelModification( in testEventDispatchedWhenChannelChanged() 519 mNoMan.issueRankingUpdate(); in testRankingUpdateIsProperlyIssuedToEveryone() 925 mNoMan.postNotif( in testUpdatingGroupKeyOfDismissedSummaryBringsChildrenBack() 1618 mNoMan.setRanking(key1, ranking1); in testMissingRanking() [all …]
|
/aosp14/frameworks/base/core/java/android/service/notification/ |
H A D | ConditionProviderService.java | 79 private INotificationManager mNoMan; field in ConditionProviderService 146 if (mNoMan == null) { in getNotificationInterface() 147 mNoMan = INotificationManager.Stub.asInterface( in getNotificationInterface() 150 return mNoMan; in getNotificationInterface()
|
H A D | NotificationListenerService.java | 433 protected INotificationManager mNoMan; field in NotificationListenerService 657 if (mNoMan == null) { in getNotificationInterface() 658 mNoMan = INotificationManager.Stub.asInterface( in getNotificationInterface() 661 return mNoMan; in getNotificationInterface()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/power/ |
H A D | PowerNotificationWarnings.java | 153 private final NotificationManager mNoMan; field in PowerNotificationWarnings 195 mNoMan = mContext.getSystemService(NotificationManager.class); in PowerNotificationWarnings() 267 mNoMan.cancelAsUser(TAG_BATTERY, SystemMessage.NOTE_POWER_LOW, UserHandle.ALL); in updateNotification() 268 mNoMan.cancelAsUser(TAG_AUTO_SAVER, in updateNotification() 287 mNoMan.cancelAsUser(TAG_BATTERY, SystemMessage.NOTE_POWER_LOW, UserHandle.ALL); in showInvalidChargerNotification() 288 mNoMan.notifyAsUser(TAG_BATTERY, SystemMessage.NOTE_BAD_CHARGER, n, UserHandle.ALL); in showInvalidChargerNotification() 336 mNoMan.cancelAsUser(TAG_BATTERY, SystemMessage.NOTE_BAD_CHARGER, UserHandle.ALL); in showWarningNotification() 337 mNoMan.notifyAsUser(TAG_BATTERY, SystemMessage.NOTE_POWER_LOW, n, UserHandle.ALL); in showWarningNotification() 375 mNoMan.notifyAsUser( in showAutoSaverSuggestionNotification() 425 mNoMan.cancelAsUser(TAG_TEMPERATURE, SystemMessage.NOTE_HIGH_TEMP, UserHandle.ALL); in dismissHighTemperatureWarningInternal() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | ZenModeControllerImpl.java | 70 private final NotificationManager mNoMan; field in ZenModeControllerImpl 135 mNoMan = (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE); in ZenModeControllerImpl() 190 mNoMan.setZenMode(zen, conditionId, reason); in setZen() 286 final NotificationManager.Policy policy = mNoMan.getConsolidatedNotificationPolicy(); in updateConsolidatedNotificationPolicy() 295 final ZenModeConfig config = mNoMan.getZenModeConfig(); in updateZenModeConfig() 308 mNoMan.getConsolidatedNotificationPolicy(); in updateZenModeConfig()
|
/aosp14/frameworks/base/tests/OneMedia/src/com/android/onemedia/ |
H A D | NotificationHelper.java | 144 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()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/ |
H A D | PeopleSpaceWidgetManagerTest.java | 280 mNoMan.addListener(serviceListener); in setUp() 471 mNoMan.issueChannelModification(TEST_PACKAGE_A, in testDoNotUpdateAppWidgetIfNonConversationChannelModified() 490 mNoMan.issueChannelModification(TEST_PACKAGE_A, in testUpdateAppWidgetIfConversationChannelModified() 656 NotifEvent notif1 = mNoMan.postNotif(builder); in testUpdateNotificationPostedIfExistingTile() 715 NotifEvent notif1 = mNoMan.postNotif(builder); in testUpdateMissedCallNotificationWithoutContentPostedIfExistingTile() 739 NotifEvent notif1 = mNoMan.postNotif(builder); in testUpdateMissedCallNotificationWithContentPostedIfExistingTile() 763 NotifEvent notif1 = mNoMan.postNotif(builder); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTile() 794 NotifEvent notif1 = mNoMan.postNotif(builder); in testRemoveMissedCallNotificationWithContentPostedIfMatchingUriTile() 837 NotifEvent notif1 = mNoMan.postNotif(builder); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTileFromSender() 881 NotifEvent notif1 = mNoMan.postNotif(builder); in testDoNotUpdateMissedCallNotificationWithContentPostedIfNoPersonsAttached() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
H A D | VolumeDialogControllerImpl.java | 132 private final NotificationManager mNoMan; field in VolumeDialogControllerImpl 201 mNoMan = notificationManager; in VolumeDialogControllerImpl() 573 updateEffectsSuppressorW(mNoMan.getEffectsSuppressor()); 659 final NotificationManager.Policy policy = mNoMan.getConsolidatedNotificationPolicy(); in updateZenConfig() 739 mNoMan.setZenMode(mState.zenMode, condition != null ? condition.id : null, TAG); in onSetExitConditionW() 744 mNoMan.setZenMode(mode, null, TAG); in onSetZenModeW() 1222 changed = updateEffectsSuppressorW(mNoMan.getEffectsSuppressor()); in onReceive()
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationListenerServiceTest.java | 512 mNoMan = mock(INotificationManager.class); in TestListenerService() 516 return mNoMan; in getNoMan()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 49561 Landroid/service/notification/ConditionProviderService;->mNoMan:Landroid/app/INotificationManager;
|