Home
last modified time | relevance | path

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

/cts/tests/tests/print/src/android/print/cts/services/
DStubbablePrinterDiscoverySession.java73 public void onRequestCustomPrinterIcon(PrinterId printerId, in onRequestCustomPrinterIcon() method in StubbablePrinterDiscoverySession
76 mCallbacks.onRequestCustomPrinterIcon(printerId, cancellationSignal, callback); in onRequestCustomPrinterIcon()
DPrinterDiscoverySessionCallbacks.java45 public abstract void onRequestCustomPrinterIcon(PrinterId printerId, in onRequestCustomPrinterIcon() method in PrinterDiscoverySessionCallbacks
/cts/tests/tests/print/src/android/print/cts/
DBasePrintTest.java657 Answer<Void> onRequestCustomPrinterIcon, Answer<Void> onStopPrinterStateTracking, in createMockPrinterDiscoverySessionCallbacks() argument
679 if (onRequestCustomPrinterIcon != null) { in createMockPrinterDiscoverySessionCallbacks()
680 doAnswer(onRequestCustomPrinterIcon).when(callbacks).onRequestCustomPrinterIcon( in createMockPrinterDiscoverySessionCallbacks()