Searched refs:restrictBackground (Results 1 – 7 of 7) sorted by relevance
24 void onRestrictBackgroundChanged(boolean restrictBackground); in onRestrictBackgroundChanged() argument
343 public void setRestrictBackground(boolean restrictBackground) { in setRestrictBackground() argument345 mService.setRestrictBackground(restrictBackground); in setRestrictBackground()600 @Override public void onRestrictBackgroundChanged(boolean restrictBackground) { }
56 void setRestrictBackground(boolean restrictBackground); in setRestrictBackground() argument
557 public void onRestrictBackgroundChanged(boolean restrictBackground) {559 Slog.v(TAG, "onRestrictBackgroundChanged: " + restrictBackground);
2877 public void setRestrictBackground(boolean restrictBackground) { in setRestrictBackground() argument2884 setRestrictBackgroundUL(restrictBackground); in setRestrictBackground()2895 private void setRestrictBackgroundUL(boolean restrictBackground) { in setRestrictBackgroundUL() argument2898 if (restrictBackground == mRestrictBackground) { in setRestrictBackgroundUL()2900 Slog.w(TAG, "setRestrictBackgroundUL: already " + restrictBackground); in setRestrictBackgroundUL()2903 Slog.d(TAG, "setRestrictBackgroundUL(): " + restrictBackground); in setRestrictBackgroundUL()2905 mRestrictBackground = restrictBackground; in setRestrictBackgroundUL()4511 boolean restrictBackground) { in dispatchRestrictBackgroundChanged() argument4514 listener.onRestrictBackgroundChanged(restrictBackground); in dispatchRestrictBackgroundChanged()4608 final boolean restrictBackground = msg.arg1 != 0;[all …]
1990 public void onRestrictBackgroundChanged(boolean restrictBackground) {1993 log("onRestrictBackgroundChanged(restrictBackground=" + restrictBackground + ")");1996 EVENT_DATA_SAVER_CHANGED, restrictBackground ? 1 : 0, 0));2014 void handleRestrictBackgroundChanged(boolean restrictBackground) { in handleRestrictBackgroundChanged() argument2015 if (mRestrictBackground == restrictBackground) return; in handleRestrictBackgroundChanged()2020 restrictBackground); in handleRestrictBackgroundChanged()2023 mRestrictBackground = restrictBackground; in handleRestrictBackgroundChanged()
1152 private void setRestrictBackgroundChanged(boolean restrictBackground) throws RemoteException { in setRestrictBackgroundChanged() argument1153 mPolicyListener.onRestrictBackgroundChanged(restrictBackground); in setRestrictBackgroundChanged()