OSDN Git Service

Move Xerox recommendation plugin to service.
authorPhilip P. Moltmann <moltmann@google.com>
Fri, 27 May 2016 21:10:54 +0000 (14:10 -0700)
committerPhilip P. Moltmann <moltmann@google.com>
Tue, 31 May 2016 23:35:17 +0000 (23:35 +0000)
commit63498afff8079a5b70d763688d634ecdf7086f72
tree16844307f41540e1e444fc182da591a42d710228
parentcd0aa9cda8e57c224b473198a345fb008fe30b5a
Move Xerox recommendation plugin to service.

Only minimal changes just to make it work together with the other
plugins.

Bug: 28908572
Change-Id: Icac226b45e8a6885036466451d0e9f54a3b3c640
(cherry picked from commit d97fdfd943295ea90d37b092e66b7ad1701587a1)
packages/PrintRecommendationService/res/values/donottranslate.xml
packages/PrintRecommendationService/res/xml/vendorconfigs.xml
packages/PrintRecommendationService/src/com/android/printservice/recommendation/RecommendationServiceImpl.java
packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/xerox/MDnsUtils.java [new file with mode: 0755]
packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/xerox/PrinterHashMap.java [new file with mode: 0755]
packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/xerox/ServiceResolver.java [new file with mode: 0755]
packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/xerox/VendorInfo.java [new file with mode: 0755]
packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/xerox/XeroxPrintServiceRecommendationPlugin.java [new file with mode: 0755]