HomeSort by relevance Sort by last modified time
    Searched full:printservice (Results 1 - 25 of 149) sorted by null

1 2 3 4 5 6

  /packages/experimental/PrintService/res/xml/
printservice.xml 2 android:settingsActivity="foo.bar.printservice.SettingsActivity"
3 android:addPrintersActivity="foo.bar.printservice.AddPrintersActivity"
4 android:advancedPrintOptionsActivity="foo.bar.printservice.CustomPrintOptionsActivity"/>
  /packages/experimental/PrintService/
Android.mk 10 LOCAL_PACKAGE_NAME := PrintService
AndroidManifest.xml 2 package="foo.bar.printservice" >
14 <action android:name="android.printservice.PrintService" />
17 android:name="android.printservice"
18 android:resource="@xml/printservice">
  /packages/experimental/PrintService/src/foo/bar/printservice/
AddPrintersActivity.java 1 package foo.bar.printservice;
SettingsActivity.java 1 package foo.bar.printservice;
CustomPrintOptionsActivity.java 1 package foo.bar.printservice;
12 import android.printservice.PrintService;
26 PrintService.EXTRA_PRINT_JOB_INFO);
49 result.putExtra(PrintService.EXTRA_PRINT_JOB_INFO, newPrintJobInfo);
InfoActivity.java 17 package foo.bar.printservice;
22 import android.printservice.PrintService;
44 if (getIntent().getBooleanExtra(PrintService.EXTRA_CAN_SELECT_PRINTER,
51 (new Intent()).putExtra(PrintService.EXTRA_SELECT_PRINTER, true));
  /cts/tests/tests/print/printTestUtilLib/src/android/print/test/services/
StubbablePrinterDiscoverySession.java 21 import android.printservice.CustomPrinterIconCallback;
22 import android.printservice.PrintService;
23 import android.printservice.PrinterDiscoverySession;
29 private final PrintService mService;
32 public StubbablePrinterDiscoverySession(PrintService service,
41 public PrintService getService() {
StubbablePrintService.java 20 import android.printservice.PrintJob;
21 import android.printservice.PrintService;
22 import android.printservice.PrinterDiscoverySession;
26 public abstract class StubbablePrintService extends PrintService {
CustomPrintOptionsActivity.java 24 import android.printservice.PrintService;
64 PrintService.EXTRA_PRINT_JOB_INFO);
68 result.putExtra(PrintService.EXTRA_PRINT_JOB_INFO,
  /frameworks/base/core/java/android/printservice/
package.html 10 A print service implementation should extend {@link android.printservice.PrintService}
12 managing {@link android.printservice.PrintJob}s.
19 encapsulated by a {@link android.printservice.PrinterDiscoverySession} instance created
PrintJob.java 17 package android.printservice;
70 PrintService.throwIfNotCalledOnMainThread();
86 PrintService.throwIfNotCalledOnMainThread();
109 PrintService.throwIfNotCalledOnMainThread();
124 PrintService.throwIfNotCalledOnMainThread();
140 PrintService.throwIfNotCalledOnMainThread();
156 PrintService.throwIfNotCalledOnMainThread();
170 PrintService.throwIfNotCalledOnMainThread();
184 PrintService.throwIfNotCalledOnMainThread();
198 PrintService.throwIfNotCalledOnMainThread()
    [all...]
PrintServiceInfo.aidl 17 package android.printservice;
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/mopria/
MopriaRecommendationPlugin.java 18 package com.android.printservice.recommendation.plugin.mopria;
24 import com.android.printservice.recommendation.R;
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/
RecommendationServiceImpl.java 17 package com.android.printservice.recommendation;
21 import android.printservice.PrintService;
22 import android.printservice.recommendation.RecommendationInfo;
23 import android.printservice.recommendation.RecommendationService;
26 import com.android.printservice.recommendation.plugin.google.CloudPrintPlugin;
27 import com.android.printservice.recommendation.plugin.hp.HPRecommendationPlugin;
28 import com.android.printservice.recommendation.plugin.mdnsFilter.MDNSFilterPlugin;
29 import com.android.printservice.recommendation.plugin.mdnsFilter.VendorConfig;
30 import com.android.printservice.recommendation.plugin.mopria.MopriaRecommendationPlugin
    [all...]
PrintServicePlugin.java 17 package com.android.printservice.recommendation;
29 * A print service plugin is a minimal version of a real {@link android.printservice.PrintService
47 * Get the name (a string reference) of the {@link android.printservice.PrintService print
  /cts/tests/tests/print/
AndroidManifest.xml 37 <action android:name="android.printservice.PrintService" />
40 android:name="android.printservice"
41 android:resource="@xml/printservice">
49 <action android:name="android.printservice.PrintService" />
52 android:name="android.printservice"
53 android:resource="@xml/printservice">
  /frameworks/base/core/java/android/printservice/recommendation/
IRecommendationService.aidl 17 package android.printservice.recommendation;
19 import android.printservice.recommendation.IRecommendationServiceCallbacks;
IRecommendationServiceCallbacks.aidl 17 package android.printservice.recommendation;
19 import android.printservice.recommendation.RecommendationInfo;
RecommendationInfo.aidl 17 package android.printservice.recommendation;
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/samsung/
SamsungRecommendationPlugin.java 17 package com.android.printservice.recommendation.plugin.samsung;
24 import com.android.printservice.recommendation.PrintServicePlugin;
25 import com.android.printservice.recommendation.R;
26 import com.android.printservice.recommendation.util.MDNSFilteredDiscovery;
PrinterFilterMopria.java 17 package com.android.printservice.recommendation.plugin.samsung;
23 import com.android.printservice.recommendation.util.MDNSFilteredDiscovery;
24 import com.android.printservice.recommendation.util.MDNSUtils;
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/
ApprovedPrintServices.java 23 import android.printservice.PrintService;
61 * Check if a {@link PrintService} is approved.
65 * @param service The {@link ComponentName} of the {@link PrintService} that might be approved
85 * Add a {@link PrintService} to the list of approved print services.
87 * @param serviceToAdd The {@link ComponentName} of the {@link PrintService} to be approved.
130 * Remove all approved {@link PrintService print services} that are not in the given set.
  /frameworks/base/packages/PrintRecommendationService/res/xml/
vendorconfigs.xml 31 <package>com.brother.printservice</package>
39 <package>jp.co.canon.android.printservice.plugin</package>
55 <package>com.kmbt.printservice</package>
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/xerox/
XeroxPrintServiceRecommendationPlugin.java 16 package com.android.printservice.recommendation.plugin.xerox;
23 import com.android.printservice.recommendation.PrintServicePlugin;
24 import com.android.printservice.recommendation.R;

Completed in 677 milliseconds

1 2 3 4 5 6