Home
last modified time | relevance | path

Searched refs:notifyAsUser (Results 1 – 19 of 19) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DDisconnectedCallNotifierTest.java84 verify(mNotificationManager, never()).notifyAsUser(anyString(), anyInt(), in testNotificationShownAfterEmergencyCall()
90 verify(mNotificationManager).notifyAsUser(anyString(), anyInt(), in testNotificationShownAfterEmergencyCall()
107 verify(mNotificationManager, never()).notifyAsUser(anyString(), anyInt(), in testNotificationShownForDisconnectedEmergencyCall()
113 verify(mNotificationManager).notifyAsUser(anyString(), anyInt(), in testNotificationShownForDisconnectedEmergencyCall()
129 verify(mNotificationManager, never()).notifyAsUser(anyString(), anyInt(), in testNotificationNotShownAfterCall()
134 verify(mNotificationManager, never()).notifyAsUser(anyString(), anyInt(), in testNotificationNotShownAfterCall()
DIncomingCallNotifierTest.java103 verify(mNotificationManager, never()).notifyAsUser( in testSingleCall()
117 verify(mNotificationManager, never()).notifyAsUser( in testIncomingDuringOngoingCall()
135 verify(mNotificationManager, never()).notifyAsUser( in testIncomingDuringOngoingCall2()
153 verify(mNotificationManager).notifyAsUser( in testCallRemoved()
177 verify(mNotificationManager, never()).notifyAsUser( in testDontShowDuringHandover1()
198 verify(mNotificationManager, never()).notifyAsUser( in testDontShowDuringHandover2()
DMissedCallNotifierImplTest.java308 verify(mNotificationManager, times(2)).notifyAsUser(nullable(String.class), in cancelNotificationTestInternal()
348 verify(mNotificationManager, times(2)).notifyAsUser(nullable(String.class), eq(1), in testNotifyMultipleMissedCalls()
440 verify(mNotificationManager).notifyAsUser(nullable(String.class), eq(1), in notifySingleCallTestInternal()
648 verify(mNotificationManager, times(2)).notifyAsUser(nullable(String.class), eq(1), in testLoadTwoCallsFromDb()
691 verify(mNotificationManager, never()).notifyAsUser(nullable(String.class), anyInt(), in testDialerHandleMissedCall()
DBlockedNumbersUtilTests.java54 verify(mgr).notifyAsUser(isNull(), anyInt(), any(Notification.class), in testPostNotification()
DInCallControllerTests.java939 verify(mNotificationManager).notifyAsUser(eq(NOTIFICATION_TAG), in testBindToService_NullBinding_FallBackToSystem()
1448 verify(mNotificationManager, times(0)).notifyAsUser( in testBindToService_NonUiSelfManaged()
/packages/services/Car/service-builtin/src/com/android/car/admin/
DNotificationHelper.java139 .notifyAsUser(TAG, NEW_USER_DISCLAIMER_NOTIFICATION_ID, in showUserDisclaimerNotification()
215 .notifyAsUser(TAG, FACTORY_RESET_NOTIFICATION_ID, notification, UserHandle.ALL); in showFactoryResetNotification()
266 notificationManager.notifyAsUser(TAG, notificationId, notification, user); in showResourceOveruseNotificationsAsUser()
/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java410 notifyAsUser( in updateMwi()
593 notifyAsUser( in updateCfi()
653 notifyAsUser(null /* tag */, DATA_ROAMING_NOTIFICATION, notif, UserHandle.ALL); in showDataRoamingNotification()
656 private void notifyAsUser(String tag, int id, Notification notification, UserHandle user) { in notifyAsUser() method in NotificationMgr
738 notifyAsUser(Integer.toString(subId), in showLimitedSimFunctionWarningNotification()
812 notifyAsUser( in showNetworkSelection()
DEmergencyCallbackModeService.java228 mNotificationManager.notifyAsUser(null, R.string.phone_in_ecm_notification_title, in showNotification()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DAudioProcessingNotification.java99 mNotificationManager.notifyAsUser(NOTIFICATION_TAG, AUDIO_PROCESSING_NOTIFICATION_ID, in showAudioProcessingNotification()
DIncomingCallNotifier.java182 mNotificationManager.notifyAsUser(NOTIFICATION_TAG, NOTIFICATION_INCOMING_CALL, in showIncomingCallNotification()
DCallStreamingNotification.java272 mNotificationManager.notifyAsUser(NOTIFICATION_TAG, STREAMING_NOTIFICATION_ID, in showStreamingNotification()
DDisconnectedCallNotifier.java244 mNotificationManager.notifyAsUser(NOTIFICATION_TAG, DISCONNECTED_CALL_NOTIFICATION_ID, in showDisconnectedNotification()
DMissedCallNotifierImpl.java441 mNotificationManager.notifyAsUser( in showMissedCallNotification()
/packages/services/Telecomm/src/com/android/server/telecom/settings/
DBlockedNumbersUtil.java118 notificationManager.notifyAsUser(null /* tag */ , EMERGENCY_CALL_NOTIFICATION, in updateEmergencyCallNotification()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/admin/
DNotificationHelperTest.java131 verify(mMockNotificationManager).notifyAsUser(eq(NotificationHelper.TAG), in testShowUserDisclaimerNotification()
308 .notifyAsUser(eq(NotificationHelper.TAG), mIntCaptor.capture(), in captureAndVerifyUserNotifications()
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarHeadsUpNotificationQueue.java243 mNotificationManager.notifyAsUser(TAG, NOTIFICATION_ID, in triggerCallback()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarHeadsUpNotificationQueueTest.java487 verify(mNotificationManager).notifyAsUser(anyString(), anyInt(), mNotificationArg.capture(), in triggerCallback_sendsNotificationToCurrentUser_onHunExpiredAndEmptyQueue()
/packages/services/Telecomm/src/com/android/server/telecom/
DInCallController.java3225 notificationManager.notifyAsUser(NOTIFICATION_TAG, IN_CALL_SERVICE_NOTIFICATION_ID, in sendCrashedInCallServiceNotification()
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java3902 verify(mNotificationManager, never()).notifyAsUser(anyString(), anyInt(), any(), any());