Searched refs:printAttributes (Results 1 – 2 of 2) sorted by relevance
73 PrintAttributes printAttributes = new PrintAttributes.Builder() in onCreate() local76 printManager.print(mJobName, new PdfAdapter(), printAttributes); in onCreate()
150 PrintAttributes printAttributes = new PrintAttributes.Builder() in onProgressUpdate() local155 mPrintJob = printManager.print(mJobName, new ImageAdapter(), printAttributes); in onProgressUpdate()