Home
last modified time | relevance | path

Searched defs:restrictBackground (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/net/
DINetworkPolicyListener.aidl24 void onRestrictBackgroundChanged(boolean restrictBackground); in onRestrictBackgroundChanged()
DINetworkPolicyManager.aidl53 void setRestrictBackground(boolean restrictBackground); in setRestrictBackground()
DNetworkPolicyManager.java226 public void setRestrictBackground(boolean restrictBackground) { in setRestrictBackground()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java2498 public void setRestrictBackground(boolean restrictBackground) { in setRestrictBackground()
2525 private void setRestrictBackgroundUL(boolean restrictBackground) { in setRestrictBackgroundUL()
3838 boolean restrictBackground) { in dispatchRestrictBackgroundChanged()