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

  /cts/tests/tests/print/src/android/print/cts/
PrinterInfoTest.java 318 b.setHasCustomPrinterIcon(hasCustomPrinterIcon);
PrintServicesTest.java 571 // Icon will be picked up from the discovery session once setHasCustomPrinterIcon is set
573 updatePrinter((new PrinterInfo.Builder(mPrinter)).setHasCustomPrinterIcon(true).build());
  /frameworks/base/core/java/android/print/
PrinterInfo.java 451 * @see PrinterInfo.Builder#setHasCustomPrinterIcon
474 public @NonNull Builder setHasCustomPrinterIcon(boolean hasCustomPrinterIcon) {
  /packages/experimental/PrintService/src/foo/bar/printservice/
MyPrintService.java 421 builder.setHasCustomPrinterIcon(true);
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 3642 milliseconds