HomeSort by relevance Sort by last modified time
    Searched defs:mPrototype (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/print/
PrintJobInfo.java 672 private final PrintJobInfo mPrototype;
681 mPrototype = (prototype != null)
692 mPrototype.mCopies = copies;
701 mPrototype.mAttributes = attributes;
710 mPrototype.mPageRanges = pages;
720 if (mPrototype.mAdvancedOptions == null) {
721 mPrototype.mAdvancedOptions = new Bundle();
723 mPrototype.mAdvancedOptions.putString(key, value);
733 if (mPrototype.mAdvancedOptions == null) {
734 mPrototype.mAdvancedOptions = new Bundle()
    [all...]
PrintDocumentInfo.java 276 private final PrintDocumentInfo mPrototype;
295 mPrototype = new PrintDocumentInfo();
296 mPrototype.mName = name;
314 mPrototype.mPageCount = pageCount;
331 mPrototype.mContentType = type;
344 if (mPrototype.mPageCount == 0) {
345 mPrototype.mPageCount = PAGE_COUNT_UNKNOWN;
347 return new PrintDocumentInfo(mPrototype);
PrinterInfo.java 220 private final PrinterInfo mPrototype;
241 mPrototype = new PrinterInfo();
242 mPrototype.mId = printerId;
243 mPrototype.mName = name;
244 mPrototype.mStatus = status;
253 mPrototype = new PrinterInfo();
254 mPrototype.copyFrom(other);
268 mPrototype.mStatus = status;
280 mPrototype.mName = name;
292 mPrototype.mDescription = description
    [all...]
PrinterCapabilitiesInfo.java 375 private final PrinterCapabilitiesInfo mPrototype;
388 mPrototype = new PrinterCapabilitiesInfo();
406 if (mPrototype.mMediaSizes == null) {
407 mPrototype.mMediaSizes = new ArrayList<MediaSize>();
409 final int insertionIndex = mPrototype.mMediaSizes.size();
410 mPrototype.mMediaSizes.add(mediaSize);
413 mPrototype.mDefaults[PROPERTY_MEDIA_SIZE] = insertionIndex;
434 if (mPrototype.mResolutions == null) {
435 mPrototype.mResolutions = new ArrayList<Resolution>();
437 final int insertionIndex = mPrototype.mResolutions.size()
    [all...]
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
TouchExplorer.java     [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 89 milliseconds