Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DTfTestLauncherTest.java60 private static final String BUILD_FLAVOR = "FAKE_FLAVOR"; field in TfTestLauncherTest
121 EasyMock.eq(BUILD_FLAVOR), in testRun()
139 EasyMock.expect(mMockBuildInfo.getBuildFlavor()).andReturn(BUILD_FLAVOR).times(2); in testRun()
246 EasyMock.expect(mMockBuildInfo.getBuildFlavor()).andReturn(BUILD_FLAVOR).times(2); in testRunCoverage()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceProperties.java48 public static final String BUILD_FLAVOR = "ro.build.flavor"; field in DeviceProperties
DNativeDevice.java700 String buildFlavor = getProperty(DeviceProperties.BUILD_FLAVOR); in getBuildFlavor()