Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/tests/outofprocess/src/com/android/printspooler/outofprocess/tests/
DWorkflowTest.java202 private void print(PrintAttributes[] printAttributesRef) { in print() argument
213 !newAttributes.equals(printAttributesRef[0])); in print()
215 synchronized (printAttributesRef) { in print()
216 printAttributesRef[0] = newAttributes; in print()
217 printAttributesRef.notifyAll(); in print()
227 printAttributesRef[0]); in print()