Searched refs:BUILD_FLAVOR (Results 1 – 3 of 3) sorted by relevance
60 private static final String BUILD_FLAVOR = "FAKE_FLAVOR"; field in TfTestLauncherTest121 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()
48 public static final String BUILD_FLAVOR = "ro.build.flavor"; field in DeviceProperties
700 String buildFlavor = getProperty(DeviceProperties.BUILD_FLAVOR); in getBuildFlavor()