commit | c8e910d0393d2d7f3bf46d90746819d024ec7510 | [log] [tgz] |
---|---|---|
author | Martin Brabham <optedoblivion@google.com> | Wed Feb 21 14:24:23 2018 -0800 |
committer | Martin Brabham <optedoblivion@google.com> | Tue Apr 10 14:35:41 2018 -0700 |
tree | 4dfe2a6db1ea96938b90c48f3d09ba823ae3e96b | |
parent | 2ce05c00f91a8f2254279ec159a508facb83f123 [diff] |
Clean up JNI The callbacks for HeadsetClientConnectionService's NativeInterface was failing when a non static function, declared in C++, had a matching method in the corresponding Java file that was declared as static. This caused a signature mismatch due to the class being a different InstanceOf. Bug: 34334230 Change-Id: Ib3d18d1615190d5835f72e00bc4d28adfa86a48e