Searched refs:NotificationId (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/net/ |
D | NetworkPolicyManagerService.java | 425 private final ArraySet<NotificationId> mActiveNotifs = new ArraySet<>(); 1059 final ArraySet<NotificationId> beforeNotifs = new ArraySet<NotificationId>(mActiveNotifs); in updateNotificationsNL() 1096 final NotificationId notificationId = beforeNotifs.valueAt(i); in updateNotificationsNL() 1150 final NotificationId notificationId = new NotificationId(policy, type); in enqueueNotification() 1270 private void cancelNotification(NotificationId notificationId) { in cancelNotification() 4201 private class NotificationId { class 4205 NotificationId(NetworkPolicy policy, int type) { in NotificationId() method in NetworkPolicyManagerService.NotificationId 4213 if (!(o instanceof NotificationId)) return false; in equals() 4214 NotificationId that = (NotificationId) o; in equals()
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 201 private final HashMap<Pair<Pair<Account, String>, Integer>, NotificationId> 203 private final HashMap<Account, NotificationId> signinRequiredNotificationIds 1984 NotificationId id = accounts.credentialsPermissionNotificationIds.get(pair); in renameAccountInternal() 2142 NotificationId id = accounts.credentialsPermissionNotificationIds.get(pair); in removeAccountAsUser() 3049 private NotificationId getCredentialPermissionNotificationId(Account account, in getCredentialPermissionNotificationId() 3051 NotificationId nId; in getCredentialPermissionNotificationId() 3062 nId = new NotificationId(tag, id); in getCredentialPermissionNotificationId() 3069 private NotificationId getSigninRequiredNotificationId(UserAccounts accounts, Account account) { in getSigninRequiredNotificationId() 3070 NotificationId nId; in getSigninRequiredNotificationId() 3077 nId = new NotificationId(tag, id); in getSigninRequiredNotificationId() [all …]
|