OSDN Git Service

Expose additional fields needed by PrintRecommendationService GTS test
authorPhilip P. Moltmann <moltmann@google.com>
Mon, 4 Apr 2016 21:02:57 +0000 (14:02 -0700)
committerPhilip P. Moltmann <moltmann@google.com>
Tue, 19 Apr 2016 21:31:04 +0000 (14:31 -0700)
commitb87c08da82d50b1358f068a3ae44068022c7af2e
treef8addffe3f8eed3a78daa4a0d7160f8323f52285
parent9c211a339689a2e54da3315ccdbf22add472c76a
Expose additional fields needed by PrintRecommendationService GTS test
and move files into properly named directory.

Fixes: 2802576928214466
Change-Id: I14737515fc12525a1685a1a222f21913755ac988
17 files changed:
api/system-current.txt
core/java/android/printservice/recommendation/RecommendationService.java
packages/PrintRecommendationService/Android.mk [moved from packages/PrintServiceRecommendationService/Android.mk with 100% similarity]
packages/PrintRecommendationService/AndroidManifest.xml [moved from packages/PrintServiceRecommendationService/AndroidManifest.xml with 100% similarity]
packages/PrintRecommendationService/CleanSpec.mk [new file with mode: 0644]
packages/PrintRecommendationService/MODULE_LICENSE_APACHE2 [moved from packages/PrintServiceRecommendationService/MODULE_LICENSE_APACHE2 with 100% similarity]
packages/PrintRecommendationService/NOTICE [moved from packages/PrintServiceRecommendationService/NOTICE with 100% similarity]
packages/PrintRecommendationService/res/values/donottranslate.xml [moved from packages/PrintServiceRecommendationService/res/values/donottranslate.xml with 100% similarity]
packages/PrintRecommendationService/res/values/strings.xml [moved from packages/PrintServiceRecommendationService/res/values/strings.xml with 100% similarity]
packages/PrintRecommendationService/res/xml/vendorconfigs.xml [moved from packages/PrintServiceRecommendationService/res/xml/vendorconfigs.xml with 100% similarity]
packages/PrintRecommendationService/src/com/android/printservice/recommendation/PrintServicePlugin.java [moved from packages/PrintServiceRecommendationService/src/com/android/printservice/recommendation/PrintServicePlugin.java with 100% similarity]
packages/PrintRecommendationService/src/com/android/printservice/recommendation/RecommendationServiceImpl.java [moved from packages/PrintServiceRecommendationService/src/com/android/printservice/recommendation/RecommendationServiceImpl.java with 100% similarity]
packages/PrintRecommendationService/src/com/android/printservice/recommendation/RemotePrintServicePlugin.java [moved from packages/PrintServiceRecommendationService/src/com/android/printservice/recommendation/RemotePrintServicePlugin.java with 100% similarity]
packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/mdnsFilter/MDNSFilterPlugin.java [moved from packages/PrintServiceRecommendationService/src/com/android/printservice/recommendation/plugin/mdnsFilter/MDNSFilterPlugin.java with 100% similarity]
packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/mdnsFilter/VendorConfig.java [moved from packages/PrintServiceRecommendationService/src/com/android/printservice/recommendation/plugin/mdnsFilter/VendorConfig.java with 100% similarity]
packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/MDNSUtils.java [moved from packages/PrintServiceRecommendationService/src/com/android/printservice/recommendation/util/MDNSUtils.java with 100% similarity]
packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/NsdResolveQueue.java [moved from packages/PrintServiceRecommendationService/src/com/android/printservice/recommendation/util/NsdResolveQueue.java with 100% similarity]