Home
last modified time | relevance | path

Searched defs:isInputMethodConnectionActive (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DFakeInputReaderPolicy.cpp246 bool FakeInputReaderPolicy::isInputMethodConnectionActive() { in isInputMethodConnectionActive() function in android::FakeInputReaderPolicy
/aosp_15_r20/frameworks/native/services/inputflinger/tests/fuzzers/
H A DMapperHelpers.h306 bool isInputMethodConnectionActive() override { return mFdp->ConsumeBool(); } in isInputMethodConnectionActive() function
/aosp_15_r20/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp532 bool isInputMethodConnectionActive{false}; member
1672 bool NativeInputManager::isInputMethodConnectionActive() { in isInputMethodConnectionActive() function in android::NativeInputManager