Loading apex/jobscheduler/service/java/com/android/server/DeviceIdleController.java +1 −0 Original line number Diff line number Diff line Loading @@ -2538,6 +2538,7 @@ public class DeviceIdleController extends SystemService final Bundle mostRecentDeliveryOptions = BroadcastOptions.makeBasic() .setDeliveryGroupPolicy(BroadcastOptions.DELIVERY_GROUP_POLICY_MOST_RECENT) .setDeferUntilActive(true) .toBundle(); mIdleIntent = new Intent(PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED); Loading Loading
apex/jobscheduler/service/java/com/android/server/DeviceIdleController.java +1 −0 Original line number Diff line number Diff line Loading @@ -2538,6 +2538,7 @@ public class DeviceIdleController extends SystemService final Bundle mostRecentDeliveryOptions = BroadcastOptions.makeBasic() .setDeliveryGroupPolicy(BroadcastOptions.DELIVERY_GROUP_POLICY_MOST_RECENT) .setDeferUntilActive(true) .toBundle(); mIdleIntent = new Intent(PowerManager.ACTION_DEVICE_IDLE_MODE_CHANGED); Loading