Searched refs:SDK_VERSION (Results 1 – 4 of 4) sorted by relevance
30 public static final String SDK_VERSION = "ro.build.version.sdk"; field in DeviceProperties
578 String prop = getProperty(device, DeviceProperties.SDK_VERSION); in getDeviceSdkLevel()
442 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))
1114 EasyMock.expect(mMockIDevice.getProperty(DeviceProperties.SDK_VERSION)).andReturn("sdk"); in setDeviceDescriptorExpectation()