| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some compiler warnings•••This CL fixes the following compiler warnings.
- Indirect access to static member
- Access to a non-accessible member of an enclosing type
- Parameter assignment
- Method can be static
- Local variable declaration hides another field or variable
- Value of local variable is not used
- Unused import
- Unused private member
- Unnecessary 'else' statement
- Unnecessary declaration of throw exception
- Redundant type arguments
- Missing '@Override' annotation
- Unused '@SuppressWarning' annotations
Bug: 18003991
Change-Id: Icfebe753e53a2cc621848f769d6a3d7ce501ebc7
|  Tadashi G. Takaoka | 2014-10-21 | 1 | -3/+3 |
* | Remove PrioritizedSerialExecutor.•••Bug: 15320560
Change-Id: Icb88a96ebd685da1d2cba7b07889a2751c603a2e
|  Keisuke Kuroyanagi | 2014-05-29 | 1 | -6/+25 |
* | Add thread name for PrioritizedSerialExecutor.•••Bug: 15270123
Change-Id: I655ba97f0543476980d0e8461bc1c8a56c9f954b
|  Keisuke Kuroyanagi | 2014-05-27 | 1 | -5/+5 |
* | Use Java 7 diamond operator•••Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef
|  Tadashi G. Takaoka | 2014-05-24 | 1 | -2/+3 |
* | Shuwdown executors after executing all tasks.•••Bug: 14113276
Change-Id: Ie42ef30ffe5767ca434db4669efad2027b474e74
|  Keisuke Kuroyanagi | 2014-04-17 | 1 | -2/+7 |
* | Create a utils class for executors.•••Preliminary refactoring to fix
Bug: 13082957
Change-Id: I9f1283c37089bc96140b774b1c559d58031de004
|  Jean Chalard | 2014-02-24 | 1 | -0/+55 |