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

/packages/services/BuiltInPrintService/src/com/android/bips/
H A DBuiltInPrintService.java100 protected PrinterDiscoverySession onCreatePrinterDiscoverySession() { method in class:BuiltInPrintService
101 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 121 milliseconds