Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DPropertyUtil.java36 public static final String FIRST_API_LEVEL = "ro.product.first_api_level"; field in PropertyUtil
71 String propString = device.getProperty(FIRST_API_LEVEL); in getFirstApiLevel()