Home | History | Annotate | Download | only in job

Lines Matching defs:ack

126             TestAcknowledgmentEntity ack = TestAcknowledgmentEntity.fromEntity(ackEntity);
127 if (ack == null) continue;
128 acks.add(ack);
182 for (TestAcknowledgmentEntity ack : acks) {
183 boolean allDevices = ack.devices == null || ack.devices.size() == 0;
184 boolean allBranches = ack.branches == null || ack.branches.size() == 0;
191 allDevices || ack.devices.contains(device.buildFlavor);
193 allBranches || ack.branches.contains(device.branch);
200 boolean allTestCases = ack.testCaseNames == null || ack.testCaseNames.size() == 0;
205 for (String testCase : ack.testCaseNames) {