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

1 2 34 5 6

  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/
MDNSFilteredDiscovery.java 16 package com.android.printservice.recommendation.util;
28 import com.android.printservice.recommendation.PrintServicePlugin;
MDNSUtils.java 18 package com.android.printservice.recommendation.util;
NsdResolveQueue.java 17 package com.android.printservice.recommendation.util;
DiscoveryListenerMultiplexer.java 17 package com.android.printservice.recommendation.util;
  /packages/services/BuiltInPrintService/src/com/android/bips/discovery/
Discovery.java 53 Discovery(BuiltInPrintService printService) {
54 mPrintService = printService;
ManualDiscovery.java 53 public ManualDiscovery(BuiltInPrintService printService) {
54 super(printService);
  /prebuilts/sdk/sdk-annotations/
annotations.zip 
  /frameworks/base/core/java/android/printservice/
PrinterDiscoverySession.java 17 package android.printservice;
144 PrintService.throwIfNotCalledOnMainThread();
167 PrintService.throwIfNotCalledOnMainThread();
231 PrintService.throwIfNotCalledOnMainThread();
456 PrintService.throwIfNotCalledOnMainThread();
480 PrintService.throwIfNotCalledOnMainThread();
493 PrintService.throwIfNotCalledOnMainThread();
  /packages/services/BuiltInPrintService/src/com/android/bips/
LocalDiscoverySession.java 23 import android.printservice.PrintServiceInfo;
24 import android.printservice.PrinterDiscoverySession;
25 import android.printservice.recommendation.RecommendationInfo;
  /cts/tests/tests/print/src/android/print/cts/
PageRangeAdjustmentTest.java 45 import android.printservice.PrintJob;
46 import android.printservice.PrintService;
511 PrintService service = session.getService();
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/
RemotePrintServicePlugin.java 17 package com.android.printservice.recommendation;
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/xerox/
MDnsUtils.java 16 package com.android.printservice.recommendation.plugin.xerox;
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PrintActivity.java 62 import android.printservice.PrintService;
63 import android.printservice.PrintServiceInfo;
824 intent.putExtra(PrintService.EXTRA_PRINT_JOB_INFO, printJobBuilder.build());
825 intent.putExtra(PrintService.EXTRA_PRINTER_INFO, printer);
826 intent.putExtra(PrintService.EXTRA_PRINT_DOCUMENT_INFO,
851 PrintJobInfo printJobInfo = data.getParcelableExtra(PrintService.EXTRA_PRINT_JOB_INFO);
    [all...]
SelectPrinterActivity.java 38 import android.printservice.PrintService;
39 import android.printservice.PrintServiceInfo;
395 data.getBooleanExtra(PrintService.EXTRA_SELECT_PRINTER, false) &&
714 fillInIntent.putExtra(PrintService.EXTRA_CAN_SELECT_PRINTER, true);
  /packages/apps/Settings/src/com/android/settings/print/
PrintSettingPreferenceController.java 26 import android.printservice.PrintServiceInfo;
  /packages/apps/Settings/tests/robotests/src/com/android/settings/print/
PrintSettingsPreferenceControllerTest.java 33 import android.printservice.PrintServiceInfo;
  /frameworks/base/services/print/java/com/android/server/print/
UserState.java 62 import android.printservice.PrintServiceInfo;
63 import android.printservice.recommendation.IRecommendationsChangeListener;
64 import android.printservice.recommendation.RecommendationInfo;
117 new Intent(android.printservice.PrintService.SERVICE_INTERFACE);
205 public void onAllPrintJobsForServiceHandled(ComponentName printService) {
209 service = mActiveServices.get(printService);
353 RemotePrintService printService = null;
355 printService = mActiveServices.get(printServiceName);
357 if (printService == null)
    [all...]
RemotePrintSpooler.java 42 import android.printservice.PrintService;
122 public void onAllPrintJobsForServiceHandled(ComponentName printService);
498 * Remove all approved {@link PrintService print services} that are not in the given set.
    [all...]
PrintManagerService.java 57 import android.printservice.PrintServiceInfo;
58 import android.printservice.recommendation.IRecommendationsChangeListener;
59 import android.printservice.recommendation.RecommendationInfo;
    [all...]
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/mdnsFilter/
VendorConfig.java 17 package com.android.printservice.recommendation.plugin.mdnsFilter;
27 import com.android.printservice.recommendation.R;
  /prebuilts/sdk/tools/lib/
shrinkedAndroid.jar 
  /cts/tests/tests/print/printTestUtilLib/src/android/print/test/
BasePrintTest.java 60 import android.printservice.CustomPrinterIconCallback;
61 import android.printservice.PrintJob;
230 Intent printServiceIntent = new Intent(android.printservice.PrintService.SERVICE_INTERFACE);
    [all...]
  /frameworks/base/data/etc/
hiddenapi-package-whitelist.xml 42 <hidden-api-whitelisted-app package="com.android.printservice.recommendation" />
  /prebuilts/sdk/tools/darwin/lib/
shrinkedAndroid.jar 
  /prebuilts/sdk/tools/linux/lib/
shrinkedAndroid.jar 

Completed in 1556 milliseconds

1 2 34 5 6