Searched refs:NETWORK_POLICY_SERVICE (Results 1 – 13 of 13) sorted by relevance
56 when(mContext.getSystemService(Context.NETWORK_POLICY_SERVICE)) in setUp()
66 when(mContext.getSystemService(Context.NETWORK_POLICY_SERVICE)) in setUp()
76 when(mContext.getSystemService(Context.NETWORK_POLICY_SERVICE)) in setUp()
76 ServiceManager.getService(Context.NETWORK_POLICY_SERVICE)); in snoozePolicy()
69 @SystemService(Context.NETWORK_POLICY_SERVICE)313 return (NetworkPolicyManager) context.getSystemService(Context.NETWORK_POLICY_SERVICE); in from()
1172 (NetworkPolicyManager) getSystemService(NETWORK_POLICY_SERVICE); in getNetworkPolicies()1214 (NetworkPolicyManager) getSystemService(NETWORK_POLICY_SERVICE); in restoreNetworkPolicies()
560 registerService(Context.NETWORK_POLICY_SERVICE, NetworkPolicyManager.class, in registerService() argument565 ServiceManager.getServiceOrThrow(Context.NETWORK_POLICY_SERVICE))); in registerService() argument
4828 public static final String NETWORK_POLICY_SERVICE = "netpolicy"; field in Context
1406 .getSystemService(Context.NETWORK_POLICY_SERVICE); in getNetworkPolicyManager()
149 .thenReturn(Context.NETWORK_POLICY_SERVICE); in setUp()
2014 ServiceManager.addService(Context.NETWORK_POLICY_SERVICE, networkPolicy); in startOtherServices()
2612 ServiceManager.getService(Context.NETWORK_POLICY_SERVICE)); in onBootPhase()
10258 Landroid/content/Context;->NETWORK_POLICY_SERVICE:Ljava/lang/String;