am debc7ffd: am 732f2798: Merge "Add toString() method to Keyboard" into jb-mr1-dev

* commit 'debc7ffd692884f22904bd519124f9657170ec7e':
  Add toString() method to Keyboard
main
Tadashi G. Takaoka 2012-08-08 00:12:03 -07:00 committed by Android Git Automerger
commit a81cba58ff
1 changed files with 5 additions and 0 deletions

View File

@ -219,6 +219,11 @@ public class Keyboard {
return code >= CODE_SPACE;
}
@Override
public String toString() {
return mId.toString();
}
public static class Params {
public KeyboardId mId;
public int mThemeId;