Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DNativeDeviceTest.java3174 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()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceProperties.java58 public static final String FIRST_API_LEVEL = "ro.product.first_api_level"; field in DeviceProperties
DNativeDevice.java3980 String prop = getProperty(DeviceProperties.FIRST_API_LEVEL); in getLaunchApiLevel()
3985 + DeviceProperties.FIRST_API_LEVEL in getLaunchApiLevel()