am 69b68b59: Fix some unit tests.

* commit '69b68b5916aeca3617fac24fe48fddf63045a4ee':
  Fix some unit tests.
main
Jean Chalard 2014-07-31 13:27:41 +00:00 committed by Android Git Automerger
commit 795711f5f9
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ public final class KeyboardLayoutSet {
boolean mIsSpellChecker;
int mKeyboardWidth;
int mKeyboardHeight;
int mScriptId;
int mScriptId = ScriptUtils.SCRIPT_LATIN;
// Sparse array of KeyboardLayoutSet element parameters indexed by element's id.
final SparseArray<ElementParams> mKeyboardLayoutSetElementIdToParamsMap =
new SparseArray<>();