Home
last modified time | relevance | path

Searched refs:PrintProtoTest (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/incident/src/com/android/server/cts/
DIncidentdTest.java52 if (PrintProtoTest.supportsPrinting(getDevice())) { in testIncidentReportDump()
53 PrintProtoTest.verifyPrintServiceDumpProto(dump.getPrint(), filterLevel); in testIncidentReportDump()
DPrintProtoTest.java38 public class PrintProtoTest extends ProtoDumpTestCase { class