Searched refs:onCreatePrinterDiscoverySession (Results 1 - 2 of 2) sorted by relevance

/packages/services/BuiltInPrintService/src/com/android/bips/
H A DBuiltInPrintService.java129 protected PrinterDiscoverySession onCreatePrinterDiscoverySession() { method in class:BuiltInPrintService
130 if (DEBUG) Log.d(TAG, "onCreatePrinterDiscoverySession");
/packages/experimental/PrintService/src/foo/bar/printservice/
H A DMyPrintService.java107 protected PrinterDiscoverySession onCreatePrinterDiscoverySession() { method in class:MyPrintService
108 Log.i(LOG_TAG, "#onCreatePrinterDiscoverySession()");

Completed in 469 milliseconds