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

* commit '732f27984e3e9c98748aee4726dc9eaed7a14776':
  Add toString() method to Keyboard
main
Tadashi G. Takaoka 2012-08-08 00:09:33 -07:00 committed by Android Git Automerger
commit debc7ffd69
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;