Home
last modified time | relevance | path

Searched refs:cancelNotification (Results 1 – 14 of 14) 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/support/v4/java/android/support/v4/app/
DNotificationManagerCompat.java115 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/
DNotificationManagerCompatEclair.java23 static void cancelNotification(NotificationManager notificationManager, String tag, in cancelNotification() method in NotificationManagerCompatEclair
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java275 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/
DDeviceStorageMonitorService.java288 cancelNotification(); in checkMemory()
494 private void cancelNotification() { in cancelNotification() method in DeviceStorageMonitorService
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java975 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/
DAccountManagerServiceTest.java259 protected void cancelNotification(final int id, UserHandle user) { in cancelNotification() method in AccountManagerServiceTest.MyAccountManagerService
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java550 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/
DServiceRecord.java504 public void cancelNotification() { in cancelNotification() method in ServiceRecord
DActiveServices.java587 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/
DNetworkPolicyManagerService.java733 cancelNotification(tag); in updateNotificationsLocked()
944 private void cancelNotification(String tag) { in cancelNotification() method in NetworkPolicyManagerService
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt283 NO DOC BLOCK: android.service.notification.NotificationListenerService Method cancelNotification(ja…
284 NO DOC BLOCK: android.service.notification.NotificationListenerService Method cancelNotification(ja…
/frameworks/base/api/
Dsystem-current.txt28676 method public final deprecated void cancelNotification(java.lang.String, java.lang.String, int);
28677 method public final void cancelNotification(java.lang.String);
Dcurrent.txt27046 method public final deprecated void cancelNotification(java.lang.String, java.lang.String, int);
27047 method public final void cancelNotification(java.lang.String);