HomeSort by relevance Sort by last modified time
    Searched defs:PolicyService (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/policy/core/common/
policy_service.h 19 // The PolicyService merges policies from all available sources, taking into
23 // The PolicyService is available from BrowserProcess as a global singleton.
24 // There is also a PolicyService for browser-wide policies available from
26 class POLICY_EXPORT PolicyService {
38 // Invoked at most once for each |domain|, when the PolicyService becomes
48 virtual ~PolicyService() {}
57 // The PolicyService loads policy from several sources, and some require
60 // It is safe to read policy from the PolicyService even if
71 // Asks the PolicyService to reload policy from all available policy sources.
79 class POLICY_EXPORT PolicyChangeRegistrar : public PolicyService::Observer
    [all...]
  /packages/apps/Email/provider_src/com/android/email/service/
PolicyService.java 33 public class PolicyService extends Service {

Completed in 65 milliseconds