Searched refs:FIRST_API_LEVEL (Results 1 – 3 of 3) sorted by relevance
58 public static final String FIRST_API_LEVEL = "ro.product.first_api_level"; field in DeviceProperties
4837 String prop = getProperty(DeviceProperties.FIRST_API_LEVEL); in getLaunchApiLevel()4842 + DeviceProperties.FIRST_API_LEVEL in getLaunchApiLevel()
3516 setGetPropertyExpectation(DeviceProperties.FIRST_API_LEVEL, "23"); in testGetLaunchApiLevel_w_first_api()3533 setGetPropertyExpectation(DeviceProperties.FIRST_API_LEVEL, null); in testGetLaunchApiLevel_wo_first_api()3548 setGetPropertyExpectation(DeviceProperties.FIRST_API_LEVEL, "R"); in testGetLaunchApiLevel_w_exception()