History log of /frameworks/base/common/java/com/android/common/OperationScheduler.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7cfa90fee54f44831ac492891d1c123601c2a262 08-Apr-2010 Jesse Wilson <jessewilson@google.com> Move the public method HttpDateTime.parse() into AndroidHttpClient.

See bug http://b/2553589

Change-Id: Ide3399c7c63daf9c0b8c18669076f2f4d6e9a876
/frameworks/base/common/java/com/android/common/OperationScheduler.java
d64567450f3ea4d298a8781ebbabf32b02ebb520 09-Apr-2010 Dan Egnor <egnor@google.com> Fix OperationScheduler moratorium calculation for clock rollback case.

Make the unit test exercise some clock-rollback scenarios, using
a properly injected artificial clock.

Bug: 2579585
Change-Id: I6f81c32318ba27429bd30ff53b48449218e4ac64
/frameworks/base/common/java/com/android/common/OperationScheduler.java
2269d1572e5fcfb725ea55f5764d8c3280d69f6d 25-Feb-2010 Dianne Hackborn <hackbod@google.com> Re-arrange android-common so framework no longer links with it.

This is the framework part, moving classes around so the framework
no longer needs to link to android-common. Makes some APIs public,
others that didn't need to be public are private in the framework,
some small things are copied.
/frameworks/base/common/java/com/android/common/OperationScheduler.java
8a2e0111958b9f6b665d0ed9a6d8bceb9d8fa31a 18-Feb-2010 Dan Egnor <egnor@google.com> Add some useful methods to OperationScheduler to inquire into
the history, in case you want to second-guess its scheduling.
/frameworks/base/common/java/com/android/common/OperationScheduler.java
2991425379efd0bc29bce6cd718e5833cc6aa59b 04-Feb-2010 Dan Egnor <egnor@google.com> Add ability to parse HTTP-format moratorium times
(since pretty much every user wants this).
/frameworks/base/common/java/com/android/common/OperationScheduler.java
494a1dc5e95e22839b06bf7de84426094a38691a 21-Nov-2009 Dan Egnor <egnor@google.com> Add OperationScheduler (and test) to the common static library;
includes new string parsing function (and test).
/frameworks/base/common/java/com/android/common/OperationScheduler.java