maiacore android keyboard app or something
 
 
 
 
Go to file
Tadashi G. Takaoka 5f00fe09e9 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
2014-10-21 19:28:37 +09:00
dictionaries Update dictionaries 2014-10-06 15:20:50 +09:00
java Fix some compiler warnings 2014-10-21 19:28:37 +09:00
java-overridable/src/com/android/inputmethod [ML25] Add an hasDict method. 2014-10-16 17:09:27 +09:00
native Merge "Use EntryCounters during GC." 2014-10-21 07:55:04 +00:00
tests Fix some compiler warnings 2014-10-21 19:28:37 +09:00
tools Fix some compiler warnings 2014-10-21 19:28:37 +09:00
Android.mk Build native subdirectories first 2013-01-28 20:07:31 -08:00
CleanSpec.mk Add a clean step for LatinIME native lib. 2014-03-21 10:46:24 +09:00