Home
last modified time | relevance | path

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

/system/libvintf/
DVintfObject.cpp176 auto shippingApi = getPropertyFetcher()->getUintProperty("ro.product.first_api_level", 0u); in getCombinedFrameworkMatrix() local
177 if (shippingApi != 0u) { in getCombinedFrameworkMatrix()
178 deviceLevel = details::convertFromApiLevel(shippingApi); in getCombinedFrameworkMatrix()