OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/src/com/android/email/service/
PolicyService.java
30
public class
PolicyService
extends Service {
Completed in 38 milliseconds