Merge "Use AIDL compiler to generate InputApplicationInfo class."
This commit is contained in:
committed by
Android (Google) Code Review
commit
436a2fdbe9
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user