Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 436a2fdb authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Use AIDL compiler to generate InputApplicationInfo class."

parents 23664682 06b518fb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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);