Searched refs:sFrameworkShortcutFeaturesMap (Results 1 – 1 of 1) sorted by relevance
74 private static Map<ComponentName, ToggleableFrameworkFeatureInfo> sFrameworkShortcutFeaturesMap; field in AccessibilityShortcutController112 if (sFrameworkShortcutFeaturesMap == null) { in getFrameworkShortcutFeaturesMap()124 sFrameworkShortcutFeaturesMap = Collections.unmodifiableMap(featuresMap); in getFrameworkShortcutFeaturesMap()126 return sFrameworkShortcutFeaturesMap; in getFrameworkShortcutFeaturesMap()