Searched refs:shouldDisableInDeepDoze (Results 1 – 1 of 1) sorted by relevance
751 boolean shouldDisableInDeepDoze, boolean shouldDisableInLightDoze) { in addDeviceIdleReceiver() argument753 if (!shouldDisableInDeepDoze && !shouldDisableInLightDoze) return; in addDeviceIdleReceiver()756 if (shouldDisableInDeepDoze) { in addDeviceIdleReceiver()767 boolean shouldDisableInDeepDoze, boolean shouldDisableInLightDoze) { in removeBroadcastReceiver() argument768 if (!shouldDisableInDeepDoze && !shouldDisableInLightDoze) return; in removeBroadcastReceiver()