OSDN Git Service

Add a Throttle check shortly after boot.
authorRobert Greenwalt <robdroid@android.com>
Thu, 22 Apr 2010 22:39:38 +0000 (15:39 -0700)
committerRobert Greenwalt <robdroid@android.com>
Thu, 22 Apr 2010 22:39:38 +0000 (15:39 -0700)
commitfb9896b5cdb149594fa1b36ac77038d90091a957
treed228c1a0908aab6ce5365b483dc733072afe25db
parenta6ece18d95a35acc4fb3f9648403ce42d0d6b2d7
Add a Throttle check shortly after boot.

Throttle is useless when ntp and imsi are not yet ready.  In the real world
the second check won't happen for 10 minutes letting people do what they want
for 10 minutes each boot.  Trim this down with a quicker first check.

bug:2614247
Change-Id: I84ec33f31e8fed37b3933482fbc187b8e9e94e79
services/java/com/android/server/ThrottleService.java