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

/packages/apps/Browser/src/com/android/browser/preferences/
H A DWebsiteSettingsFragment.java62 private static final String EXTRA_SITE = "site";
74 // These constants provide the set of features that a site may support
103 * Gets the number of features supported by this site.
114 * Gets the ID of the nth (zero-based) feature supported by this site.
117 * position in the list of features for this site. This is used both
209 public SiteAdapter(Context context, int rsc, Site site) { argument
225 mCurrentSite = site;
232 * Adds the specified feature to the site corresponding to supplied
233 * origin in the map. Creates the site if it does not already exist.
236 Site site
[all...]

Completed in 29 milliseconds