Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceTest.java1264 injectSystemProperty(TestDevice.BUILD_CODENAME_PROP, "REL"); in testRuntimePermissionSupportedLmpRelease()
1277 injectSystemProperty(TestDevice.BUILD_CODENAME_PROP, "REL"); in testRuntimePermissionSupportedLmpMr1Dev()
1290 injectSystemProperty(TestDevice.BUILD_CODENAME_PROP, "LMP"); in testRuntimePermissionSupportedNonMncLocal()
2062 injectSystemProperty(TestDevice.BUILD_CODENAME_PROP, "REL"); in testMaxNumberOfRunningUsersSupported()
2072 injectSystemProperty(TestDevice.BUILD_CODENAME_PROP, "REL"); in testMaxNumberOfRunningUsersSupported_invalid()
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java1317 String codeName = getProperty(BUILD_CODENAME_PROP).trim();
DNativeDevice.java157 static final String BUILD_CODENAME_PROP = "ro.build.version.codename"; field in NativeDevice