Home
last modified time | relevance | path

Searched refs:restrictBackgroundChanged (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyLogger.java165 void restrictBackgroundChanged(boolean oldValue, boolean newValue) { in restrictBackgroundChanged() method in NetworkPolicyLogger
171 mEventsBuffer.restrictBackgroundChanged(oldValue, newValue); in restrictBackgroundChanged()
506 public void restrictBackgroundChanged(boolean oldValue, boolean newValue) { in restrictBackgroundChanged() method in NetworkPolicyLogger.LogBuffer
DNetworkPolicyManagerService.java3505 mLogger.restrictBackgroundChanged(oldRestrictBackground, mRestrictBackground);