Searched refs:restrictBackground (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/net/
H A DINetworkPolicyListener.aidl24 void onRestrictBackgroundChanged(boolean restrictBackground);
H A DINetworkPolicyManager.aidl52 void setRestrictBackground(boolean restrictBackground);
H A DNetworkPolicyManager.java181 public void setRestrictBackground(boolean restrictBackground) { argument
183 mService.setRestrictBackground(restrictBackground);
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java218 private static final String ATTR_RESTRICT_BACKGROUND = "restrictBackground";
1771 public void setRestrictBackground(boolean restrictBackground) { argument
1776 mRestrictBackground = restrictBackground;
1782 mHandler.obtainMessage(MSG_RESTRICT_BACKGROUND_CHANGED, restrictBackground ? 1 : 0, 0)
2402 final boolean restrictBackground = msg.arg1 != 0;
2408 listener.onRestrictBackgroundChanged(restrictBackground);
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java1413 public void onRestrictBackgroundChanged(boolean restrictBackground) {
1416 log("onRestrictBackgroundChanged(restrictBackground=" + restrictBackground + ")");

Completed in 129 milliseconds