HomeSort by relevance Sort by last modified time
    Searched refs:NETWORK_POLICY_SERVICE (Results 1 - 5 of 5) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/net/
NetworkOverLimitActivity.java 78 ServiceManager.getService(Context.NETWORK_POLICY_SERVICE));
  /frameworks/base/core/java/android/net/
NetworkPolicyManager.java 74 return (NetworkPolicyManager) context.getSystemService(Context.NETWORK_POLICY_SERVICE);
  /frameworks/base/core/java/android/content/
Context.java     [all...]
  /frameworks/base/services/java/com/android/server/
SystemServer.java 660 ServiceManager.addService(Context.NETWORK_POLICY_SERVICE, networkPolicy);
    [all...]
  /frameworks/base/core/java/android/app/
ContextImpl.java 487 registerService(NETWORK_POLICY_SERVICE, new ServiceFetcher() {
491 ServiceManager.getService(NETWORK_POLICY_SERVICE)));
    [all...]

Completed in 178 milliseconds