aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod/latin/utils/ResizableIntArrayTests.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move InputPointers and ResizableIntArray to commonJean Chalard2014-10-291-377/+0
| | | | | Bug: 18108776 Change-Id: Ie5c0430aa41a8d6c58bf510a10173223d7dfe9fe
* Fix some compiler warningsTadashi G. Takaoka2014-10-211-3/+3
| | | | | | | | | | | | | | | | | | | | | 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
* Rename InputPointers.addPointer and ResizableIntArray.addTadashi G. Takaoka2014-01-081-3/+3
| | | | Change-Id: I5580250c91b29f93ed886b080ce33845b3b67ace
* Fix ResizableIntArrayTests readabilityTadashi G. Takaoka2014-01-081-69/+89
| | | | Change-Id: I68862b98f228210f1d76fef4fd7454edbfd8e01d
* [AC7] Actually auto-commit.Keisuke Kuroyanagi2013-09-171-0/+14
| | | | | Bug: 9059617 Change-Id: I7e5d89a9037b9181a0a6456c12043b4bfda8fe4b
* Move util classes to the latin/utils directoryKen Wakasa2013-06-241-0/+343
Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa