am 214f7431: am 795711f5: am 69b68b59: Fix some unit tests.

* commit '214f74313135f1027dae0c7792b652ca1b9f4914':
  Fix some unit tests.
main
Jean Chalard 2014-07-31 13:40:36 +00:00 committed by Android Git Automerger
commit b11f1477a1
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<>();