/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
D | NotificationBuilderTest.java | 122 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/support/v4/java/android/support/v4/app/ |
D | NotificationManagerCompat.java | 115 void cancelNotification(NotificationManager notificationManager, String tag, int id); in cancelNotification() method 125 public void cancelNotification(NotificationManager notificationManager, String tag, in cancelNotification() method in NotificationManagerCompat.ImplBase 144 public void cancelNotification(NotificationManager notificationManager, String tag, in cancelNotification() method in NotificationManagerCompat.ImplEclair 146 NotificationManagerCompatEclair.cancelNotification(notificationManager, tag, id); in cancelNotification() 189 IMPL.cancelNotification(mNotificationManager, tag, id); in cancel() 223 IMPL.cancelNotification(mNotificationManager, tag, id); in notify()
|
/frameworks/support/v4/eclair/android/support/v4/app/ |
D | NotificationManagerCompatEclair.java | 23 static void cancelNotification(NotificationManager notificationManager, String tag, in cancelNotification() method in NotificationManagerCompatEclair
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationListenerService.java | 275 public final void cancelNotification(String pkg, String tag, int id) { in cancelNotification() method in NotificationListenerService 301 public final void cancelNotification(String key) { in cancelNotification() method in NotificationListenerService
|
/frameworks/base/services/core/java/com/android/server/storage/ |
D | DeviceStorageMonitorService.java | 288 cancelNotification(); in checkMemory() 494 private void cancelNotification() { in cancelNotification() method in DeviceStorageMonitorService
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 975 cancelNotification( in renameAccountInternal() 983 cancelNotification(id, new UserHandle(accounts.userId)); in renameAccountInternal() 1084 cancelNotification(getSigninRequiredNotificationId(accounts, account), user); in removeAccount() 1090 cancelNotification(id, user); in removeAccount() 1141 cancelNotification(getSigninRequiredNotificationId(accounts, account), user); in removeAccountAsUser() 1147 cancelNotification(id, user); in removeAccountAsUser() 1325 cancelNotification(getSigninRequiredNotificationId(accounts, account), in saveAuthTokenToDatabase() 2625 cancelNotification(getSigninRequiredNotificationId(mAccounts, account), in onResult() 3032 protected void cancelNotification(int id, UserHandle user) { in cancelNotification() method in AccountManagerService 3246 cancelNotification(getCredentialPermissionNotificationId(account, authTokenType, uid), in grantAppPermission() [all …]
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
D | AccountManagerServiceTest.java | 259 protected void cancelNotification(final int id, UserHandle user) { in cancelNotification() method in AccountManagerServiceTest.MyAccountManagerService
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 550 cancelNotification(callingUid, callingPid, sbn.getPackageName(), sbn.getTag(), 574 cancelNotification(callingUid, callingPid, pkg, tag, id, 0, 631 cancelNotification(callingUid, callingPid, pkg, tag, id, 0, 0, false, userId, 1159 cancelNotification(Binder.getCallingUid(), Binder.getCallingPid(), pkg, tag, id, 0, 1340 cancelNotification(callingUid, callingPid, pkg, tag, id, 0, 2551 void cancelNotification(final int callingUid, final int callingPid, in cancelNotification() method
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ServiceRecord.java | 504 public void cancelNotification() { in cancelNotification() method in ServiceRecord
|
D | ActiveServices.java | 587 r.cancelNotification(); in setServiceForegroundLocked() 607 r.cancelNotification(); in setServiceForegroundLocked() 1266 r.cancelNotification(); in scheduleServiceRestartLocked() 1677 r.cancelNotification(); in bringDownServiceLocked()
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | NetworkPolicyManagerService.java | 733 cancelNotification(tag); in updateNotificationsLocked() 944 private void cancelNotification(String tag) { in cancelNotification() method in NetworkPolicyManagerService
|
/frameworks/base/docs/html/sdk/api_diff/21/ |
D | missingSinces.txt | 283 NO DOC BLOCK: android.service.notification.NotificationListenerService Method cancelNotification(ja… 284 NO DOC BLOCK: android.service.notification.NotificationListenerService Method cancelNotification(ja…
|
/frameworks/base/api/ |
D | system-current.txt | 28676 method public final deprecated void cancelNotification(java.lang.String, java.lang.String, int); 28677 method public final void cancelNotification(java.lang.String);
|
D | current.txt | 27046 method public final deprecated void cancelNotification(java.lang.String, java.lang.String, int); 27047 method public final void cancelNotification(java.lang.String);
|