Searched defs:onPrintersRemoved (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/print/
H A DPrinterDiscoverySession.java308 public void onPrintersRemoved(ParceledListSlice printerIds) { method in class:PrinterDiscoverySession.PrinterDiscoveryObserver
/frameworks/base/services/java/com/android/server/print/
H A DRemotePrintService.java96 public void onPrintersRemoved(List<PrinterId> printerIds); method in interface:RemotePrintService.PrintServiceCallbacks
767 public void onPrintersRemoved(ParceledListSlice printerIds) { method in class:RemotePrintService.RemotePrintServiceClient
774 service.mCallbacks.onPrintersRemoved(removedPrinterIds);
H A DUserState.java503 public void onPrintersRemoved(List<PrinterId> printerIds) { method in class:UserState
1375 observer.onPrintersRemoved(new ParceledListSlice<PrinterId>(printerIds));

Completed in 293 milliseconds