History log of /frameworks/base/core/jni/android_os_VintfObject.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
687113a082c7ffd8e9a29301e24c8935322d0d2d 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
/frameworks/base/core/jni/android_os_VintfObject.cpp
75ffd667a97f3b8adc83b2c214472b31c8f85249 02-May-2017 Yifan Hong <elsk@google.com> Add compatibility matrices to VintfObject.report()

Test: FrameworksCoreTests
Bug: 36814503
Change-Id: I27eaea136437afb2102581d410b657e810612a0a
/frameworks/base/core/jni/android_os_VintfObject.cpp
585ffd1cb3497eda590e4da48a8bec5726af1d3a 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
becc56d7ea523aa153219446232cbf5e561726f4 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