Searched defs:print (Results 1 - 25 of 62) sorted by relevance

123

/frameworks/base/core/tests/coretests/src/android/print/
H A DPrintTestActivity.java17 package android.print;
H A DBasePrintTest.java17 package android.print;
35 import android.print.mockservice.PrintServiceCallbacks;
36 import android.print.mockservice.PrinterDiscoverySessionCallbacks;
37 import android.print.mockservice.StubbablePrinterDiscoverySession;
57 * This is the base class for print tests.
64 private android.print.PrintJob mPrintJob;
148 // Exit print spooler
153 protected android.print.PrintJob print(@NonNull final PrintDocumentAdapter adapter, method in class:BasePrintTest
159 mPrintJob = printManager.print("Prin
[all...]
/frameworks/av/media/mtp/
H A DMtpDeviceInfo.cpp102 void MtpDeviceInfo::print() { function in class:android::MtpDeviceInfo
H A DMtpStorageInfo.cpp69 void MtpStorageInfo::print() { function in class:android::MtpStorageInfo
H A DMtpObjectInfo.cpp97 void MtpObjectInfo::print() { function in class:android::MtpObjectInfo
H A DMtpProperty.cpp338 void MtpProperty::print() { function in class:android::MtpProperty
348 print(mDefaultValue, buffer);
352 print(mCurrentValue, buffer);
360 print(mMinimumValue, buffer);
362 print(mMaximumValue, buffer);
364 print(mStepSize, buffer);
371 print(mEnumValues[i], buffer);
386 void MtpProperty::print(MtpPropertyValue& value, MtpString& buffer) { function in class:android::MtpProperty
424 ALOGE("unsupported type for MtpProperty::print\n");
/frameworks/base/core/tests/coretests/src/android/print/mockservice/
H A DMockPrintService.java17 package android.print.mockservice;
H A DStubbablePrintService.java17 package android.print.mockservice;
H A DPrintServiceCallbacks.java17 package android.print.mockservice;
H A DPrinterDiscoverySessionCallbacks.java17 package android.print.mockservice;
20 import android.print.PrinterId;
H A DStubbablePrinterDiscoverySession.java17 package android.print.mockservice;
21 import android.print.PrinterId;
/frameworks/base/core/java/android/print/
H A DPrintJobId.java17 package android.print;
28 * This class represents the id of a print job.
101 * Unflattens a print job id from a string.
H A DPrintServiceRecommendationsLoader.java17 package android.print;
31 * Loader for the list of print service recommendations.
36 /** The print manager to be used by this object */
48 * @param printManager The print manager supplying the data
64 * Read the print service recommendations and queue it to be delivered on the main thread.
H A DPrintServicesLoader.java17 package android.print;
31 * Loader for the list of print services. Can be parametrized to select a subset.
39 /** The print manager to be used by this object */
51 * @param printManager The print manager supplying the data
70 * Read the print services and queue it to be delivered on the main thread.
H A DPrinterId.java17 package android.print;
38 * @param serviceName The managing print service.
54 * The id of the print service this printer is managed by.
56 * @return The print service component name.
66 * of the print service that manages it.
H A DPageRange.java17 package android.print;
H A DPrintDocumentAdapter.java17 package android.print;
36 * inform you that the print attributes (page size, density, etc) changed
88 * application interactive while the print work is being performed. Note that
89 * while your activity is covered by the system print UI and a user cannot
95 * You can also do work on different threads, for example if you print UI
113 * the current layout is for a print preview, <code>false</code> otherwise.
132 * Called when the print attributes (page size, density, etc) changed
153 * requested if the user changes a print option that may affect layout while
176 * @param oldAttributes The old print attributes.
177 * @param newAttributes The new print attribute
[all...]
H A DPrintJob.java17 package android.print;
25 * This class represents a print job from the perspective of an
28 * print job state is represented by the {@link PrintJobInfo} class.
29 * The state of a print job may change over time. An application receives
30 * instances of this class when creating a print job or querying for
31 * its print jobs.
45 * Gets the unique print job id.
57 * current print job state. Every call to this method returns a fresh
58 * info object that reflects the current print job state.
61 * @return The print jo
[all...]
/frameworks/base/core/java/android/print/pdf/
H A DPrintedPdfDocument.java17 package android.print.pdf;
24 import android.print.PrintAttributes;
25 import android.print.PrintAttributes.Margins;
26 import android.print.PrintAttributes.MediaSize;
29 * This class is a helper for creating a PDF file for given print attributes. It is useful for
32 * This class computes the page width, page height, and content rectangle from the provided print
81 * @param attributes The print attributes.
108 * from the print attributes passed in the constructor and the given page number to create an
/frameworks/base/tools/aapt/
H A DIndentPrinter.h20 void print(const char* fmt, ...) { function in class:IndentPrinter
H A DApkBuilder.cpp71 void ApkBuilder::print() const { function in class:ApkBuilder
76 mSplits[i]->print();
117 void ApkSplit::print() const { function in class:ApkSplit
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
H A DTriData.java37 public void print() { method in class:TriData
/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintServiceRecommendationService.java17 package com.android.server.print;
44 * Connection to a remote print service recommendation service.
68 * Callbacks to be called when there are updates to the print service recommendations.
72 * Called when there is an update list of print service recommendations.
81 * @return The intent that is used to connect to the print service recommendation service.
125 * Open a new connection to a {@link IRecommendationService remote print service
150 Log.e(LOG_TAG, "Could not connect to print service recommendation service", e);
155 * Terminate the connection to the {@link IRecommendationService remote print
/frameworks/base/tools/preload/
H A DProc.java150 void print() { method in class:Proc
151 print("");
157 private void print(String prefix) { method in class:Proc
160 child.print(prefix + " ");
/frameworks/opt/net/wifi/service/jni/
H A Djni_helper.h59 void print() { function in class:android::JNIObject

Completed in 652 milliseconds

123