Searched refs:VendorInfo (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/
H A DVendorInfo.java23 public final class VendorInfo { class
30 public VendorInfo(Resources resources, int vendor_info_id) { method in class:VendorInfo
H A DServiceRecommendationPlugin.java39 protected final VendorInfo mVendorInfo;
42 protected ServiceRecommendationPlugin(Context context, int vendorStringID, VendorInfo vendorInfo, String[] services) {
H A DServiceListener.java38 private final Map<String, VendorInfo> mVendorInfoHashMap;
56 Map<String, VendorInfo> vendorInfoMap = new HashMap<>();
61 VendorInfo info = new VendorInfo(context.getResources(), arrayID);
80 for(Map.Entry<String,VendorInfo> entry : mVendorInfoHashMap.entrySet()) {
H A DHPRecommendationPlugin.java83 super(context, R.string.plugin_vendor_hp, new VendorInfo(context.getResources(), R.array.known_print_vendor_info_for_hp), new String[]{"_pdl-datastream._tcp","_ipp._tcp", "_ipps._tcp"});
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/xerox/
H A DVendorInfo.java22 final class VendorInfo { class
29 public VendorInfo(Resources resources, int vendor_info_id) { method in class:VendorInfo
H A DXeroxPrintServiceRecommendationPlugin.java32 protected final VendorInfo mVendorInfo;
39 mVendorInfo = new VendorInfo(context.getResources(), R.array.known_print_vendor_info_for_xerox);
H A DServiceResolver.java36 private final VendorInfo mVendorInfo;
46 public ServiceResolver(Context context, Observer observer, VendorInfo vendorInfo, String[] serviceTypes, String[] pdls) {
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/mopria/
H A DMopriaRecommendationPlugin.java27 import com.android.printservice.recommendation.plugin.hp.VendorInfo;
39 super(context, R.string.plugin_vendor_morpia, new VendorInfo(context.getResources(), R.array.known_print_vendor_info_for_mopria), new String[]{"_ipp._tcp", "_ipps._tcp"});

Completed in 70 milliseconds