Searched defs:restrictBackground (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/net/
H A DNetworkPolicyManager.java133 public void setRestrictBackground(boolean restrictBackground) { argument
135 mService.setRestrictBackground(restrictBackground);
/frameworks/base/services/java/com/android/server/net/
H A DNetworkPolicyManagerService.java201 private static final String ATTR_RESTRICT_BACKGROUND = "restrictBackground";
1519 public void setRestrictBackground(boolean restrictBackground) { argument
1524 mRestrictBackground = restrictBackground;
1530 mHandler.obtainMessage(MSG_RESTRICT_BACKGROUND_CHANGED, restrictBackground ? 1 : 0, 0)
1925 final boolean restrictBackground = msg.arg1 != 0;
1931 listener.onRestrictBackgroundChanged(restrictBackground);

Completed in 64 milliseconds