Searched refs:restrictBackground (Results 1 – 7 of 7) sorted by relevance
24 void onRestrictBackgroundChanged(boolean restrictBackground); in onRestrictBackgroundChanged() argument
55 void setRestrictBackground(boolean restrictBackground); in setRestrictBackground() argument
435 public void setRestrictBackground(boolean restrictBackground) { in setRestrictBackground() argument437 mService.setRestrictBackground(restrictBackground); in setRestrictBackground()923 @Override public void onRestrictBackgroundChanged(boolean restrictBackground) { }
279 private void updatePrefs(boolean restrictBackground, boolean unrestrictData) { in updatePrefs() argument283 mRestrictBackground.setChecked(!restrictBackground); in updatePrefs()287 if (restrictBackground) { in updatePrefs()
3109 public void setRestrictBackground(boolean restrictBackground) {3117 setRestrictBackgroundUL(restrictBackground, "uid:" + callingUid);3128 private void setRestrictBackgroundUL(boolean restrictBackground, String reason) {3131 if (restrictBackground == mRestrictBackground) {3138 mRestrictBackground = restrictBackground;4992 boolean restrictBackground) {4994 listener.onRestrictBackgroundChanged(restrictBackground);5089 final boolean restrictBackground = msg.arg1 != 0;5578 boolean restrictBackground = mRestrictBackgroundLowPowerMode;5592 restrictBackground = mRestrictBackgroundBeforeBsm;[all …]
873 public void onRestrictBackgroundChanged(boolean restrictBackground) {
1990 public void onRestrictBackgroundChanged(boolean restrictBackground) {1993 log("onRestrictBackgroundChanged(restrictBackground=" + restrictBackground + ")");