Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DINetworkPolicyListener.aidl23 void onRestrictBackgroundChanged(boolean restrictBackground); in onRestrictBackgroundChanged()
DINetworkPolicyManager.aidl51 void setRestrictBackground(boolean restrictBackground); in setRestrictBackground()
DNetworkPolicyManager.java232 public void setRestrictBackground(boolean restrictBackground) { in setRestrictBackground()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java2778 public void setRestrictBackground(boolean restrictBackground) { in setRestrictBackground()
2795 private void setRestrictBackgroundUL(boolean restrictBackground) { in setRestrictBackgroundUL()
4246 boolean restrictBackground) { in dispatchRestrictBackgroundChanged()