summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authorjinho.park <jinho.park@lge.com>2015-05-27 14:44:18 +0900
committerjinho.park <jinho.park@lge.com>2015-05-27 14:44:18 +0900
commitdf7f900cf44bc1759c353ab9696fbf6894a69d1d (patch)
treec5549d70394ce631c436ab101e354fc869bc362b /tools/aapt2/java/JavaClassGenerator_test.cpp
parent3f453164ec884d26a556477027b430cb22a9b7e3 (diff)
Fix bug regarding the comparator sorts Alarms into increasing time order.
The comparator used variable "when" in IncreasingTimeOrder class. variable "when" means "elapsed time" or "real time"(RTC) and these types have different unit of time. so, I recommend that you use a "whenElapsed" which has the equal unit of time as its default value. Change-Id: I248863ef8a5c49cc7114cb2965f3d6b78f4faa59 Signed-off-by: Jinho Park <jinho.park@lge.com>
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions