History log of /frameworks/opt/net/wifi/service/java/com/android/server/wifi/Clock.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5de29ec72c54cb73fdc1b59072f66a2627b8764c 25-May-2016 Ningyuan Wang <nywang@google.com> Migrating existing code to Clock abstraction part 1

This CL includes the following changes:
Refactor Clock.java for better readability
Use Clock abstraction for classes which already have
a reference of Clock obejct.

BUG=28701686
TEST=compile
TEST=runtest frameworks-wifi

Change-Id: I49e896a91a63cf4519368a9de259046c21c94ddb
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/Clock.java
ed514c84aae008d245679f05c9dbcd7e71f126f8 12-Feb-2016 xinhe <xinhe@google.com> add Clock class for Wifi

Add clock interface to wrapper the System and SystemClock
APIs. In this way we can mock it in mockito test. Integrated
with Quality Network Selection first

BUG=27166726

Change-Id: I952944ccbad32e07ba316197d1785e551e03ea21
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/Clock.java