Home
last modified time | relevance | path

Searched refs:cancelAsUser (Results 1 – 7 of 7) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java401 cancelAsUser( in updateMwi()
572 cancelAsUser( in updateCfi()
638 private void cancelAsUser(String tag, int id, UserHandle user) { in cancelAsUser() method in NotificationMgr
657 cancelAsUser(null, DATA_ROAMING_NOTIFICATION, UserHandle.ALL); in hideDataRoamingNotification()
720 cancelAsUser(Integer.toString(id), in dismissLimitedSimFunctionWarningNotification()
725 cancelAsUser(Integer.toString(subId), in dismissLimitedSimFunctionWarningNotification()
741 cancelAsUser(Integer.toString(id), in dismissLimitedSimFunctionWarningNotificationForInactiveSubs()
793 cancelAsUser( in cancelNetworkSelection()
DEmergencyCallbackModeService.java110 mNotificationManager.cancelAsUser(null, R.string.phone_in_ecm_notification_title, in onDestroy()
/packages/services/Telecomm/src/com/android/server/telecom/settings/
DBlockedNumbersUtil.java118 notificationManager.cancelAsUser(null /* tag */ , EMERGENCY_CALL_NOTIFICATION, in updateEmergencyCallNotification()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DDisconnectedCallNotifierTest.java146 verify(mNotificationManager).cancelAsUser(anyString(), anyInt(), any()); in testNotificationClearedForEmergencyCall()
DMissedCallNotifierImplTest.java225 verify(mNotificationManager).cancelAsUser(nullable(String.class), in cancelNotificationTestInternal()
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DDisconnectedCallNotifier.java379 mNotificationManager.cancelAsUser(NOTIFICATION_TAG, DISCONNECTED_CALL_NOTIFICATION_ID, in clearNotification()
DMissedCallNotifierImpl.java403 mNotificationManager.cancelAsUser(NOTIFICATION_TAG, MISSED_CALL_NOTIFICATION_ID, in cancelMissedCallNotification()