Home
last modified time | relevance | path

Searched refs:moduleScopeNamespace (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/settings/
DSettingsManager.java166 public static String getModuleSettingScope(String moduleScopeNamespace) { in getModuleSettingScope() argument
167 return CAMERA_SCOPE_PREFIX + moduleScopeNamespace; in getModuleSettingScope()