OSDN Git Service

Fix Throttle reset.
authorRobert Greenwalt <robdroid@android.com>
Mon, 26 Apr 2010 19:29:14 +0000 (12:29 -0700)
committerRobert Greenwalt <robdroid@android.com>
Mon, 26 Apr 2010 19:29:14 +0000 (12:29 -0700)
commit27fba6797b07583ef6c280bc287bf327e47f5e66
tree2f807c4c33eb2bed92f509577080c8e7fde2d88e
parent19681af44b7c7494ae8de28dab8aacc3e9d92390
Fix Throttle reset.

The start and end times were precisely the same so, a ">" check needed to be ">=".
Also removed useless code and removed the potential problem where continuous gradual
advancement of your start and end times would prevent resets.

bug:2629717
Change-Id: Ieced1965a5611a9b555e92bcf924ec350f2a80db
services/java/com/android/server/ThrottleService.java