Searched refs:restrictBackground (Results 1 – 5 of 5) sorted by relevance
24 void onRestrictBackgroundChanged(boolean restrictBackground); in onRestrictBackgroundChanged() argument
52 void setRestrictBackground(boolean restrictBackground); in setRestrictBackground() argument
180 public void setRestrictBackground(boolean restrictBackground) { in setRestrictBackground() argument182 mService.setRestrictBackground(restrictBackground); in setRestrictBackground()
1771 public void setRestrictBackground(boolean restrictBackground) { in setRestrictBackground() argument1776 mRestrictBackground = restrictBackground; in setRestrictBackground()1782 mHandler.obtainMessage(MSG_RESTRICT_BACKGROUND_CHANGED, restrictBackground ? 1 : 0, 0) in setRestrictBackground()2382 final boolean restrictBackground = msg.arg1 != 0;2388 listener.onRestrictBackgroundChanged(restrictBackground);
1398 public void onRestrictBackgroundChanged(boolean restrictBackground) {1401 log("onRestrictBackgroundChanged(restrictBackground=" + restrictBackground + ")");