Searched refs:mImportantNotifications (Results 1 – 1 of 1) sorted by relevance
36 private ArrayMap<String, ArraySet<String>> mImportantNotifications = new ArrayMap<>(1); field in ForegroundServicesUserState70 addNotification(mImportantNotifications, pkg, key); in addImportantNotification()74 return removeNotification(mImportantNotifications, pkg, key); in removeImportantNotification()126 final ArraySet<String> set = mImportantNotifications.get(pkg); in isDisclosureNeeded()155 + ", mImportantNotifications=" + mImportantNotifications in toString()