Home | History | Annotate | Download | only in print

Lines Matching defs:mPrototype

771         private final PrintJobInfo mPrototype;
780 mPrototype = (prototype != null)
791 mPrototype.mCopies = copies;
800 mPrototype.mAttributes = attributes;
809 mPrototype.mPageRanges = pages;
821 mPrototype.mProgress = progress;
831 mPrototype.mStatus = status;
843 if (mPrototype.mAdvancedOptions == null) {
844 mPrototype.mAdvancedOptions = new Bundle();
846 mPrototype.mAdvancedOptions.putString(key, value);
856 if (mPrototype.mAdvancedOptions == null) {
857 mPrototype.mAdvancedOptions = new Bundle();
859 mPrototype.mAdvancedOptions.putInt(key, value);
868 return mPrototype;