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
3976 String prop = getProperty(DeviceProperties.FIRST_API_LEVEL); in getLaunchApiLevel()3981 + DeviceProperties.FIRST_API_LEVEL in getLaunchApiLevel()
3174 setGetPropertyExpectation(DeviceProperties.FIRST_API_LEVEL, "23"); in testGetLaunchApiLevel_w_first_api()3192 setGetPropertyExpectation(DeviceProperties.FIRST_API_LEVEL, null); in testGetLaunchApiLevel_wo_first_api()3208 setGetPropertyExpectation(DeviceProperties.FIRST_API_LEVEL, "R"); in testGetLaunchApiLevel_w_exception()