Searched refs:mStandardLayoutNotifications (Results 1 – 1 of 1) sorted by relevance
36 private ArrayMap<String, ArraySet<String>> mStandardLayoutNotifications = new ArrayMap<>(1); field in ForegroundServicesUserState76 addNotification(mStandardLayoutNotifications, pkg, key); in addStandardLayoutNotification()80 return removeNotification(mStandardLayoutNotifications, pkg, key); in removeStandardLayoutNotification()133 final ArraySet<String> set = mStandardLayoutNotifications.get(pkg); in getStandardLayoutKey()146 + ", mStandardLayoutNotifications=" + mStandardLayoutNotifications in toString()