Home
last modified time | relevance | path

Searched refs:cancelNotification (Results 1 – 25 of 34) sorted by relevance

12

/aosp12/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationBuilderTest.java122 cancelNotification(1);
125 cancelNotification(2);
128 cancelNotification(3);
131 cancelNotification(4);
134 cancelNotification(5);
137 cancelNotification(6);
140 cancelNotification(7);
143 cancelNotification(8);
146 cancelNotification(9);
149 cancelNotification(10);
[all …]
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/admin/
H A DPerUserCarDevicePolicyServiceTest.java127 doNothing().when(() -> NewUserDisclaimerActivity.cancelNotification(any())); in testSetAcknowledged()
132 verify(() -> NewUserDisclaimerActivity.cancelNotification(mContext)); in testSetAcknowledged()
H A DNewUserDisclaimerActivityTest.java146 NewUserDisclaimerActivity.cancelNotification(mSpiedContext); in testCancelNotification()
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
H A DTestForegroundManager.java43 public void stopForeground(boolean cancelNotification) { in stopForeground() argument
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerInternal.java30 void cancelNotification(String pkg, String basePkg, int callingUid, int callingPid, in cancelNotification() method
/aosp12/packages/apps/StorageManager/src/com/android/storagemanager/automatic/
H A DNotificationController.java130 cancelNotification(context, intent); in onReceive()
244 private void cancelNotification(Context context, Intent intent) { in cancelNotification() method in NotificationController
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/notification/
H A DNotificationListener.java137 cancelNotification(notificationGroup.getGroupSummaryKey()); in handleWorkerMessage()
166 cancelNotification(mLastKeyDismissedByLauncher); in handleWorkerMessage()
H A DNotificationInfo.java113 launcher.getPopupDataProvider().cancelNotification(notificationKey); in onClick()
H A DNotificationMainView.java324 launcher.getPopupDataProvider().cancelNotification(
/aosp12/packages/services/Car/service/src/com/android/car/admin/
H A DNewUserDisclaimerActivity.java102 static void cancelNotification(Context context) { in cancelNotification() method in NewUserDisclaimerActivity
H A DPerUserCarDevicePolicyService.java153 NewUserDisclaimerActivity.cancelNotification(mContext); in setAcknowledged()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppReceiver.java111 cancelNotification(context, BluetoothOppNotification.NOTIFICATION_ID_PROGRESS); in onReceive()
282 private void cancelNotification(Context context, int id) { in cancelNotification() method in BluetoothOppReceiver
H A DBluetoothOppObexClientSession.java121 BluetoothOppUtility.cancelNotification(mContext); in stop()
628 BluetoothOppUtility.cancelNotification(mContext); in sendFile()
H A DBluetoothOppObexServerSession.java549 BluetoothOppUtility.cancelNotification(mContext); in receiveFile()
642 BluetoothOppUtility.cancelNotification(mContext); in onClose()
H A DBluetoothOppUtility.java480 protected static void cancelNotification(Context ctx) { in cancelNotification() method in BluetoothOppUtility
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/voicemail/
H A DLegacyVoicemailNotificationReceiver.java99 LegacyVoicemailNotifier.cancelNotification(context, phoneAccountHandle); in onReceive()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierServiceStateTracker.java314 cancelNotification(notificationType); in evaluateSendingMessageOrCancelNotification()
390 public void cancelNotification(NotificationType notificationType) { in cancelNotification() method in CarrierServiceStateTracker
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/setup/
H A DBaseTunerSetupActivity.java334 public static void cancelNotification(Context context) { in cancelNotification() method in BaseTunerSetupActivity
359 cancelNotification(context); in onTvInputEnabled()
/aosp12/packages/apps/Dialer/java/com/android/incallui/spam/
H A DSpamNotificationActivity.java168 cancelNotification(); in onCreate()
333 private void cancelNotification() { in cancelNotification() method in SpamNotificationActivity
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DLegacyVoicemailNotifier.java160 public static void cancelNotification( in cancelNotification() method in LegacyVoicemailNotifier
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DPopupDataProvider.java186 public void cancelNotification(String notificationKey) { in cancelNotification() method in PopupDataProvider
/aosp12/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java455 cancelNotification(getCredentialPermissionNotificationId(account, in cancelAccountAccessRequestNotificationIfNeeded()
2106 cancelNotification( in renameAccountInternal()
2114 cancelNotification(id, new UserHandle(accounts.userId)); in renameAccountInternal()
2266 cancelNotification(id, user); in removeAccountAsUser()
2537 cancelNotification(getSigninRequiredNotificationId(accounts, account), in saveCachedToken()
2550 cancelNotification(getSigninRequiredNotificationId(accounts, account), in saveAuthTokenToDatabase()
4163 cancelNotification(getCredentialPermissionNotificationId(account, in newRequestAccountAccessIntent()
5423 private void cancelNotification(NotificationId id, UserHandle user) {
5424 cancelNotification(id, mContext.getPackageName(), user);
5862 cancelNotification(
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DServiceRecord.java1051 public void cancelNotification() { in cancelNotification() method in ServiceRecord
1066 nm.cancelNotification(localPackageName, localPackageName, appUid, appPid, in cancelNotification()
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DStatusBarNotifier.java218 private void cancelNotification() { in cancelNotification() method in StatusBarNotifier
242 cancelNotification(); in updateInCallNotification()
/aosp12/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java666 public final void cancelNotification(String pkg, String tag, int id) { in cancelNotification() method in NotificationListenerService
696 public final void cancelNotification(String key) { in cancelNotification() method in NotificationListenerService

12