Home
last modified time | relevance | path

Searched refs:NotificationId (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DTetheringNotificationUpdater.java121 @interface NotificationId {} annotation in TetheringNotificationUpdater
253 private void clearNotification(@NotificationId final int id) { in clearNotification()
344 @NonNull final String message, @NotificationId final int id, final boolean ongoing, in showNotification()
/aosp12/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java208 private final HashMap<Pair<Pair<Account, String>, Integer>, NotificationId>
210 private final HashMap<Account, NotificationId> signinRequiredNotificationIds
3202 private NotificationId getCredentialPermissionNotificationId(Account account, in getCredentialPermissionNotificationId()
3204 NotificationId nId; in getCredentialPermissionNotificationId()
3215 nId = new NotificationId(tag, id); in getCredentialPermissionNotificationId()
3223 NotificationId nId; in getSigninRequiredNotificationId()
3230 nId = new NotificationId(tag, id); in getSigninRequiredNotificationId()
5405 private void installNotification(NotificationId id, final Notification notification,
5423 private void cancelNotification(NotificationId id, UserHandle user) {
6402 private static class NotificationId {
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java592 private final ArraySet<NotificationId> mActiveNotifs = new ArraySet<>();
1306 final ArraySet<NotificationId> beforeNotifs = new ArraySet<NotificationId>(mActiveNotifs);
1399 final NotificationId notificationId = beforeNotifs.valueAt(i);
1499 final NotificationId notificationId = new NotificationId(policy, type); in enqueueNotification()
1639 private void cancelNotification(NotificationId notificationId) { in cancelNotification()
6015 private class NotificationId {
6019 NotificationId(NetworkPolicy policy, int type) {
6027 if (!(o instanceof NotificationId)) return false;
6028 NotificationId that = (NotificationId) o;
/aosp12/frameworks/base/services/
H A Dart-profile4949 HSPLcom/android/server/accounts/AccountManagerService$NotificationId;-><init>(Ljava/lang/String;I)V
4950 …counts/AccountManagerService$NotificationId;->access$3700(Lcom/android/server/accounts/AccountMana…
25394 PLcom/android/server/net/NetworkPolicyManagerService$NotificationId;-><init>(Lcom/android/server/ne…
25395 HPLcom/android/server/net/NetworkPolicyManagerService$NotificationId;->buildNotificationTag(Landroi…
25396 HPLcom/android/server/net/NetworkPolicyManagerService$NotificationId;->equals(Ljava/lang/Object;)Z
25397 PLcom/android/server/net/NetworkPolicyManagerService$NotificationId;->getId()I
25398 PLcom/android/server/net/NetworkPolicyManagerService$NotificationId;->getTag()Ljava/lang/String;
25399 HPLcom/android/server/net/NetworkPolicyManagerService$NotificationId;->hashCode()I
25460 …rService;->cancelNotification(Lcom/android/server/net/NetworkPolicyManagerService$NotificationId;)V
52114 Lcom/android/server/accounts/AccountManagerService$NotificationId;
[all …]