Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java6106 ClientState focusedWindowClient; in dumpAsStringNoCheck() local
6139 focusedWindowClient = mCurFocusedWindowClient; in dumpAsStringNoCheck()
6190 if (focusedWindowClient != null && client != focusedWindowClient) { in dumpAsStringNoCheck()
6198 TransferPipe.dumpAsync(focusedWindowClient.mClient.asBinder(), fd, args); in dumpAsStringNoCheck()