HomeSort by relevance Sort by last modified time
    Searched refs:NETWORK_POLICY_SERVICE (Results 1 - 6 of 6) 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 70 return (NetworkPolicyManager) context.getSystemService(Context.NETWORK_POLICY_SERVICE);
  /frameworks/base/core/java/android/content/
Context.java     [all...]
  /frameworks/base/core/java/android/app/
ContextImpl.java 351 registerService(NETWORK_POLICY_SERVICE, new ServiceFetcher() {
355 ServiceManager.getService(NETWORK_POLICY_SERVICE)));
    [all...]
  /frameworks/base/services/java/com/android/server/
SystemServer.java 356 ServiceManager.addService(Context.NETWORK_POLICY_SERVICE, networkPolicy);
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DataUsageSummary.java 259 ServiceManager.getService(Context.NETWORK_POLICY_SERVICE));
    [all...]

Completed in 157 milliseconds