Home
last modified time | relevance | path

Searched refs:NETWORK_POLICY_SERVICE (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/net/
H A DNetworkCycleChartDataLoaderTest.java56 when(mContext.getSystemService(Context.NETWORK_POLICY_SERVICE)) in setUp()
H A DNetworkCycleDataForUidLoaderTest.java66 when(mContext.getSystemService(Context.NETWORK_POLICY_SERVICE)) in setUp()
H A DNetworkCycleDataLoaderTest.java76 when(mContext.getSystemService(Context.NETWORK_POLICY_SERVICE)) in setUp()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/net/
H A DNetworkOverLimitActivity.java76 ServiceManager.getService(Context.NETWORK_POLICY_SERVICE)); in snoozePolicy()
/aosp14/frameworks/base/core/java/android/net/
H A DNetworkPolicyManager.java69 @SystemService(Context.NETWORK_POLICY_SERVICE)
313 return (NetworkPolicyManager) context.getSystemService(Context.NETWORK_POLICY_SERVICE); in from()
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java1172 (NetworkPolicyManager) getSystemService(NETWORK_POLICY_SERVICE); in getNetworkPolicies()
1214 (NetworkPolicyManager) getSystemService(NETWORK_POLICY_SERVICE); in restoreNetworkPolicies()
/aosp14/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java560 registerService(Context.NETWORK_POLICY_SERVICE, NetworkPolicyManager.class, in registerService() argument
565 ServiceManager.getServiceOrThrow(Context.NETWORK_POLICY_SERVICE))); in registerService() argument
/aosp14/frameworks/base/core/java/android/content/
H A DContext.java4828 public static final String NETWORK_POLICY_SERVICE = "netpolicy"; field in Context
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionManager.java1406 .getSystemService(Context.NETWORK_POLICY_SERVICE); in getNetworkPolicyManager()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
H A DConnectivityControllerTest.java149 .thenReturn(Context.NETWORK_POLICY_SERVICE); in setUp()
/aosp14/frameworks/base/services/java/com/android/server/
H A DSystemServer.java2014 ServiceManager.addService(Context.NETWORK_POLICY_SERVICE, networkPolicy); in startOtherServices()
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/
H A DDeviceIdleController.java2612 ServiceManager.getService(Context.NETWORK_POLICY_SERVICE)); in onBootPhase()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt10258 Landroid/content/Context;->NETWORK_POLICY_SERVICE:Ljava/lang/String;