OSDN Git Service

resolve merge conflicts of fa2715e to nyc-mr1-dev
authorFelipe Leme <felipeal@google.com>
Tue, 21 Jun 2016 20:08:55 +0000 (13:08 -0700)
committerFelipe Leme <felipeal@google.com>
Tue, 21 Jun 2016 20:12:53 +0000 (13:12 -0700)
Change-Id: If0a1e7e70aa33e99f05694a37c2a54c567449507

1  2 
services/core/java/com/android/server/ConnectivityService.java
services/core/java/com/android/server/net/NetworkPolicyManagerService.java

@@@ -2043,7 -1988,8 +2043,8 @@@ public class NetworkPolicyManagerServic
                  .sendToTarget();
      }
  
 -    private void setRestrictBackgroundLocked(boolean restrictBackground) {
 -        Slog.d(TAG, "setRestrictBackgroundLocked(): " + restrictBackground);
 +    private void setRestrictBackgroundUL(boolean restrictBackground) {
++        Slog.d(TAG, "setRestrictBackgroundUL(): " + restrictBackground);
          final boolean oldRestrictBackground = mRestrictBackground;
          mRestrictBackground = restrictBackground;
          // Must whitelist foreground apps before turning data saver mode on.