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

/packages/apps/Browser/src/com/android/browser/
H A DSystemAllowGeolocationOrigins.java111 // Remove the origins in the last read value
114 // Add the origins in the new value
122 * @param setting A space-separated list of origins.
123 * @return A mutable set of origins.
126 HashSet<String> origins = new HashSet<String>();
130 origins.add(origin);
134 return origins;
153 * Gets the current system setting for default allowed geolocation origins.
155 * @return The default allowed origins. Returns {@code ""} if not set.
164 * Adds geolocation permissions for the given origins
166 addOrigins(Set<String> origins) argument
176 removeOrigins(Set<String> origins) argument
[all...]

Completed in 91 milliseconds