Home
last modified time | relevance | path

Searched defs:NETWORK_POLICY_SERVICE (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java560 registerService(Context.NETWORK_POLICY_SERVICE, NetworkPolicyManager.class, in registerService()
565 ServiceManager.getServiceOrThrow(Context.NETWORK_POLICY_SERVICE))); in registerService()
/aosp14/frameworks/base/core/java/android/content/
H A DContext.java4828 public static final String NETWORK_POLICY_SERVICE = "netpolicy"; field in Context