Searched refs:SDK_VERSION (Results 1 – 6 of 6) sorted by relevance
/tools/tradefederation/core/javatests/com/android/tradefed/device/ |
D | DeviceSelectionOptionsTest.java | 471 mMockDevice.getProperty(DeviceProperties.SDK_VERSION)) 483 mMockDevice.getProperty(DeviceProperties.SDK_VERSION)) 495 mMockDevice.getProperty(DeviceProperties.SDK_VERSION)) 507 mMockDevice.getProperty(DeviceProperties.SDK_VERSION)) 519 mMockDevice.getProperty(DeviceProperties.SDK_VERSION)) 531 mMockDevice.getProperty(DeviceProperties.SDK_VERSION))
|
D | TestDeviceTest.java | 19 import static com.android.tradefed.device.DeviceProperties.SDK_VERSION; 280 injectSystemProperty(SDK_VERSION, String.valueOf(apiLevel)); in setApiLevel() 847 injectSystemProperty(SDK_VERSION, "23"); in testExecuteShellCommand_recoveryRetry() 947 injectSystemProperty(SDK_VERSION, "23"); in testExecuteShellCommand_recoveryTimeoutRetry() 958 verifySystemProperty(SDK_VERSION, "23", 1); in testExecuteShellCommand_recoveryTimeoutRetry() 1005 injectSystemProperty(SDK_VERSION, "23"); in testExecuteShellCommand_recoveryAttempts() 1015 verifySystemProperty(SDK_VERSION, "23", 1); in testExecuteShellCommand_recoveryAttempts() 1432 injectSystemProperty(SDK_VERSION, "21"); in testRuntimePermissionSupportedLmpRelease() 1447 injectSystemProperty(SDK_VERSION, "22"); in testRuntimePermissionSupportedLmpMr1Dev() 1462 injectSystemProperty(SDK_VERSION, "21"); in testRuntimePermissionSupportedNonMncLocal() [all …]
|
D | TestDeviceFuncTest.java | 862 assertNotNull(getDevice().getProperty(DeviceProperties.SDK_VERSION)); in testGetProperty() 864 assertNotNull(getDevice().getProperty(DeviceProperties.SDK_VERSION)); in testGetProperty()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | DeviceProperties.java | 34 public static final String SDK_VERSION = "ro.build.version.sdk"; field in DeviceProperties
|
D | DeviceSelectionOptions.java | 776 String prop = getProperty(device, DeviceProperties.SDK_VERSION); in getDeviceSdkLevel()
|
D | NativeDevice.java | 4691 String prop = getProperty(DeviceProperties.SDK_VERSION); in getApiLevel() 4696 + DeviceProperties.SDK_VERSION in getApiLevel() 5457 sdkVersion = getPropertyWithRecovery(DeviceProperties.SDK_VERSION, false); in getDeviceDescriptor()
|