History log of /frameworks/base/core/jni/android_os_VintfObject.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2279b2534272282a5b5152723235da397e49195c 19-Jul-2017 Steven Moreland <smoreland@google.com> frameworks/base: use proper nativehelper headers

libnativehelper exports headers under nativehelper. These were
available before incorrectly as global headers in order to give
access to jni.h.

Test: modules using frameworks/base find headers
Bug: 63762847
Change-Id: I0f9f231acdebe460f279135462f43d3e32eff64d
/frameworks/base/core/jni/android_os_VintfObject.cpp
87167afe3f87d9ed90662d726a90468f7d9ca461 06-Jul-2017 Yifan Hong <elsk@google.com> Log errors on android.os.VintfObject.verify()

Test: pass
Bug: 63290683
Change-Id: I7ddc355024359e31aca4bbdf18f42075f72ddd5a
/frameworks/base/core/jni/android_os_VintfObject.cpp
bf49821c395bf26c7793bce31304f325860e671a 04-May-2017 Yifan Hong <elsk@google.com> android.os.VintfObject: add API for EDI.

Add APIs for EDI (extensive device information).

Test: CtsDeviceInfo
Bug: 28656227
Change-Id: I609d4f1f07e20717827ef024ff8cbe124d7e54a6
Merged-In: I609d4f1f07e20717827ef024ff8cbe124d7e54a6
/frameworks/base/core/jni/android_os_VintfObject.cpp
4463d991be2693affcf8759737b729ed3c885396 02-May-2017 Yifan Hong <elsk@google.com> Add compatibility matrices to VintfObject.report()

Test: FrameworksCoreTests
Bug: 36814503
Change-Id: I27eaea136437afb2102581d410b657e810612a0a
Merged-In: I27eaea136437afb2102581d410b657e810612a0a
/frameworks/base/core/jni/android_os_VintfObject.cpp
875a4ba352271ca0a7469d27a42b21247ba62ee3 15-Apr-2017 Yifan Hong <elsk@google.com> Update for removing mount arg to VintfObject::CheckCompatibility

It is default to false.

Test: pass
Bug: 36814503

Change-Id: Ib06850d3355f54996b17cc6c2980a7d17af132e5
/frameworks/base/core/jni/android_os_VintfObject.cpp
4e01db8c12a497f4380a8e5855de98fbe25686e6 05-Apr-2017 Yifan Hong <elsk@google.com> Add Java API for libvintf.

android.os.VintfObject has two methods:

- report: return device info that can be reported to OTA server
- verify: verify that metadata for a given OTA package is
compatible.

Test: pass
Test: adb shell am instrument -w -e class android.os.VintfObjectTest \
com.android.frameworks.coretests/android.support.test.runner.AndroidJUnitRunner

Bug: 36814503

Change-Id: Iff8fae289eec8ae9cfc327d0d0d36a1cdd5e6800
/frameworks/base/core/jni/android_os_VintfObject.cpp