Home
last modified time | relevance | path

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

/cts/hostsidetests/incident/src/com/android/server/cts/
DPrintProtoTest.java46 if (!supportsPrinting(getDevice())) { in testDump()
143 static boolean supportsPrinting(ITestDevice device) throws DeviceNotAvailableException { in supportsPrinting() method in PrintProtoTest
DIncidentdTest.java52 if (PrintProtoTest.supportsPrinting(getDevice())) { in testIncidentReportDump()