Home
last modified time | relevance | path

Searched defs:ack (Results 1 – 6 of 6) sorted by relevance

/test/vti/dashboard/src/test/java/com/android/vts/entity/
DTestAcknowledgmentEntityTest.java65 TestAcknowledgmentEntity ack = in testEntitySerialization() local
98 TestAcknowledgmentEntity ack = in testEntitySerializationWithNulls() local
132 TestAcknowledgmentEntity ack = in testJsonSerialization() local
153 TestAcknowledgmentEntity ack = in testJsonSerializationWithNulls() local
/test/vti/dashboard/src/test/java/com/android/vts/job/
DVtsAlertJobServletTest.java91 TestAcknowledgmentEntity ack = in testSeparateAcknowledgedAll() local
117 TestAcknowledgmentEntity ack = in testSeparateAcknowledgedSpecific() local
143 TestAcknowledgmentEntity ack = in testSeparateAcknowledgedSpecificMismatch() local
/test/vti/dashboard/src/main/java/com/android/vts/api/
DTestAcknowledgmentRestServlet.java62 TestAcknowledgmentEntity ack = TestAcknowledgmentEntity.fromEntity(ackEntity); in doGet() local
97 TestAcknowledgmentEntity ack = TestAcknowledgmentEntity.fromJson(currentUser, json); in doPost() local
/test/vti/dashboard/src/main/webapp/js/
Dtest_acknowledgments.js47 function removeAcknowledgment(ack, key) { argument
154 function saveCallback(ack, modal, key, test, branchSet, deviceSet, testCaseSet, note) { argument
207 function showModal(ack, key, test, branches, devices, testCases, note) { argument
429 testAcknowledgments.forEach(function(ack) { argument
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowTestAcknowledgmentServlet.java60 TestAcknowledgmentEntity ack = TestAcknowledgmentEntity.fromEntity(ackEntity); in doGetHandler() local
/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsAlertJobServlet.java125 TestAcknowledgmentEntity ack = TestAcknowledgmentEntity.fromEntity(ackEntity); in getTestCaseAcknowledgments() local