Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/com/android/networkstack/netlink/
DTcpSocketTracker.java751 boolean shouldDisableInDeepDoze, boolean shouldDisableInLightDoze) { in addDeviceIdleReceiver() argument
753 if (!shouldDisableInDeepDoze && !shouldDisableInLightDoze) return; in addDeviceIdleReceiver()
756 if (shouldDisableInDeepDoze) { in addDeviceIdleReceiver()
767 boolean shouldDisableInDeepDoze, boolean shouldDisableInLightDoze) { in removeBroadcastReceiver() argument
768 if (!shouldDisableInDeepDoze && !shouldDisableInLightDoze) return; in removeBroadcastReceiver()