Searched refs:IDS (Results 1 – 4 of 4) sorted by relevance
57 private static final List<String> IDS = new ArrayList<>(); field in CtsTestTest62 IDS.add(ID);201 EasyMock.expect(mMockRepo.findPackageIdsForTest(className)).andReturn(IDS); in testRun_class()221 EasyMock.expect(mMockRepo.findPackageIdsForTest(className)).andReturn(IDS); in testRun_test()237 EasyMock.expect(mMockPlan.getTestIds()).andReturn(IDS); in testRun_excludedPackage()252 EasyMock.expect(mMockPlan.getTestIds()).andReturn(IDS); in testRun_continueSession()271 EasyMock.expect(mMockPlan.getTestIds()).andReturn(IDS); in setParsePlanExpectations()282 EasyMock.expect(mMockRepo.getPackageIds()).andReturn(IDS).anyTimes(); in setCreateAndRunTestExpectations()
54 public static final Set<String> IDS = new HashSet<String>(); field in DeviceInfoCollector59 IDS.add(AbiUtils.createId(abi, APP_PACKAGE_NAME)); in AbiUtils.createId()
68 mIsDeviceInfoRun = DeviceInfoCollector.IDS.contains(id); in testRunStarted()
268 mIsDeviceInfoRun = DeviceInfoCollector.IDS.contains(id); in testRunStarted()