Automated import from //branches/master/...@141043,141043

This commit is contained in:
Dianne Hackborn
2009-03-24 19:20:06 -07:00
committed by The Android Open Source Project
parent ad5e2e891f
commit 4eba271a64

View File

@@ -188,7 +188,7 @@ import java.util.concurrent.TimeUnit;
* </ul>
*/
public final class InputMethodManager {
static final boolean DEBUG = true;
static final boolean DEBUG = false;
static final String TAG = "InputMethodManager";
static final Object mInstanceSync = new Object();