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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierServiceStateTracker.java114 cancelNotification();
119 cancelNotification();
188 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/hotspot2/app/
H A DMainActivity.java148 cancelNotification();
229 private void cancelNotification() { method in class:MainActivity
/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java508 * @deprecated Use {@link #cancelNotification(String key)}
514 public final void cancelNotification(String pkg, String tag, int id) { method in class:NotificationListenerService
544 public final void cancelNotification(String key) { method in class:NotificationListenerService
566 * {@see #cancelNotification(String, String, int)}
583 * {@see #cancelNotification(String, String, int)}
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java424 cancelNotification(getCredentialPermissionNotificationId(account,
1977 cancelNotification(
1985 cancelNotification(id, new UserHandle(accounts.userId));
2137 cancelNotification(getSigninRequiredNotificationId(accounts, account), user);
2143 cancelNotification(id, user);
2413 cancelNotification(getSigninRequiredNotificationId(accounts, account),
2426 cancelNotification(getSigninRequiredNotificationId(accounts, account),
4008 cancelNotification(getCredentialPermissionNotificationId(account,
4881 cancelNotification(getSigninRequiredNotificationId(mAccounts, account),
5219 private void cancelNotification(NotificationI method in class:AccountManagerService
5223 private void cancelNotification(NotificationId id, String packageName, UserHandle user) { method in class:AccountManagerService
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java576 cancelNotification(callingUid, callingPid, sbn.getPackageName(), sbn.getTag(),
606 cancelNotification(callingUid, callingPid, pkg, tag, id, 0,
642 cancelNotification(callingUid, callingPid, pkg, tag, id, 0, 0, false, userId,
742 cancelNotification(record.sbn.getUid(), record.sbn.getInitialPid(),
1569 cancelNotification(Binder.getCallingUid(), Binder.getCallingPid(), pkg, tag, id, 0,
2091 cancelNotification(callingUid, callingPid, pkg, tag, id, 0,
2171 Log.e(TAG, "Ignoring deprecated cancelNotification(pkg, tag, id) "
2173 + " use cancelNotification(key) instead.");
4347 void cancelNotification(final int callingUid, final int callingPid, method in class:NotificationManagerService
/frameworks/base/services/core/java/com/android/server/am/
H A DServiceRecord.java547 public void cancelNotification() { method in class:ServiceRecord
H A DActiveServices.java1146 r.cancelNotification();
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java1098 cancelNotification(notificationId);
1270 private void cancelNotification(NotificationId notificationId) { method in class:NetworkPolicyManagerService

Completed in 275 milliseconds