Searched refs:NotificationId (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/ |
D | TetheringNotificationUpdater.java | 121 @interface NotificationId {} annotation in TetheringNotificationUpdater 253 private void clearNotification(@NotificationId final int id) { in clearNotification() 342 @NonNull final String message, @NotificationId final int id, final boolean ongoing, in showNotification()
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 207 private final HashMap<Pair<Pair<Account, String>, Integer>, NotificationId> 209 private final HashMap<Account, NotificationId> signinRequiredNotificationIds 2043 NotificationId id = accounts.credentialsPermissionNotificationIds.get(pair); in renameAccountInternal() 2192 NotificationId id = accounts.credentialsPermissionNotificationIds.get(pair); in removeAccountAsUser() 3102 private NotificationId getCredentialPermissionNotificationId(Account account, in getCredentialPermissionNotificationId() 3104 NotificationId nId; in getCredentialPermissionNotificationId() 3115 nId = new NotificationId(tag, id); in getCredentialPermissionNotificationId() 3122 private NotificationId getSigninRequiredNotificationId(UserAccounts accounts, Account account) { in getSigninRequiredNotificationId() 3123 NotificationId nId; in getSigninRequiredNotificationId() 3130 nId = new NotificationId(tag, id); in getSigninRequiredNotificationId() [all …]
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | NetworkPolicyManagerService.java | 530 private final ArraySet<NotificationId> mActiveNotifs = new ArraySet<>(); 1157 final ArraySet<NotificationId> beforeNotifs = new ArraySet<NotificationId>(mActiveNotifs); 1250 final NotificationId notificationId = beforeNotifs.valueAt(i); 1346 final NotificationId notificationId = new NotificationId(policy, type); in enqueueNotification() 1482 private void cancelNotification(NotificationId notificationId) { in cancelNotification() 5485 private class NotificationId { class 5489 NotificationId(NetworkPolicy policy, int type) { in NotificationId() method in NetworkPolicyManagerService.NotificationId 5497 if (!(o instanceof NotificationId)) return false; in equals() 5498 NotificationId that = (NotificationId) o; in equals()
|
/frameworks/base/services/ |
D | art-profile | 5079 HSPLcom/android/server/accounts/AccountManagerService$NotificationId;-><init>(Ljava/lang/String;I)V 5080 …counts/AccountManagerService$NotificationId;->access$3600(Lcom/android/server/accounts/AccountMana… 5126 …unts/Account;Ljava/lang/String;I)Lcom/android/server/accounts/AccountManagerService$NotificationId; 5127 …untManagerService;Lcom/android/server/accounts/AccountManagerService$NotificationId;Ljava/lang/Str… 5131 …ounts;Landroid/accounts/Account;)Lcom/android/server/accounts/AccountManagerService$NotificationId; 5132 …untManagerService;Lcom/android/server/accounts/AccountManagerService$NotificationId;Landroid/os/Us… 5161 …ancelNotification(Lcom/android/server/accounts/AccountManagerService$NotificationId;Landroid/os/Us… 5162 …ancelNotification(Lcom/android/server/accounts/AccountManagerService$NotificationId;Ljava/lang/Str… 5195 …unts/Account;Ljava/lang/String;I)Lcom/android/server/accounts/AccountManagerService$NotificationId; 5204 …ounts;Landroid/accounts/Account;)Lcom/android/server/accounts/AccountManagerService$NotificationId; [all …]
|