Searched refs:targetInputMethodUser (Results 1 – 5 of 5) sorted by relevance
541 public UserHandle targetInputMethodUser = null; field in EditorInfo945 if (targetInputMethodUser != null) { in dumpDebug()946 proto.write(TARGET_INPUT_METHOD_USER_ID, targetInputMethodUser.getIdentifier()); in dumpDebug()973 if (targetInputMethodUser != null) { in dump()974 pw.println(prefix + "targetInputMethodUserId=" + targetInputMethodUser.getIdentifier()); in dump()1011 UserHandle.writeToParcel(targetInputMethodUser, dest); in writeToParcel()1045 res.targetInputMethodUser = UserHandle.readFromParcel(source);
60 editorInfo.targetInputMethodUser = null; in testNullTargetInputMethodUserParcelable()61 assertNull(cloneViaParcel(editorInfo).targetInputMethodUser); in testNullTargetInputMethodUserParcelable()71 editorInfo.targetInputMethodUser = UserHandle.of(TEST_USER_ID); in testNonNullTargetInputMethodUserParcelable()72 assertEquals(UserHandle.of(TEST_USER_ID), cloneViaParcel(editorInfo).targetInputMethodUser); in testNonNullTargetInputMethodUserParcelable()
175 return editorInfo.targetInputMethodUser; in getTargetInputMethodUser()
3288 if (attribute != null && attribute.targetInputMethodUser != null in startInputOrWindowGainedFocusInternal()3289 && attribute.targetInputMethodUser.getIdentifier() != callingUserId) { in startInputOrWindowGainedFocusInternal()3294 userId = attribute.targetInputMethodUser.getIdentifier(); in startInputOrWindowGainedFocusInternal()
8784 outAttrs.targetInputMethodUser = mTextOperationUser; in onCreateInputConnection()