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.java198 private static final String ATTR_RESTRICT_BACKGROUND = "restrictBackground";
1517 public void setRestrictBackground(boolean restrictBackground) { argument
1522 mRestrictBackground = restrictBackground;
1528 mHandler.obtainMessage(MSG_RESTRICT_BACKGROUND_CHANGED, restrictBackground ? 1 : 0, 0)
1923 final boolean restrictBackground = msg.arg1 != 0;
1929 listener.onRestrictBackgroundChanged(restrictBackground);

Completed in 92 milliseconds