Searched refs:cancelAsUser (Results 1 – 8 of 8) sorted by relevance
/packages/services/Telephony/src/com/android/phone/ |
D | NotificationMgr.java | 408 cancelAsUser( in updateMwi() 587 cancelAsUser( in updateCfi() 653 private void cancelAsUser(String tag, int id, UserHandle user) { in cancelAsUser() method in NotificationMgr 672 cancelAsUser(null, DATA_ROAMING_NOTIFICATION, UserHandle.ALL); in hideDataRoamingNotification() 735 cancelAsUser(Integer.toString(id), in dismissLimitedSimFunctionWarningNotification() 740 cancelAsUser(Integer.toString(subId), in dismissLimitedSimFunctionWarningNotification() 756 cancelAsUser(Integer.toString(id), in dismissLimitedSimFunctionWarningNotificationForInactiveSubs() 808 cancelAsUser( in cancelNetworkSelection()
|
D | EmergencyCallbackModeService.java | 110 mNotificationManager.cancelAsUser(null, R.string.phone_in_ecm_notification_title, in onDestroy()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | BlockedNumbersUtilTests.java | 58 verify(mgr).cancelAsUser(isNull(), anyInt(), any(UserHandle.class)); in testDismissNotification()
|
D | DisconnectedCallNotifierTest.java | 146 verify(mNotificationManager).cancelAsUser(anyString(), anyInt(), any()); in testNotificationClearedForEmergencyCall()
|
D | MissedCallNotifierImplTest.java | 286 verify(mNotificationManager).cancelAsUser(nullable(String.class), in cancelNotificationTestInternal()
|
/packages/services/Telecomm/src/com/android/server/telecom/settings/ |
D | BlockedNumbersUtil.java | 119 notificationManager.cancelAsUser(null /* tag */ , EMERGENCY_CALL_NOTIFICATION, in updateEmergencyCallNotification()
|
/packages/services/Telecomm/src/com/android/server/telecom/ui/ |
D | DisconnectedCallNotifier.java | 380 mNotificationManager.cancelAsUser(NOTIFICATION_TAG, DISCONNECTED_CALL_NOTIFICATION_ID, in clearNotification()
|
D | MissedCallNotifierImpl.java | 452 mNotificationManager.cancelAsUser(NOTIFICATION_TAG, MISSED_CALL_NOTIFICATION_ID, in cancelMissedCallNotification()
|