Home
last modified time | relevance | path

Searched refs:notifyAsUser (Results 1 – 8 of 8) 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()
DMissedCallNotifierImplTest.java223 verify(mNotificationManager, times(2)).notifyAsUser(nullable(String.class), in cancelNotificationTestInternal()
262 verify(mNotificationManager, times(2)).notifyAsUser(nullable(String.class), eq(1), in testNotifyMultipleMissedCalls()
354 verify(mNotificationManager).notifyAsUser(nullable(String.class), eq(1), in notifySingleCallTestInternal()
559 verify(mNotificationManager, times(2)).notifyAsUser(nullable(String.class), eq(1), in testLoadTwoCallsFromDb()
/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java385 notifyAsUser( in updateMwi()
561 notifyAsUser( in updateCfi()
621 notifyAsUser(null /* tag */, DATA_ROAMING_NOTIFICATION, notif, UserHandle.ALL); in showDataRoamingNotification()
624 private void notifyAsUser(String tag, int id, Notification notification, UserHandle user) { in notifyAsUser() method in NotificationMgr
706 notifyAsUser(Integer.toString(subId), in showLimitedSimFunctionWarningNotification()
780 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/settings/
DBlockedNumbersUtil.java115 notificationManager.notifyAsUser(null /* tag */ , EMERGENCY_CALL_NOTIFICATION, in updateEmergencyCallNotification()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DDisconnectedCallNotifier.java244 mNotificationManager.notifyAsUser(NOTIFICATION_TAG, DISCONNECTED_CALL_NOTIFICATION_ID, in showDisconnectedNotification()
DMissedCallNotifierImpl.java382 mNotificationManager.notifyAsUser( in showMissedCallNotification()
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/
DTrustedDeviceManager.java185 mNotificationManager.notifyAsUser(/* tag = */ null, ENROLLMENT_NOTIFICATION_ID, in showEnrollmentNotification()