Searched refs:cancelNotification (Results 1 - 9 of 9) sorted by relevance

/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(1
206 private void cancelNotification(final int id) { method in class:NotificationBuilderTest
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierServiceStateTracker.java228 cancelNotification(notificationType.getTypeId());
304 public void cancelNotification(int notificationId) { method in class:CarrierServiceStateTracker
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java453 cancelNotification(getCredentialPermissionNotificationId(account,
2005 cancelNotification(
2013 cancelNotification(id, new UserHandle(accounts.userId));
2166 cancelNotification(getSigninRequiredNotificationId(accounts, account), user);
2172 cancelNotification(id, user);
2440 cancelNotification(getSigninRequiredNotificationId(accounts, account),
2453 cancelNotification(getSigninRequiredNotificationId(accounts, account),
4043 cancelNotification(getCredentialPermissionNotificationId(account,
4937 cancelNotification(getSigninRequiredNotificationId(mAccounts, account),
5309 private void cancelNotification(NotificationI method in class:AccountManagerService
5313 private void cancelNotification(NotificationId id, String packageName, UserHandle user) { method in class:AccountManagerService
[all...]
/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java541 * @deprecated Use {@link #cancelNotification(String key)}
547 public final void cancelNotification(String pkg, String tag, int id) { method in class:NotificationListenerService
577 public final void cancelNotification(String key) { method in class:NotificationListenerService
599 * {@see #cancelNotification(String, String, int)}
616 * {@see #cancelNotification(String, String, int)}
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java715 cancelNotification(callingUid, callingPid, sbn.getPackageName(), sbn.getTag(),
760 cancelNotification(callingUid, callingPid, pkg, tag, id, 0,
795 cancelNotification(callingUid, callingPid, pkg, tag, id, 0, 0, false, userId,
990 cancelNotification(record.sbn.getUid(), record.sbn.getInitialPid(),
2094 cancelNotification(Binder.getCallingUid(), Binder.getCallingPid(), pkg, tag, id, 0,
2694 cancelNotification(callingUid, callingPid, pkg, tag, id, 0,
2774 Log.e(TAG, "Ignoring deprecated cancelNotification(pkg, tag, id) "
2776 + " use cancelNotification(key) instead.");
5627 void cancelNotification(final int callingUid, final int callingPid, method in class:NotificationManagerService
5631 cancelNotification(callingUi
5639 void cancelNotification(final int callingUid, final int callingPid, method in class:NotificationManagerService
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DServiceRecord.java695 public void cancelNotification() { method in class:ServiceRecord
H A DActiveServices.java1346 r.cancelNotification();
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java1211 cancelNotification(notificationId);
1411 private void cancelNotification(NotificationId notificationId) { method in class:NetworkPolicyManagerService
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 349 milliseconds