Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyLogger.java157 void restrictBackgroundChanged(boolean oldValue, boolean newValue) { in restrictBackgroundChanged() method in NetworkPolicyLogger
163 mEventsBuffer.restrictBackgroundChanged(oldValue, newValue); in restrictBackgroundChanged()
490 public void restrictBackgroundChanged(boolean oldValue, boolean newValue) { in restrictBackgroundChanged() method in NetworkPolicyLogger.LogBuffer
H A DNetworkPolicyManagerService.java3269 mLogger.restrictBackgroundChanged(oldRestrictBackground, mRestrictBackground);