Searched refs:cancelAsUser (Results 1 – 7 of 7) sorted by relevance
/packages/services/Telephony/src/com/android/phone/ |
D | NotificationMgr.java | 402 cancelAsUser( in updateMwi() 564 cancelAsUser( in updateCfi() 629 private void cancelAsUser(String tag, int id, UserHandle user) { in cancelAsUser() method in NotificationMgr 648 cancelAsUser(null, DATA_ROAMING_NOTIFICATION, UserHandle.ALL); in hideDataRoamingNotification() 711 cancelAsUser(Integer.toString(id), in dismissLimitedSimFunctionWarningNotification() 716 cancelAsUser(Integer.toString(subId), in dismissLimitedSimFunctionWarningNotification() 732 cancelAsUser(Integer.toString(id), in dismissLimitedSimFunctionWarningNotificationForInactiveSubs() 783 cancelAsUser( in cancelNetworkSelection()
|
D | EmergencyCallbackModeService.java | 110 mNotificationManager.cancelAsUser(null, R.string.phone_in_ecm_notification_title, in onDestroy()
|
/packages/services/Telecomm/src/com/android/server/telecom/settings/ |
D | BlockedNumbersUtil.java | 118 notificationManager.cancelAsUser(null /* tag */ , EMERGENCY_CALL_NOTIFICATION, in updateEmergencyCallNotification()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | DisconnectedCallNotifierTest.java | 146 verify(mNotificationManager).cancelAsUser(anyString(), anyInt(), any()); in testNotificationClearedForEmergencyCall()
|
D | MissedCallNotifierImplTest.java | 225 verify(mNotificationManager).cancelAsUser(nullable(String.class), in cancelNotificationTestInternal()
|
/packages/services/Telecomm/src/com/android/server/telecom/ui/ |
D | DisconnectedCallNotifier.java | 379 mNotificationManager.cancelAsUser(NOTIFICATION_TAG, DISCONNECTED_CALL_NOTIFICATION_ID, in clearNotification()
|
D | MissedCallNotifierImpl.java | 403 mNotificationManager.cancelAsUser(NOTIFICATION_TAG, MISSED_CALL_NOTIFICATION_ID, in cancelMissedCallNotification()
|