Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceProperties.java30 public static final String SDK_VERSION = "ro.build.version.sdk"; field in DeviceProperties
DDeviceSelectionOptions.java578 String prop = getProperty(device, DeviceProperties.SDK_VERSION); in getDeviceSdkLevel()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceSelectionOptionsTest.java442 mMockDevice.getProperty(DeviceProperties.SDK_VERSION))
455 mMockDevice.getProperty(DeviceProperties.SDK_VERSION))
468 mMockDevice.getProperty(DeviceProperties.SDK_VERSION))
481 mMockDevice.getProperty(DeviceProperties.SDK_VERSION))
494 mMockDevice.getProperty(DeviceProperties.SDK_VERSION))
507 mMockDevice.getProperty(DeviceProperties.SDK_VERSION))
DDeviceManagerTest.java1114 EasyMock.expect(mMockIDevice.getProperty(DeviceProperties.SDK_VERSION)).andReturn("sdk"); in setDeviceDescriptorExpectation()