Searched defs:plugin (Results 1 - 25 of 29) sorted by last modified time

12

/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/
H A DRemotePrintServicePlugin.java25 * Wrapper for a {@link PrintServicePlugin}, isolating issues with the plugin as good as possible
41 /** Wrapped plugin */
44 /** The number of printers discovered by the plugin */
47 /** If the plugin is started by not yet stopped */
54 * Create a new remote for a {@link PrintServicePlugin plugin}.
56 * @param plugin The plugin to be wrapped
57 * @param listener The listener to be notified about changes in this plugin
58 * @param recommendsMultiVendorService If the plugin detects printers of more than a single
61 * @throws PluginException If the plugin ha
63 RemotePrintServicePlugin(@onNull PrintServicePlugin plugin, @NonNull OnChangedListener listener, boolean recommendsMultiVendorService) argument
148 PluginException(PrintServicePlugin plugin, String message, Throwable e) argument
[all...]
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/
H A DHPRecommendationPlugin.java17 package com.android.printservice.recommendation.plugin.hp;
H A DMDnsUtils.java17 package com.android.printservice.recommendation.plugin.hp;
H A DPrinterHashMap.java17 package com.android.printservice.recommendation.plugin.hp;
H A DServiceListener.java17 package com.android.printservice.recommendation.plugin.hp;
H A DServiceRecommendationPlugin.java17 package com.android.printservice.recommendation.plugin.hp;
H A DServiceResolveQueue.java17 package com.android.printservice.recommendation.plugin.hp;
H A DVendorInfo.java17 package com.android.printservice.recommendation.plugin.hp;
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/mdnsFilter/
H A DMDNSFilterPlugin.java17 package com.android.printservice.recommendation.plugin.mdnsFilter;
36 * A plugin listening for mDNS results and only adding the ones that {@link
44 /** Name of the print service this plugin is for */
47 /** Package name of the print service this plugin is for */
50 /** mDNS names handled by the print service this plugin is for */
57 /** Context of the user of this plugin */
75 * @param context The context the plugin runs in
H A DMDNSUtils.java18 package com.android.printservice.recommendation.plugin.mdnsFilter;
H A DVendorConfig.java17 package com.android.printservice.recommendation.plugin.mdnsFilter;
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/mopria/
H A DMopriaRecommendationPlugin.java18 package com.android.printservice.recommendation.plugin.mopria;
25 import com.android.printservice.recommendation.plugin.hp.MDnsUtils;
26 import com.android.printservice.recommendation.plugin.hp.ServiceRecommendationPlugin;
27 import com.android.printservice.recommendation.plugin.hp.VendorInfo;
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/samsung/
H A DMDnsUtils.java17 package com.android.printservice.recommendation.plugin.samsung;
H A DPrinterHashMap.java17 package com.android.printservice.recommendation.plugin.samsung;
H A DSamsungRecommendationPlugin.java18 package com.android.printservice.recommendation.plugin.samsung;
H A DServiceListener.java17 package com.android.printservice.recommendation.plugin.samsung;
H A DServiceRecommendationPlugin.java17 package com.android.printservice.recommendation.plugin.samsung;
H A DServiceResolveQueue.java17 package com.android.printservice.recommendation.plugin.samsung;
H A DVendorInfo.java17 package com.android.printservice.recommendation.plugin.samsung;
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/xerox/
H A DMDnsUtils.java16 package com.android.printservice.recommendation.plugin.xerox;
H A DPrinterHashMap.java16 package com.android.printservice.recommendation.plugin.xerox;
H A DServiceResolver.java16 package com.android.printservice.recommendation.plugin.xerox;
H A DVendorInfo.java16 package com.android.printservice.recommendation.plugin.xerox;
H A DXeroxPrintServiceRecommendationPlugin.java16 package com.android.printservice.recommendation.plugin.xerox;
/frameworks/base/core/java/android/webkit/
H A DPluginList.java61 * Adds a plugin to the list.
68 public synchronized void addPlugin(Plugin plugin) { argument
69 if (!mPlugins.contains(plugin)) {
70 mPlugins.add(plugin);
75 * Removes a plugin from the list.
82 public synchronized void removePlugin(Plugin plugin) { argument
83 int location = mPlugins.indexOf(plugin);
90 * Clears the plugin list.
102 * Dispatches the click event to the appropriate plugin.
111 Plugin plugin
[all...]

Completed in 2253 milliseconds

12