Searched defs:setRestrictBackground (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerShellCommand.java135 return setRestrictBackground();
236 private int setRestrictBackground() throws RemoteException { method in class:NetworkPolicyManagerShellCommand
241 mInterface.setRestrictBackground(enabled > 0);
H A DNetworkPolicyManagerService.java797 setRestrictBackground(false);
1958 // No need to enforce permission because setRestrictBackground() will do it.
1963 setRestrictBackground(false);
1969 public void setRestrictBackground(boolean restrictBackground) { method in class:NetworkPolicyManagerService
1977 Slog.w(TAG, "setRestrictBackground: already " + restrictBackground);
2814 * <li>@{code bw_data_saver}: when enabled (through {@link #setRestrictBackground(boolean)}),
3472 setRestrictBackground(false);
/frameworks/base/core/java/android/net/
H A DNetworkPolicyManager.java214 public void setRestrictBackground(boolean restrictBackground) { method in class:NetworkPolicyManager
216 mService.setRestrictBackground(restrictBackground);

Completed in 89 milliseconds