Home
last modified time | relevance | path

Searched refs:PrintServiceInfo (Results 1 – 15 of 15) 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.java39 import android.printservice.PrintServiceInfo;
76 LoaderManager.LoaderCallbacks<List<PrintServiceInfo>> {
101 private ArrayMap<ComponentName, PrintServiceInfo> mEnabledPrintServices;
188 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.java42 import android.printservice.PrintServiceInfo;
504 LoaderManager.LoaderCallbacks<List<PrintServiceInfo>> {
532 private @NonNull List<PrintServiceInfo> mEnabledServices;
566 public Loader<List<PrintServiceInfo>> onCreateLoader(int id, Bundle args) { in onCreateLoader()
573 public void onLoadFinished(Loader<List<PrintServiceInfo>> loader, in onLoadFinished()
574 List<PrintServiceInfo> services) { in onLoadFinished()
586 public void onLoaderReset(Loader<List<PrintServiceInfo>> loader) { in onLoaderReset()
DPrintActivity.java63 import android.printservice.PrintServiceInfo;
128 LoaderManager.LoaderCallbacks<List<PrintServiceInfo>> {
1436 public Loader<List<PrintServiceInfo>> onCreateLoader(int id, Bundle args) { in onCreateLoader()
1442 public void onLoadFinished(Loader<List<PrintServiceInfo>> loader, in onLoadFinished()
1443 List<PrintServiceInfo> services) { in onLoadFinished()
1448 PrintServiceInfo service = services.get(i); in onLoadFinished()
1482 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.java44 import android.printservice.PrintServiceInfo;
640 public @NonNull List<PrintServiceInfo> getPrintServices(int selectionFlags) { in getPrintServices()
644 List<PrintServiceInfo> services = mService.getPrintServices(selectionFlags, mUserId); in getPrintServices()
/frameworks/base/services/print/java/com/android/server/print/
DUserState.java62 import android.printservice.PrintServiceInfo;
122 private final List<PrintServiceInfo> mInstalledServices =
123 new ArrayList<PrintServiceInfo>();
377 public @Nullable List<PrintServiceInfo> getPrintServices(int selectionFlags) { in getPrintServices()
379 List<PrintServiceInfo> selectedServices = null; in getPrintServices()
382 PrintServiceInfo installedService = mInstalledServices.get(i); in getPrintServices()
419 PrintServiceInfo service = mInstalledServices.get(i); in setPrintServiceEnabled()
822 PrintServiceInfo installedService = mInstalledServices.get(i); in dump()
879 Set<PrintServiceInfo> tempPrintServices = new HashSet<PrintServiceInfo>(); in readInstalledPrintServicesLocked()
904 tempPrintServices.add(PrintServiceInfo.create(mContext, installedService)); in readInstalledPrintServicesLocked()
DPrintManagerService.java57 import android.printservice.PrintServiceInfo;
314 public List<PrintServiceInfo> getPrintServices(int selectionFlags, int userId) { in getPrintServices()
846 List<PrintServiceInfo> installedServices = userState in registerBroadcastReceivers()
915 List<PrintServiceInfo> enabledServices = userState in registerBroadcastReceivers()
921 Iterator<PrintServiceInfo> iterator = enabledServices.iterator(); in registerBroadcastReceivers()
/frameworks/base/non-updatable-api/
Dsystem-current.txt7747 …ion.READ_PRINT_SERVICES) public java.util.List<android.printservice.PrintServiceInfo> getPrintServ…
7765 public final class PrintServiceInfo implements android.os.Parcelable {
7769 …l public static final android.os.Parcelable.Creator<android.printservice.PrintServiceInfo> CREATOR;
/frameworks/base/config/
Dpreloaded-classes5099 android.printservice.PrintServiceInfo$1
5100 android.printservice.PrintServiceInfo
Dboot-image-profile.txt16900 PLandroid/printservice/PrintServiceInfo;-><init>(Landroid/content/pm/ResolveInfo;Ljava/lang/String;…
16901 …d/printservice/PrintServiceInfo;->create(Landroid/content/Context;Landroid/content/pm/ResolveInfo;…
16902 HSPLandroid/printservice/PrintServiceInfo;->getResolveInfo()Landroid/content/pm/ResolveInfo;
16903 PLandroid/printservice/PrintServiceInfo;->hashCode()I
45327 Landroid/printservice/PrintServiceInfo$1;
45328 Landroid/printservice/PrintServiceInfo;
/frameworks/base/api/
Dsystem-current.txt8856 …ion.READ_PRINT_SERVICES) public java.util.List<android.printservice.PrintServiceInfo> getPrintServ…
8874 public final class PrintServiceInfo implements android.os.Parcelable {
8878 …l public static final android.os.Parcelable.Creator<android.printservice.PrintServiceInfo> CREATOR;