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

/packages/apps/Settings/src/com/android/settings/
H A DDataUsageSummary.java580 final boolean restrictBackground = !mPolicyManager.getRestrictBackground();
581 if (restrictBackground) {
1023 public void setRestrictBackground(boolean restrictBackground) { argument
1024 mPolicyManager.setRestrictBackground(restrictBackground);
1034 private void setAppRestrictBackground(boolean restrictBackground) { argument
1038 uid, restrictBackground ? POLICY_REJECT_METERED_BACKGROUND : POLICY_NONE);
1039 mAppRestrict.setChecked(restrictBackground);
1261 final boolean restrictBackground = !mAppRestrict.isChecked();
1263 if (restrictBackground) {
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadThread.java839 public void onRestrictBackgroundChanged(boolean restrictBackground) {

Completed in 323 milliseconds