Merge "Add missing validation in IInputMethodWrapper" into udc-dev am: 9c6a31ea65
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/22719022 Change-Id: I36e40d53d0ef88671e2b84f192b847018cbd9b6f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -304,7 +304,9 @@ class IInputMethodWrapper extends IInputMethod.Stub
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
case DO_SET_STYLUS_WINDOW_IDLE_TIMEOUT: {
|
case DO_SET_STYLUS_WINDOW_IDLE_TIMEOUT: {
|
||||||
inputMethod.setStylusWindowIdleTimeoutForTest((long) msg.obj);
|
if (isValid(inputMethod, target, "DO_SET_STYLUS_WINDOW_IDLE_TIMEOUT")) {
|
||||||
|
inputMethod.setStylusWindowIdleTimeoutForTest((long) msg.obj);
|
||||||
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user