Home | History | Annotate | Download | only in settings

Lines Matching refs:setRestrictBackground

481                     setRestrictBackground(false);
839 private void setRestrictBackground(boolean restrictBackground) {
840 if (LOGD) Log.d(TAG, "setRestrictBackground()");
842 mPolicyService.setRestrictBackground(restrictBackground);
1029 // eventually calls setRestrictBackground() once user
1849 * {@link INetworkPolicyManager#setRestrictBackground(boolean)}.
1872 target.setRestrictBackground(true);