Searched defs:print (Results 51 - 58 of 58) sorted by relevance

123

/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintService.java17 package com.android.server.print;
19 import static com.android.internal.print.DumpUtils.writePrinterId;
40 import android.print.PrintJobId;
41 import android.print.PrintJobInfo;
42 import android.print.PrintManager;
43 import android.print.PrinterId;
44 import android.print.PrinterInfo;
47 import android.service.print.ActivePrintServiceProto;
58 * This class represents a remote print service. It abstracts away the binding
115 * @see android.print
[all...]
H A DRemotePrintSpooler.java17 package com.android.server.print;
35 import android.print.IPrintSpooler;
36 import android.print.IPrintSpoolerCallbacks;
37 import android.print.IPrintSpoolerClient;
38 import android.print.PrintJobId;
39 import android.print.PrintJobInfo;
40 import android.print.PrintManager;
41 import android.print.PrinterId;
43 import android.service.print.PrintSpoolerStateProto;
59 * This represents the remote print spoole
[all...]
/frameworks/base/core/java/android/print/
H A DPrintAttributes.java17 package android.print;
29 import android.service.print.PrintAttributesProto;
43 * This class represents the attributes of a print job. These attributes
45 * print attributes may state that the content should be laid out on a
156 * landscape. For example, a printer may not be able to print in a stripe
173 * landscape. For example, a printer may not be able to print in a stripe
214 * Gets whether this print attributes are in portrait orientation,
218 * @return Whether this print attributes are in portrait.
256 * Gets a new print attributes instance which is in portrait orientation,
294 * Gets a new print attribute
[all...]
/frameworks/base/core/java/com/android/internal/app/procstats/
H A DProcessStats.java1328 pw.print(" * "); pw.print(pkgName); pw.print(" / ");
1329 UserHandle.formatUid(pw, uid); pw.print(" / v");
1330 pw.print(vers); pw.println(":");
1339 pw.print(" (Not active: ");
1340 pw.print(pkgState.mProcesses.keyAt(iproc)); pw.println(")");
1343 pw.print(" Process ");
1344 pw.print(pkgState.mProcesses.keyAt(iproc));
1346 pw.print(" (mult
1896 void print(PrintWriter pw, long overallTime, boolean full) { method in class:ProcessStats.ProcessDataCollection
[all...]
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp559 void AaptGroup::print(const String8& prefix) const function in class:AaptGroup
807 void AaptDir::print(const String8& prefix) const function in class:AaptDir
812 getDirs().valueAt(i)->print(prefix);
817 getFiles().valueAt(i)->print(prefix);
1579 void AaptAssets::print(const String8& prefix) const function in class:AaptAssets
1594 AaptDir::print(innerPrefix);
1602 d->print(innerInnerPrefix);
/frameworks/native/libs/binder/
H A DParcel.cpp2467 void Parcel::print(TextOutput& to, uint32_t /*flags*/) const function in class:Parcel
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp7361 void ResTable::print(bool inclValues) const function in class:ResTable
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 123 milliseconds

123