Searched refs:invocationInfo (Results 1 – 2 of 2) sorted by relevance
44 Map<String, String> invocationInfo = result.getInvocationInfo(); in testOverrideBuildProperties() local45 assertEquals(invocationInfo.get(ResultReporter.BUILD_ID), buildId); in testOverrideBuildProperties()46 assertEquals(invocationInfo.get(ResultReporter.BUILD_BRAND), brand); in testOverrideBuildProperties()47 assertEquals(invocationInfo.get(ResultReporter.BUILD_DEVICE), device); in testOverrideBuildProperties()48 assertEquals(invocationInfo.get(ResultReporter.BUILD_PRODUCT), product); in testOverrideBuildProperties()49 assertEquals(invocationInfo.get(ResultReporter.BUILD_VERSION_RELEASE), version); in testOverrideBuildProperties()50 assertEquals(invocationInfo.get(ResultReporter.BUILD_FINGERPRINT), fingerprint); in testOverrideBuildProperties()51 assertEquals(invocationInfo.get(ResultReporter.BUILD_MANUFACTURER), manufacture); in testOverrideBuildProperties()52 assertEquals(invocationInfo.get(ResultReporter.BUILD_MODEL), model); in testOverrideBuildProperties()
META-INF/ META-INF/MANIFEST.MF com/android/compatibility/common/ ...