Home
last modified time | relevance | path

Searched refs:mPrototype (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/core/java/android/print/
H A DPrinterCapabilitiesInfo.java479 if (mPrototype.mMediaSizes == null) { in addMediaSize()
483 mPrototype.mMediaSizes.add(mediaSize); in addMediaSize()
507 if (mPrototype.mResolutions == null) { in addResolution()
538 mPrototype.mMinMargins = margins; in setMinMargins()
569 mPrototype.mColorModes = colorModes; in setColorModes()
616 if (mPrototype.mMediaSizes == null || mPrototype.mMediaSizes.isEmpty()) { in build()
622 if (mPrototype.mResolutions == null || mPrototype.mResolutions.isEmpty()) { in build()
628 if (mPrototype.mColorModes == 0) { in build()
634 if (mPrototype.mDuplexModes == 0) { in build()
638 if (mPrototype.mMinMargins == null) { in build()
[all …]
H A DPrintDocumentInfo.java296 private final PrintDocumentInfo mPrototype; field in PrintDocumentInfo.Builder
315 mPrototype = new PrintDocumentInfo(); in Builder()
316 mPrototype.mName = name; in Builder()
335 mPrototype.mPageCount = pageCount; in setPageCount()
352 mPrototype.mContentType = type; in setContentType()
365 if (mPrototype.mPageCount == 0) { in build()
366 mPrototype.mPageCount = PAGE_COUNT_UNKNOWN; in build()
368 return new PrintDocumentInfo(mPrototype); in build()
H A DPrintJobInfo.java783 private final PrintJobInfo mPrototype; field in PrintJobInfo.Builder
792 mPrototype = (prototype != null) in Builder()
803 mPrototype.mCopies = copies; in setCopies()
812 mPrototype.mAttributes = attributes; in setAttributes()
821 mPrototype.mPageRanges = pages; in setPages()
833 mPrototype.mProgress = progress; in setProgress()
843 mPrototype.mStatus = status; in setStatus()
855 if (mPrototype.mAdvancedOptions == null) { in putAdvancedOption()
856 mPrototype.mAdvancedOptions = new Bundle(); in putAdvancedOption()
868 if (mPrototype.mAdvancedOptions == null) { in putAdvancedOption()
[all …]
/aosp12/packages/services/BuiltInPrintService/src/com/android/bips/ipp/
H A DJobStatus.java127 final JobStatus mPrototype; field in JobStatus.Builder
130 mPrototype = new JobStatus(); in Builder()
134 mPrototype = new JobStatus(from); in Builder()
138 mPrototype.mId = id; in setId()
143 mPrototype.mJobState = jobState; in setJobState()
148 mPrototype.mJobResult = jobResult; in setJobResult()
153 mPrototype.mCertificate = certificate; in setCertificate()
158 mPrototype.mBlockedReasons.clear(); in clearBlockedReasons()
163 mPrototype.mBlockedReasons.add(blockedReason); in addBlockedReason()
168 return new JobStatus(mPrototype); in build()
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
H A DTouchExplorer.java1393 private MotionEvent mPrototype; field in TouchExplorer.SendHoverExitDelayed
1401 mPrototype = MotionEvent.obtain(prototype); in post()
1420 if (mPrototype != null) { in clear()
1421 mPrototype.recycle(); in clear()
1426 mPrototype = null; in clear()
1445 mPrototype, in run()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt44327 Landroid/print/PrintDocumentInfo$Builder;->mPrototype:Landroid/print/PrintDocumentInfo;
44337 Landroid/print/PrinterCapabilitiesInfo$Builder;->mPrototype:Landroid/print/PrinterCapabilitiesInfo;
44450 Landroid/print/PrintJobInfo$Builder;->mPrototype:Landroid/print/PrintJobInfo;