Merge "Use AIDL compiler to generate InputApplicationInfo class."

This commit is contained in:
TreeHugger Robot
2020-07-29 19:36:14 +00:00
committed by Android (Google) Code Review

View File

@@ -61,8 +61,8 @@ bool NativeInputApplicationHandle::updateInfo() {
mInfo.name = getStringField(env, obj, gInputApplicationHandleClassInfo.name, "<null>");
mInfo.dispatchingTimeout = decltype(mInfo.dispatchingTimeout)(
env->GetLongField(obj, gInputApplicationHandleClassInfo.dispatchingTimeoutNanos));
mInfo.dispatchingTimeoutNanos =
env->GetLongField(obj, gInputApplicationHandleClassInfo.dispatchingTimeoutNanos);
jobject tokenObj = env->GetObjectField(obj,
gInputApplicationHandleClassInfo.token);