Home
last modified time | relevance | path

Searched refs:shouldHandleLightDoze (Results 1 – 4 of 4) sorted by relevance

/packages/modules/NetworkStack/src/android/net/apf/
DApfFilter.java190 public boolean shouldHandleLightDoze; field in ApfFilter.ApfConfiguration
394 mShouldHandleLightDoze = config.shouldHandleLightDoze; in ApfFilter()
440 boolean shouldHandleLightDoze) { in addDeviceIdleReceiver() argument
442 if (SdkLevel.isAtLeastT() && shouldHandleLightDoze) { in addDeviceIdleReceiver()
/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DLegacyApfTest.java695 configuration.shouldHandleLightDoze = false; in testShouldHandleLightDozeKillSwitch()
710 configuration.shouldHandleLightDoze = true; in doTestApfFilterMulticastPingWhileDozing()
DApfTest.java1765 configuration.shouldHandleLightDoze = false; in testShouldHandleLightDozeKillSwitch()
1780 configuration.shouldHandleLightDoze = true; in doTestApfFilterMulticastPingWhileDozing()
/packages/modules/NetworkStack/src/android/net/ip/
DIpClient.java2596 apfConfig.shouldHandleLightDoze = mApfShouldHandleLightDoze; in maybeCreateApfFilter()