Searched defs:codeName (Results 1 – 2 of 2) sorted by relevance
83 String codeName = testInfo.getDevice().getProperty(DeviceProperties.BUILD_CODENAME); in setUpClass() local90 sDeviceCodeName.put(testInfo.getDevice(), codeName); in setUpClass() local139 String codeName = sDeviceCodeName.get(getTestInformation().getDevice()); in testVndkVersion() local
94 ProvidedJarSdk(int apiLevel, String androidVersion, String codeName, Path jarPath) { in ProvidedJarSdk()