Searched refs:targetInputMethodUser (Results 1 – 6 of 6) sorted by relevance
772 public UserHandle targetInputMethodUser = null; field in EditorInfo1216 if (targetInputMethodUser != null) { in dumpDebug()1217 proto.write(TARGET_INPUT_METHOD_USER_ID, targetInputMethodUser.getIdentifier()); in dumpDebug()1259 if (targetInputMethodUser != null) { in dump()1260 pw.println(prefix + "targetInputMethodUserId=" + targetInputMethodUser.getIdentifier()); in dump()1291 newEditorInfo.targetInputMethodUser = targetInputMethodUser; in createCopyInternal()1337 UserHandle.writeToParcel(targetInputMethodUser, dest); in writeToParcel()1377 res.targetInputMethodUser = UserHandle.readFromParcel(source);1419 && Objects.equals(targetInputMethodUser, that.targetInputMethodUser) in kindofEquals()
3303 final int targetUserId = editorInfo.targetInputMethodUser != null in startInputInner()3304 ? editorInfo.targetInputMethodUser.getIdentifier() : UserHandle.myUserId(); in startInputInner()
87 TEST_EDITOR_INFO.targetInputMethodUser = UserHandle.of(TEST_USER_ID);97 editorInfo.targetInputMethodUser = null; in testNullTargetInputMethodUserParcelable()98 assertNull(cloneViaParcel(editorInfo).targetInputMethodUser); in testNullTargetInputMethodUserParcelable()108 editorInfo.targetInputMethodUser = UserHandle.of(TEST_USER_ID); in testNonNullTargetInputMethodUserParcelable()109 assertEquals(UserHandle.of(TEST_USER_ID), cloneViaParcel(editorInfo).targetInputMethodUser); in testNonNullTargetInputMethodUserParcelable()536 info.targetInputMethodUser = UserHandle.of(10); in testDump_filled()
67 outAttributes.targetInputMethodUser = UserHandle.of(selectedUserId) in <lambda>()
217 return editorInfo.targetInputMethodUser; in getTargetInputMethodUser()
3716 if (editorInfo == null || editorInfo.targetInputMethodUser == null in startInputOrWindowGainedFocus()3717 || editorInfo.targetInputMethodUser.getIdentifier() != userId) { in startInputOrWindowGainedFocus()