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.aidl52 void setRestrictBackground(boolean restrictBackground); in setRestrictBackground()
DNetworkPolicyManager.java223 public void setRestrictBackground(boolean restrictBackground) { in setRestrictBackground()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java2378 public void setRestrictBackground(boolean restrictBackground) { in setRestrictBackground()
2405 private void setRestrictBackgroundUL(boolean restrictBackground) { in setRestrictBackgroundUL()
3546 boolean restrictBackground) { in dispatchRestrictBackgroundChanged()