Searched refs:mStandardLayoutNotifications (Results 1 – 1 of 1) sorted by relevance
38 private ArrayMap<String, ArraySet<String>> mStandardLayoutNotifications = new ArrayMap<>(1); field in ForegroundServicesUserState78 addNotification(mStandardLayoutNotifications, pkg, key); in addStandardLayoutNotification()82 return removeNotification(mStandardLayoutNotifications, pkg, key); in removeStandardLayoutNotification()143 final ArraySet<String> set = mStandardLayoutNotifications.get(pkg); in getStandardLayoutKeys()156 + ", mStandardLayoutNotifications=" + mStandardLayoutNotifications in toString()