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

/packages/apps/Browser/src/com/android/browser/
H A DSystemAllowGeolocationOrigins.java35 * Manages the interaction between the secure system setting for default geolocation
40 // Preference key for the value of the system setting last read by the browser
47 // The observer used to listen to the system setting.
56 * Checks whether the setting has changed and installs an observer to listen for
64 // Read and apply the setting if needed.
80 * Checks to see if the system setting has changed and if so,
120 * Parses the value of the default geolocation permissions setting.
122 * @param setting A space-separated list of origins.
125 private static HashSet<String> parseAllowGeolocationOrigins(String setting) { argument
127 if (!TextUtils.isEmpty(setting)) {
[all...]
/packages/apps/Settings/src/com/android/settings/location/
H A DSettingsInjector.java65 * If reading the status of a setting takes longer than this, we go ahead and start reading
66 * the next setting.
104 * expected setting metadata.
122 InjectedSetting setting = parseServiceInfo(resolveInfo, pm);
123 if (setting == null) {
126 settings.add(setting);
155 Log.w(TAG, "Ignoring attempt to inject setting from app not in system image: "
195 * Returns an immutable representation of the static attributes for the setting, or null.
203 // specification of the label (setting title)
226 for (InjectedSetting setting
388 public final InjectedSetting setting; field in class:SettingsInjector.Setting
392 Setting(InjectedSetting setting, Preference preference) argument
[all...]

Completed in 412 milliseconds