Home
last modified time | relevance | path

Searched refs:PrintServiceInfo (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/core/java/android/printservice/
DPrintServiceInfo.java53 public final class PrintServiceInfo implements Parcelable { class
55 private static final String LOG_TAG = PrintServiceInfo.class.getSimpleName();
76 public PrintServiceInfo(Parcel parcel) { in PrintServiceInfo() method in PrintServiceInfo
95 public PrintServiceInfo(ResolveInfo resolveInfo, String settingsActivityName, in PrintServiceInfo() method in PrintServiceInfo
124 public static PrintServiceInfo create(Context context, ResolveInfo resolveInfo) { in create()
176 return new PrintServiceInfo(resolveInfo, settingsActivityName, in create()
306 PrintServiceInfo other = (PrintServiceInfo) obj; in equals()
333 public static final @android.annotation.NonNull Parcelable.Creator<PrintServiceInfo> CREATOR =
334 new Parcelable.Creator<PrintServiceInfo>() {
336 public PrintServiceInfo createFromParcel(Parcel parcel) {
[all …]
DPrintServiceInfo.aidl19 parcelable PrintServiceInfo;
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DAddPrinterActivity.java38 import android.printservice.PrintServiceInfo;
165 LoaderManager.LoaderCallbacks<List<PrintServiceInfo>> {
167 public Loader<List<PrintServiceInfo>> onCreateLoader(int id, Bundle args) { in onCreateLoader()
189 public void onLoadFinished(Loader<List<PrintServiceInfo>> loader, in onLoadFinished()
190 List<PrintServiceInfo> data) { in onLoadFinished()
210 public void onLoaderReset(Loader<List<PrintServiceInfo>> loader) { in onLoaderReset()
423 private @NonNull List<PrintServiceInfo> mServices;
437 void updateData(@Nullable List<PrintServiceInfo> services) { in updateData()
496 Intent intent = getAddPrinterIntent((PrintServiceInfo) getItem(position)); in performAction()
513 private Intent getAddPrinterIntent(@NonNull PrintServiceInfo service) { in getAddPrinterIntent()
[all …]
DSelectPrinterActivity.java40 import android.printservice.PrintServiceInfo;
77 LoaderManager.LoaderCallbacks<List<PrintServiceInfo>> {
102 private ArrayMap<ComponentName, PrintServiceInfo> mEnabledPrintServices;
189 List<PrintServiceInfo> allServices = in onCreate()
443 public Loader<List<PrintServiceInfo>> onCreateLoader(int id, Bundle args) { in onCreateLoader()
449 public void onLoadFinished(Loader<List<PrintServiceInfo>> loader, in onLoadFinished()
450 List<PrintServiceInfo> services) { in onLoadFinished()
456 PrintServiceInfo service = services.get(i); in onLoadFinished()
466 public void onLoaderReset(Loader<List<PrintServiceInfo>> loader) { in onLoaderReset()
677 PrintServiceInfo service = mEnabledPrintServices.get(printer.getId().getServiceName());
DFusedPrintersProvider.java43 import android.printservice.PrintServiceInfo;
509 LoaderManager.LoaderCallbacks<List<PrintServiceInfo>> {
537 private @NonNull List<PrintServiceInfo> mEnabledServices;
571 public Loader<List<PrintServiceInfo>> onCreateLoader(int id, Bundle args) { in onCreateLoader()
578 public void onLoadFinished(Loader<List<PrintServiceInfo>> loader, in onLoadFinished()
579 List<PrintServiceInfo> services) { in onLoadFinished()
591 public void onLoaderReset(Loader<List<PrintServiceInfo>> loader) { in onLoaderReset()
DPrintActivity.java63 import android.printservice.PrintServiceInfo;
127 LoaderManager.LoaderCallbacks<List<PrintServiceInfo>> {
1438 public Loader<List<PrintServiceInfo>> onCreateLoader(int id, Bundle args) { in onCreateLoader()
1444 public void onLoadFinished(Loader<List<PrintServiceInfo>> loader, in onLoadFinished()
1445 List<PrintServiceInfo> services) { in onLoadFinished()
1450 PrintServiceInfo service = services.get(i); in onLoadFinished()
1484 public void onLoaderReset(Loader<List<PrintServiceInfo>> loader) { in onLoaderReset()
/frameworks/base/core/java/android/print/
DPrintServicesLoader.java24 import android.printservice.PrintServiceInfo;
35 public class PrintServicesLoader extends Loader<List<PrintServiceInfo>> {
121 deliverResult((List<PrintServiceInfo>) msg.obj); in handleMessage()
DIPrintManager.aidl32 import android.printservice.PrintServiceInfo;
82 List<PrintServiceInfo> getPrintServices(int selectionFlags, int userId); in getPrintServices()
DPrintManager.java45 import android.printservice.PrintServiceInfo;
645 public @NonNull List<PrintServiceInfo> getPrintServices(int selectionFlags) { in getPrintServices()
649 List<PrintServiceInfo> services = mService.getPrintServices(selectionFlags, mUserId); in getPrintServices()
/frameworks/base/services/print/java/com/android/server/print/
DUserState.java64 import android.printservice.PrintServiceInfo;
123 private final List<PrintServiceInfo> mInstalledServices =
124 new ArrayList<PrintServiceInfo>();
381 public @Nullable List<PrintServiceInfo> getPrintServices(int selectionFlags) { in getPrintServices()
383 List<PrintServiceInfo> selectedServices = null; in getPrintServices()
386 PrintServiceInfo installedService = mInstalledServices.get(i); in getPrintServices()
423 PrintServiceInfo service = mInstalledServices.get(i); in setPrintServiceEnabled()
835 PrintServiceInfo installedService = mInstalledServices.get(i); in dump()
892 Set<PrintServiceInfo> tempPrintServices = new HashSet<PrintServiceInfo>(); in readInstalledPrintServicesLocked()
917 tempPrintServices.add(PrintServiceInfo.create(mContext, installedService)); in readInstalledPrintServicesLocked()
DPrintManagerService.java57 import android.printservice.PrintServiceInfo;
348 public List<PrintServiceInfo> getPrintServices(int selectionFlags, int userId) { in getPrintServices()
907 List<PrintServiceInfo> installedServices = userState in registerBroadcastReceivers()
976 List<PrintServiceInfo> enabledServices = userState in registerBroadcastReceivers()
982 Iterator<PrintServiceInfo> iterator = enabledServices.iterator(); in registerBroadcastReceivers()
/frameworks/base/boot/
Dpreloaded-classes6576 android.printservice.PrintServiceInfo$1
6577 android.printservice.PrintServiceInfo
Dboot-image-profile.txt28977 Landroid/printservice/PrintServiceInfo$1;
28978 Landroid/printservice/PrintServiceInfo;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt40751 Landroid/printservice/PrintServiceInfo;-><init>(Landroid/content/pm/ResolveInfo;Ljava/lang/String;L…
40752 Landroid/printservice/PrintServiceInfo;-><init>(Landroid/os/Parcel;)V
40753 …d/printservice/PrintServiceInfo;->create(Landroid/content/Context;Landroid/content/pm/ResolveInfo;…
40754 Landroid/printservice/PrintServiceInfo;->getAddPrintersActivityName()Ljava/lang/String;
40755 Landroid/printservice/PrintServiceInfo;->getAdvancedOptionsActivityName()Ljava/lang/String;
40756 Landroid/printservice/PrintServiceInfo;->getId()Ljava/lang/String;
40757 Landroid/printservice/PrintServiceInfo;->getResolveInfo()Landroid/content/pm/ResolveInfo;
40758 Landroid/printservice/PrintServiceInfo;->getSettingsActivityName()Ljava/lang/String;
40759 Landroid/printservice/PrintServiceInfo;->isEnabled()Z
40760 Landroid/printservice/PrintServiceInfo;->LOG_TAG:Ljava/lang/String;
[all …]
/frameworks/base/config/
Dpreloaded-classes6580 android.printservice.PrintServiceInfo$1
6581 android.printservice.PrintServiceInfo
Dboot-image-profile.txt39111 Landroid/printservice/PrintServiceInfo$1;
39112 Landroid/printservice/PrintServiceInfo;
/frameworks/base/core/api/
Dsystem-current.txt11644 …ion.READ_PRINT_SERVICES) public java.util.List<android.printservice.PrintServiceInfo> getPrintServ…
11662 public final class PrintServiceInfo implements android.os.Parcelable {
11666 …l public static final android.os.Parcelable.Creator<android.printservice.PrintServiceInfo> CREATOR;