Searched refs:FIRST_API_LEVEL (Results 1 – 3 of 3) sorted by relevance
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()
58 public static final String FIRST_API_LEVEL = "ro.product.first_api_level"; field in DeviceProperties
3980 String prop = getProperty(DeviceProperties.FIRST_API_LEVEL); in getLaunchApiLevel()3985 + DeviceProperties.FIRST_API_LEVEL in getLaunchApiLevel()