Searched refs:restrictBackground (Results 1 – 6 of 6) sorted by relevance
24 void onRestrictBackgroundChanged(boolean restrictBackground); in onRestrictBackgroundChanged() argument
55 void setRestrictBackground(boolean restrictBackground); in setRestrictBackground() argument
214 public void setRestrictBackground(boolean restrictBackground) { in setRestrictBackground() argument216 mService.setRestrictBackground(restrictBackground); in setRestrictBackground()
1969 public void setRestrictBackground(boolean restrictBackground) { in setRestrictBackground() argument1975 if (restrictBackground == mRestrictBackground) { in setRestrictBackground()1977 Slog.w(TAG, "setRestrictBackground: already " + restrictBackground); in setRestrictBackground()1980 setRestrictBackgroundLocked(restrictBackground); in setRestrictBackground()1987 mHandler.obtainMessage(MSG_RESTRICT_BACKGROUND_CHANGED, restrictBackground ? 1 : 0, 0) in setRestrictBackground()1991 private void setRestrictBackgroundLocked(boolean restrictBackground) { in setRestrictBackgroundLocked() argument1992 Slog.d(TAG, "setRestrictBackgroundLocked(): " + restrictBackground); in setRestrictBackgroundLocked()1994 mRestrictBackground = restrictBackground; in setRestrictBackgroundLocked()3087 boolean restrictBackground) { in dispatchRestrictBackgroundChanged() argument3090 listener.onRestrictBackgroundChanged(restrictBackground); in dispatchRestrictBackgroundChanged()[all …]
173 public void onRestrictBackgroundChanged(boolean restrictBackground) {
1440 public void onRestrictBackgroundChanged(boolean restrictBackground) {1443 log("onRestrictBackgroundChanged(restrictBackground=" + restrictBackground + ")");1447 mRestrictBackground = restrictBackground;1450 if (restrictBackground) {