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

  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/
PrintServicePlugin.java 33 public interface PrintServicePlugin {
RemotePrintServicePlugin.java 30 * Wrapper for a {@link PrintServicePlugin}, isolating issues with the plugin as good as possible
33 class RemotePrintServicePlugin implements PrintServicePlugin.PrinterDiscoveryCallback {
47 private final @NonNull PrintServicePlugin mPlugin;
59 * Create a new remote for a {@link PrintServicePlugin plugin}.
68 public RemotePrintServicePlugin(@NonNull PrintServicePlugin plugin,
157 private PluginException(PrintServicePlugin plugin, String message, Throwable e) {
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/
ServiceRecommendationPlugin.java 25 import com.android.printservice.recommendation.PrintServicePlugin;
30 public abstract class ServiceRecommendationPlugin implements PrintServicePlugin, ServiceListener.Observer {
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/samsung/
SamsungRecommendationPlugin.java 23 import com.android.printservice.recommendation.PrintServicePlugin;
30 public class SamsungRecommendationPlugin implements PrintServicePlugin {
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/xerox/
XeroxPrintServiceRecommendationPlugin.java 22 import com.android.printservice.recommendation.PrintServicePlugin;
25 public class XeroxPrintServiceRecommendationPlugin implements PrintServicePlugin, ServiceResolver.Observer {
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/mdnsFilter/
MDNSFilterPlugin.java 24 import com.android.printservice.recommendation.PrintServicePlugin;
36 public class MDNSFilterPlugin implements PrintServicePlugin {
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/
MDNSFilteredDiscovery.java 27 import com.android.printservice.recommendation.PrintServicePlugin;
76 private @Nullable PrintServicePlugin.PrinterDiscoveryCallback mCallback;
114 public void start(@NonNull PrintServicePlugin.PrinterDiscoveryCallback callback) {
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/google/
CloudPrintPlugin.java 27 import com.android.printservice.recommendation.PrintServicePlugin;
42 public class CloudPrintPlugin implements PrintServicePlugin {

Completed in 324 milliseconds