Searched defs:cancelNotification (Results 1 - 11 of 11) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierServiceStateTracker.java112 cancelNotification();
117 cancelNotification();
185 private void cancelNotification() { method in class:CarrierServiceStateTracker
/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/base/packages/Osu/src/com/android/
H A DMainActivity.java141 cancelNotification();
345 private void cancelNotification() { method in class:MainActivity
/frameworks/base/services/core/java/com/android/server/storage/
H A DDeviceStorageMonitorService.java294 cancelNotification();
499 private void cancelNotification() { method in class:DeviceStorageMonitorService
/frameworks/base/services/core/java/com/android/server/am/
H A DServiceRecord.java545 public void cancelNotification() { method in class:ServiceRecord
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DAccountManagerServiceTest.java448 protected void cancelNotification(final int id, UserHandle user) { method in class:AccountManagerServiceTest.MyAccountManagerService
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationManagerCompat.java156 void cancelNotification(NotificationManager notificationManager, String tag, int id); method in interface:NotificationManagerCompat.Impl
171 public void cancelNotification(NotificationManager notificationManager, String tag, method in class:NotificationManagerCompat.ImplBase
254 IMPL.cancelNotification(mNotificationManager, tag, id);
288 IMPL.cancelNotification(mNotificationManager, tag, id);
/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java366 * @deprecated Use {@link #cancelNotification(String key)}
371 public final void cancelNotification(String pkg, String tag, int id) { method in class:NotificationListenerService
401 public final void cancelNotification(String key) { method in class:NotificationListenerService
423 * {@see #cancelNotification(String, String, int)}
440 * {@see #cancelNotification(String, String, int)}
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java985 cancelNotification(tag);
1160 private void cancelNotification(String tag) { method in class:NetworkPolicyManagerService
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java537 cancelNotification(callingUid, callingPid, sbn.getPackageName(), sbn.getTag(),
563 cancelNotification(callingUid, callingPid, pkg, tag, id, 0,
596 cancelNotification(callingUid, callingPid, pkg, tag, id, 0, 0, false, userId,
1390 cancelNotification(Binder.getCallingUid(), Binder.getCallingPid(), pkg, tag, id, 0,
1710 cancelNotification(callingUid, callingPid, pkg, tag, id, 0,
1733 Log.e(TAG, "Ignoring deprecated cancelNotification(pkg, tag, id) "
1735 + " use cancelNotification(key) instead.");
3393 void cancelNotification(final int callingUid, final int callingPid, method in class:NotificationManagerService
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java503 cancelNotification(getCredentialPermissionNotificationId(account,
1529 cancelNotification(
1537 cancelNotification(id, new UserHandle(accounts.userId));
1675 cancelNotification(getSigninRequiredNotificationId(accounts, account), user);
1681 cancelNotification(id, user);
1960 cancelNotification(getSigninRequiredNotificationId(accounts, account),
1973 cancelNotification(getSigninRequiredNotificationId(accounts, account),
3565 cancelNotification(getCredentialPermissionNotificationId(account,
4363 cancelNotification(getSigninRequiredNotificationId(mAccounts, account),
5304 protected void cancelNotification(in method in class:AccountManagerService
5308 protected void cancelNotification(int id, String packageName, UserHandle user) { method in class:AccountManagerService
[all...]

Completed in 421 milliseconds