Home
last modified time | relevance | path

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

/cts/hostsidetests/incident/src/com/android/server/cts/
DPrintProtoTest.java117 …private static void verifyPrintJobInfoProto(PrintJobInfoProto pji, final int filterLevel) throws E… in verifyPrintJobInfoProto() argument
119 assertTrue(pji.getLabel().isEmpty()); in verifyPrintJobInfoProto()
120 assertTrue(pji.getPrintJobId().isEmpty()); in verifyPrintJobInfoProto()
121 assertTrue(pji.getTag().isEmpty()); in verifyPrintJobInfoProto()
125 .contains(pji.getState().getValueDescriptor())); in verifyPrintJobInfoProto()
126 verifyPrinterIdProto(pji.getPrinter(), filterLevel); in verifyPrintJobInfoProto()
127 verifyPrintDocumentInfoProto(pji.getDocumentInfo(), filterLevel); in verifyPrintJobInfoProto()
135 for (PrintJobInfoProto pji : psis.getPrintJobsList()) { in verifyPrintSpoolerInternalStateProto()
136 verifyPrintJobInfoProto(pji, filterLevel); in verifyPrintSpoolerInternalStateProto()