Searched defs:SCOPE_GLOBAL (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/settings/
H A DSettingsManager.java55 * entire application, have a scope of SCOPE_GLOBAL. They are stored in the default
114 * since most third party modules will use either SCOPE_GLOBAL or a
266 public static final String SCOPE_GLOBAL = "default_scope"; field in class:SettingsManager
278 if (scope.equals(SCOPE_GLOBAL)) {

Completed in 77 milliseconds