/aosp14/frameworks/base/core/java/android/printservice/ |
H A D | PrintServiceInfo.java | 53 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 176 return new PrintServiceInfo(resolveInfo, settingsActivityName, in create() 306 PrintServiceInfo other = (PrintServiceInfo) obj; in equals() 334 new Parcelable.Creator<PrintServiceInfo>() { 336 public PrintServiceInfo createFromParcel(Parcel parcel) { 337 return new PrintServiceInfo(parcel); 341 public PrintServiceInfo[] newArray(int size) { [all …]
|
H A D | PrintServiceInfo.aidl | 19 parcelable PrintServiceInfo;
|
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
H A D | AddPrinterActivity.java | 38 import android.printservice.PrintServiceInfo; 165 LoaderManager.LoaderCallbacks<List<PrintServiceInfo>> { 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() 513 private Intent getAddPrinterIntent(@NonNull PrintServiceInfo service) { in getAddPrinterIntent() 553 PrintServiceInfo service = (PrintServiceInfo) getItem(position); in getView() 601 PrintServiceInfo service = (PrintServiceInfo) getItem(position); in getView() [all …]
|
H A D | SelectPrinterActivity.java | 40 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());
|
H A D | FusedPrintersProvider.java | 43 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()
|
H A D | PrintActivity.java | 63 import android.printservice.PrintServiceInfo; 127 LoaderManager.LoaderCallbacks<List<PrintServiceInfo>> { 1435 public Loader<List<PrintServiceInfo>> onCreateLoader(int id, Bundle args) { in onCreateLoader() 1441 public void onLoadFinished(Loader<List<PrintServiceInfo>> loader, in onLoadFinished() 1442 List<PrintServiceInfo> services) { in onLoadFinished() 1447 PrintServiceInfo service = services.get(i); in onLoadFinished() 1481 public void onLoaderReset(Loader<List<PrintServiceInfo>> loader) { in onLoaderReset()
|
/aosp14/frameworks/base/core/java/android/print/ |
H A D | PrintServicesLoader.java | 24 import android.printservice.PrintServiceInfo; 35 public class PrintServicesLoader extends Loader<List<PrintServiceInfo>> { 121 deliverResult((List<PrintServiceInfo>) msg.obj); in handleMessage()
|
H A D | IPrintManager.aidl | 32 import android.printservice.PrintServiceInfo; 82 List<PrintServiceInfo> getPrintServices(int selectionFlags, int userId); in getPrintServices()
|
H A D | PrintManager.java | 45 import android.printservice.PrintServiceInfo; 645 public @NonNull List<PrintServiceInfo> getPrintServices(int selectionFlags) { in getPrintServices() 649 List<PrintServiceInfo> services = mService.getPrintServices(selectionFlags, mUserId); in getPrintServices()
|
/aosp14/frameworks/base/services/print/java/com/android/server/print/ |
H A D | UserState.java | 64 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()
|
H A D | PrintManagerService.java | 57 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()
|
/aosp14/frameworks/base/boot/ |
H A D | preloaded-classes | 6445 android.printservice.PrintServiceInfo$1 6446 android.printservice.PrintServiceInfo
|
H A D | boot-image-profile.txt | 29235 Landroid/printservice/PrintServiceInfo$1; 29236 Landroid/printservice/PrintServiceInfo;
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 41395 Landroid/printservice/PrintServiceInfo;-><init>(Landroid/os/Parcel;)V 41396 …d/printservice/PrintServiceInfo;->create(Landroid/content/Context;Landroid/content/pm/ResolveInfo;… 41399 Landroid/printservice/PrintServiceInfo;->getId()Ljava/lang/String; 41401 Landroid/printservice/PrintServiceInfo;->getSettingsActivityName()Ljava/lang/String; 41402 Landroid/printservice/PrintServiceInfo;->isEnabled()Z 41403 Landroid/printservice/PrintServiceInfo;->LOG_TAG:Ljava/lang/String; 41406 Landroid/printservice/PrintServiceInfo;->mId:Ljava/lang/String; 41407 Landroid/printservice/PrintServiceInfo;->mIsEnabled:Z 41409 Landroid/printservice/PrintServiceInfo;->mSettingsActivityName:Ljava/lang/String; 41410 Landroid/printservice/PrintServiceInfo;->setIsEnabled(Z)V [all …]
|
/aosp14/frameworks/base/config/ |
H A D | preloaded-classes | 6449 android.printservice.PrintServiceInfo$1 6450 android.printservice.PrintServiceInfo
|
H A D | boot-image-profile.txt | 39342 Landroid/printservice/PrintServiceInfo$1; 39343 Landroid/printservice/PrintServiceInfo;
|
/aosp14/frameworks/base/core/api/ |
H A D | system-current.txt | 11354 …ion.READ_PRINT_SERVICES) public java.util.List<android.printservice.PrintServiceInfo> getPrintServ… 11372 public final class PrintServiceInfo implements android.os.Parcelable { 11376 …l public static final android.os.Parcelable.Creator<android.printservice.PrintServiceInfo> CREATOR;
|