Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DPropertyUtil.java40 public static final String FIRST_API_LEVEL = "ro.product.first_api_level"; field in PropertyUtil
87 int firstApiLevel = getPropertyInt(FIRST_API_LEVEL); in getFirstApiLevel()