Searched refs:DISPATCH_TO_MAIN_THREAD_KEY (Results 1 – 1 of 1) sorted by relevance
27 private static final String DISPATCH_TO_MAIN_THREAD_KEY = "dispatchToMainThread"; field in ImeCommand48 mDispatchToMainThread = bundle.getBoolean(DISPATCH_TO_MAIN_THREAD_KEY); in ImeCommand()60 bundle.putBoolean(DISPATCH_TO_MAIN_THREAD_KEY, mDispatchToMainThread); in toBundle()