HomeSort by relevance Sort by last modified time
    Searched refs:PRINT_JOB_NAME (Results 1 - 10 of 10) sorted by null

  /cts/hostsidetests/devicepolicy/app/PrintingApp/src/com/android/cts/devicepolicy/printingapp/
PrintActivity.java 33 private static final String PRINT_JOB_NAME = "Test print job";
44 PrintJob printJob = printManager.print(PRINT_JOB_NAME, new PrintDocumentAdapter() {
  /cts/tests/tests/print/src/android/print/cts/
PrintDocumentAdapterContractTest.java 92 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME)
259 callback.onLayoutFinished(new PrintDocumentInfo.Builder(PRINT_JOB_NAME)
330 callback.onLayoutFinished(new PrintDocumentInfo.Builder(PRINT_JOB_NAME)
400 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME)
595 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME)
677 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME)
    [all...]
PageRangeAdjustmentTest.java 173 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME)
264 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME)
355 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME)
442 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME)
InteractionBetweenPrintDocumentAndPrinterDiscovery.java 128 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME).build();
PrinterCapabilitiesChangeTest.java 187 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME)
CustomPrintOptionsTest.java 163 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME)
PageRangeAdjustAndVerify.java 275 new PrintDocumentInfo.Builder(PRINT_JOB_NAME);
PrintAttributesTest.java 233 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME)
PrinterCapabilitiesTest.java 358 PrintDocumentInfo info = new PrintDocumentInfo.Builder(PRINT_JOB_NAME)
  /cts/tests/tests/print/printTestUtilLib/src/android/print/test/
BasePrintTest.java 116 protected static final String PRINT_JOB_NAME = "Test";
    [all...]

Completed in 203 milliseconds