Home
last modified time | relevance | path

Searched refs:mDispatchToMainThread (Results 1 – 1 of 1) sorted by relevance

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DImeCommand.java33 private final boolean mDispatchToMainThread; field in ImeCommand
41 mDispatchToMainThread = dispatchToMainThread; in ImeCommand()
48 mDispatchToMainThread = bundle.getBoolean(DISPATCH_TO_MAIN_THREAD_KEY); in ImeCommand()
60 bundle.putBoolean(DISPATCH_TO_MAIN_THREAD_KEY, mDispatchToMainThread); in toBundle()
75 return mDispatchToMainThread; in shouldDispatchToMainThread()