Home
last modified time | relevance | path

Searched refs:minorAtLeast (Results 1 – 3 of 3) sorted by relevance

/system/libvintf/include/vintf/
DVersion.h64 inline bool minorAtLeast(const Version& other) const { in minorAtLeast() function
/system/libvintf/
DHalManifest.cpp209 manifestInstance.version().minorAtLeast(expectVersion)) { in forEachInstanceOfVersion()
/system/libvintf/test/
Dvintf_object_tests.cpp862 if (existing.getPackage() == package && existing.getVersion().minorAtLeast(version) && in getInstanceListFunc()