Searched refs:shouldHandleLightDoze (Results 1 – 4 of 4) sorted by relevance
190 public boolean shouldHandleLightDoze; field in ApfFilter.ApfConfiguration394 mShouldHandleLightDoze = config.shouldHandleLightDoze; in ApfFilter()440 boolean shouldHandleLightDoze) { in addDeviceIdleReceiver() argument442 if (SdkLevel.isAtLeastT() && shouldHandleLightDoze) { in addDeviceIdleReceiver()
695 configuration.shouldHandleLightDoze = false; in testShouldHandleLightDozeKillSwitch()710 configuration.shouldHandleLightDoze = true; in doTestApfFilterMulticastPingWhileDozing()
1765 configuration.shouldHandleLightDoze = false; in testShouldHandleLightDozeKillSwitch()1780 configuration.shouldHandleLightDoze = true; in doTestApfFilterMulticastPingWhileDozing()
2596 apfConfig.shouldHandleLightDoze = mApfShouldHandleLightDoze; in maybeCreateApfFilter()