Searched refs:restrictBackground (Results 1 – 5 of 5) sorted by relevance
232 public void setRestrictBackground(boolean restrictBackground) { in setRestrictBackground() argument234 mService.setRestrictBackground(restrictBackground); in setRestrictBackground()379 @Override public void onRestrictBackgroundChanged(boolean restrictBackground) { }
23 void onRestrictBackgroundChanged(boolean restrictBackground); in onRestrictBackgroundChanged() argument
51 void setRestrictBackground(boolean restrictBackground); in setRestrictBackground() argument
2778 public void setRestrictBackground(boolean restrictBackground) { in setRestrictBackground() argument2785 setRestrictBackgroundUL(restrictBackground); in setRestrictBackground()2795 private void setRestrictBackgroundUL(boolean restrictBackground) { in setRestrictBackgroundUL() argument2798 if (restrictBackground == mRestrictBackground) { in setRestrictBackgroundUL()2800 Slog.w(TAG, "setRestrictBackgroundUL: already " + restrictBackground); in setRestrictBackgroundUL()2803 Slog.d(TAG, "setRestrictBackgroundUL(): " + restrictBackground); in setRestrictBackgroundUL()2805 mRestrictBackground = restrictBackground; in setRestrictBackgroundUL()4246 boolean restrictBackground) { in dispatchRestrictBackgroundChanged() argument4249 listener.onRestrictBackgroundChanged(restrictBackground); in dispatchRestrictBackgroundChanged()4316 final boolean restrictBackground = msg.arg1 != 0;[all …]
1629 public void onRestrictBackgroundChanged(boolean restrictBackground) {1631 if (restrictBackground) {