/frameworks/base/core/java/android/printservice/ |
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 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 …]
|
D | PrintServiceInfo.aidl | 19 parcelable PrintServiceInfo;
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
D | AddPrinterActivity.java | 38 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 …]
|
D | SelectPrinterActivity.java | 39 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());
|
D | FusedPrintersProvider.java | 43 import android.printservice.PrintServiceInfo; 510 LoaderManager.LoaderCallbacks<List<PrintServiceInfo>> { 538 private @NonNull List<PrintServiceInfo> mEnabledServices; 572 public Loader<List<PrintServiceInfo>> onCreateLoader(int id, Bundle args) { in onCreateLoader() 579 public void onLoadFinished(Loader<List<PrintServiceInfo>> loader, in onLoadFinished() 580 List<PrintServiceInfo> services) { in onLoadFinished() 592 public void onLoaderReset(Loader<List<PrintServiceInfo>> loader) { in onLoaderReset()
|
D | PrintActivity.java | 63 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/ |
D | PrintServicesLoader.java | 24 import android.printservice.PrintServiceInfo; 35 public class PrintServicesLoader extends Loader<List<PrintServiceInfo>> { 121 deliverResult((List<PrintServiceInfo>) msg.obj); in handleMessage()
|
D | IPrintManager.aidl | 32 import android.printservice.PrintServiceInfo; 82 List<PrintServiceInfo> getPrintServices(int selectionFlags, int userId); in getPrintServices()
|
D | PrintManager.java | 44 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/ |
D | UserState.java | 62 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()
|
D | PrintManagerService.java | 57 import android.printservice.PrintServiceInfo; 313 public List<PrintServiceInfo> getPrintServices(int selectionFlags, int userId) { in getPrintServices() 845 List<PrintServiceInfo> installedServices = userState in registerBroadcastReceivers() 914 List<PrintServiceInfo> enabledServices = userState in registerBroadcastReceivers() 920 Iterator<PrintServiceInfo> iterator = enabledServices.iterator(); in registerBroadcastReceivers()
|
/frameworks/base/api/ |
D | system-current.txt | 6474 …ion.READ_PRINT_SERVICES) public java.util.List<android.printservice.PrintServiceInfo> getPrintServ… 6492 public final class PrintServiceInfo implements android.os.Parcelable { 6496 …l public static final android.os.Parcelable.Creator<android.printservice.PrintServiceInfo> CREATOR;
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 6372 …ion.READ_PRINT_SERVICES) public java.util.List<android.printservice.PrintServiceInfo> getPrintServ… 6390 public final class PrintServiceInfo implements android.os.Parcelable { 6394 …l public static final android.os.Parcelable.Creator<android.printservice.PrintServiceInfo> CREATOR;
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 55279 Landroid/printservice/PrintServiceInfo;-><init>(Landroid/content/pm/ResolveInfo;Ljava/lang/String;L… 55280 Landroid/printservice/PrintServiceInfo;-><init>(Landroid/os/Parcel;)V 55281 …d/printservice/PrintServiceInfo;->create(Landroid/content/Context;Landroid/content/pm/ResolveInfo;… 55282 Landroid/printservice/PrintServiceInfo;->getAddPrintersActivityName()Ljava/lang/String; 55283 Landroid/printservice/PrintServiceInfo;->getAdvancedOptionsActivityName()Ljava/lang/String; 55284 Landroid/printservice/PrintServiceInfo;->getId()Ljava/lang/String; 55285 Landroid/printservice/PrintServiceInfo;->getResolveInfo()Landroid/content/pm/ResolveInfo; 55286 Landroid/printservice/PrintServiceInfo;->getSettingsActivityName()Ljava/lang/String; 55287 Landroid/printservice/PrintServiceInfo;->isEnabled()Z 55288 Landroid/printservice/PrintServiceInfo;->LOG_TAG:Ljava/lang/String; [all …]
|
D | boot-image-profile.txt | 12683 HSPLandroid/printservice/PrintServiceInfo$1;-><init>()V 12684 …d/printservice/PrintServiceInfo;->create(Landroid/content/Context;Landroid/content/pm/ResolveInfo;… 12685 HSPLandroid/printservice/PrintServiceInfo;->hashCode()I
|