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