Revert^2 "Remove synchronous startInputOrWindowGainedFocus"
This reverts commit 8ea1d0d3. Reason for revert: fixing failure in StylusHandwritingTest#testOnViewClicked_withStylusHandwriting by removing oneway from the aidl method. This removes the synchronous variant of startInputOrWindowGainedFocus, resolving to the asynchronous method instead. The async one was originally added in [1] as part of zero jank proxy. The flag was later removed in [2], but the synchronous variant was kept due to one last usage with WINDOW_FOCUS_GAIN_REPORT_ONLY. This last synchronous call is now changed to be async, with the two variants merged. [1]: I37fd585eeccab7c3b18fb509b3607c56d800c306 [2]: Idbbb3c64511cb38275a4ad9c2bd7e33299ef4b56 Flag: EXEMPT cleanup Test: atest CtsInputMethodTestCases Bug: 418839448 Bug: 433931944 Change-Id: I72d6d791224e8b5c4299b64eaf15d685260c440b
Loading
Please register or sign in to comment