Searched defs:ack (Results 1 – 6 of 6) sorted by relevance
/test/vti/dashboard/src/test/java/com/android/vts/entity/ |
D | TestAcknowledgmentEntityTest.java | 65 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/ |
D | VtsAlertJobServletTest.java | 91 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/ |
D | TestAcknowledgmentRestServlet.java | 62 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/ |
D | test_acknowledgments.js | 47 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/ |
D | ShowTestAcknowledgmentServlet.java | 60 TestAcknowledgmentEntity ack = TestAcknowledgmentEntity.fromEntity(ackEntity); in doGetHandler() local
|
/test/vti/dashboard/src/main/java/com/android/vts/job/ |
D | VtsAlertJobServlet.java | 125 TestAcknowledgmentEntity ack = TestAcknowledgmentEntity.fromEntity(ackEntity); in getTestCaseAcknowledgments() local
|