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