Lines Matching refs:psCurrent

111     private PrintService psCurrent;
179 this.psCurrent = services[defaultServiceIndex];
273 this.psCurrent = ps;
357 return psCurrent;
403 dst = (Destination)psCurrent.getDefaultAttributeValue(dstCategory);
719 uiFactory = psCurrent.getServiceUIFactory();
817 if (!services[index].equals(psCurrent)) {
818 psCurrent = services[index];
819 uiFactory = psCurrent.getServiceUIFactory();
826 && psCurrent.isAttributeCategorySupported(
832 dest = (Destination)psCurrent.
908 if (psCurrent.isAttributeCategorySupported(dstCategory)) {
920 Attribute type = psCurrent.getAttribute(PrinterMakeAndModel.class);
925 psCurrent.getAttribute(PrinterIsAcceptingJobs.class);
929 Attribute info = psCurrent.getAttribute(PrinterInfo.class);
1102 if (psCurrent.isAttributeCategorySupported(prCategory) ||
1222 if (psCurrent.isAttributeCategorySupported(cpCategory)) {
1226 (CopiesSupported)psCurrent.getSupportedAttributeValues(
1233 cp = (Copies)psCurrent.getDefaultAttributeValue(cpCategory);
1260 if (psCurrent.isAttributeCategorySupported(scCategory)) {
1265 sc = (SheetCollate)psCurrent.getDefaultAttributeValue(scCategory);
1504 psCurrent.getDefaultAttributeValue(orCategory);
1569 media = (Media)psCurrent.getDefaultAttributeValue(Media.class);
1585 psCurrent.getSupportedAttributeValues(mpaCategory,
1652 media = (Media)psCurrent.getDefaultAttributeValue(Media.class);
1668 psCurrent.getSupportedAttributeValues(mpaCategory,
1824 psCurrent.getDefaultAttributeValue(orCategory);
1938 Media def = (Media)psCurrent.getDefaultAttributeValue(Media.class);
1982 if (psCurrent.isAttributeCategorySupported(mdCategory)) {
1986 psCurrent.getSupportedAttributeValues(mdCategory,
2023 Media defMedia = (Media)psCurrent.getDefaultAttributeValue(mdCategory);
2029 !psCurrent.isAttributeValueSupported(medium,
2166 if (psCurrent.isAttributeCategorySupported(orCategory)) {
2168 psCurrent.getSupportedAttributeValues(orCategory,
2200 !psCurrent.isAttributeValueSupported(or, docFlavor, asCurrent)) {
2202 or = (OrientationRequested)psCurrent.getDefaultAttributeValue(orCategory);
2205 !psCurrent.isAttributeValueSupported(or, docFlavor, asCurrent)) {
2208 psCurrent.getSupportedAttributeValues(orCategory,
2340 if (psCurrent.isAttributeCategorySupported(chCategory)) {
2342 psCurrent.getSupportedAttributeValues(chCategory,
2367 ch = (Chromaticity)psCurrent.getDefaultAttributeValue(chCategory);
2436 if (psCurrent.isAttributeCategorySupported(pqCategory)) {
2438 psCurrent.getSupportedAttributeValues(pqCategory,
2465 pq = (PrintQuality)psCurrent.getDefaultAttributeValue(pqCategory);
2539 if (psCurrent.isAttributeCategorySupported(sdCategory)) {
2541 psCurrent.getSupportedAttributeValues(sdCategory,
2567 sd = (Sides)psCurrent.getDefaultAttributeValue(sdCategory);
2701 if (psCurrent.isAttributeCategorySupported(jsCategory)) {
2706 js = (JobSheets)psCurrent.getDefaultAttributeValue(jsCategory);
2715 if (!isAWT && psCurrent.isAttributeCategorySupported(jpCategory)) {
2720 jp = (JobPriority)psCurrent.getDefaultAttributeValue(jpCategory);
2734 if (psCurrent.isAttributeCategorySupported(jnCategory)) {
2739 jn = (JobName)psCurrent.getDefaultAttributeValue(jnCategory);
2749 if (!isAWT && psCurrent.isAttributeCategorySupported(unCategory)) {
2754 un = (RequestingUserName)psCurrent.getDefaultAttributeValue(unCategory);