Home
last modified time | relevance | path

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

/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
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 …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceStateTracker.java239 cancelNotification(notificationType); in evaluateSendingMessageOrCancelNotification()
315 public void cancelNotification(NotificationType notificationType) { in cancelNotification() method in CarrierServiceStateTracker
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java450 cancelNotification(getCredentialPermissionNotificationId(account, in cancelAccountAccessRequestNotificationIfNeeded()
2030 cancelNotification( in renameAccountInternal()
2038 cancelNotification(id, new UserHandle(accounts.userId)); in renameAccountInternal()
2191 cancelNotification(getSigninRequiredNotificationId(accounts, account), user); in removeAccountAsUser()
2197 cancelNotification(id, user); in removeAccountAsUser()
2466 cancelNotification(getSigninRequiredNotificationId(accounts, account), in saveCachedToken()
2479 cancelNotification(getSigninRequiredNotificationId(accounts, account), in saveAuthTokenToDatabase()
4069 cancelNotification(getCredentialPermissionNotificationId(account, in newRequestAccountAccessIntent()
4960 cancelNotification(getSigninRequiredNotificationId(mAccounts, account),
5329 private void cancelNotification(NotificationId id, UserHandle user) {
[all …]
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java568 public final void cancelNotification(String pkg, String tag, int id) { in cancelNotification() method in NotificationListenerService
598 public final void cancelNotification(String key) { in cancelNotification() method in NotificationListenerService
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java816 cancelNotification(callingUid, callingPid, sbn.getPackageName(), sbn.getTag(),
874 cancelNotification(callingUid, callingPid, pkg, tag, id, 0,
914 cancelNotification(callingUid, callingPid, pkg, tag, id, 0, 0, false, userId,
1182 cancelNotification(record.sbn.getUid(), record.sbn.getInitialPid(),
2462 cancelNotification(Binder.getCallingUid(), Binder.getCallingPid(), pkg, tag, id, 0,
3277 cancelNotification(callingUid, callingPid, pkg, tag, id, 0,
6908 void cancelNotification(final int callingUid, final int callingPid,
6912 cancelNotification(callingUid, callingPid, pkg, tag, id, mustHaveFlags, mustNotHaveFlags,
6920 void cancelNotification(final int callingUid, final int callingPid,
/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java908 public void cancelNotification() { in cancelNotification() method in ServiceRecord
DActiveServices.java1497 r.cancelNotification(); in cancelForegroundNotificationLocked()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java1246 cancelNotification(notificationId);
1476 private void cancelNotification(NotificationId notificationId) { in cancelNotification() method in NetworkPolicyManagerService
/frameworks/base/services/
Dart-profile2286 HSPLcom/android/server/accounts/AccountManagerService;->cancelNotification(Lcom/android/server/acco…
9566 HSPLcom/android/server/notification/NotificationManagerService;->cancelNotification(IILjava/lang/St…
9567 HSPLcom/android/server/notification/NotificationManagerService;->cancelNotification(IILjava/lang/St…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27044 method public final deprecated void cancelNotification(java.lang.String, java.lang.String, int);
27045 method public final void cancelNotification(java.lang.String);
/frameworks/base/non-updatable-api/
Dcurrent.txt41919 method @Deprecated public final void cancelNotification(String, String, int);
41920 method public final void cancelNotification(String);
/frameworks/base/api/
Dcurrent.txt42063 method @Deprecated public final void cancelNotification(String, String, int);
42064 method public final void cancelNotification(String);
/frameworks/base/config/
Dboot-image-profile.txt21889 HSPLcom/android/internal/telephony/CarrierServiceStateTracker;->cancelNotification(I)V