Searched refs:mJobName (Results 1 – 2 of 2) sorted by relevance
/packages/services/BuiltInPrintService/src/com/android/bips/ |
D | PdfPrintActivity.java | 48 private String mJobName; field in PdfPrintActivity 63 mJobName = URLUtil.guessFileName(getIntent().getStringExtra(Intent.EXTRA_TEXT), null, in onCreate() 65 if (DEBUG) Log.d(TAG, "onCreate() uri=" + mContentUri + " jobName=" + mJobName); in onCreate() 76 printManager.print(mJobName, new PdfAdapter(), printAttributes); in onCreate() 95 PrintDocumentInfo info = new PrintDocumentInfo.Builder(mJobName) in onLayout()
|
D | ImagePrintActivity.java | 73 private String mJobName; field in ImagePrintActivity 96 mJobName = URLUtil.guessFileName(getIntent().getStringExtra(Intent.EXTRA_TEXT), null, in onCreate() 99 if (DEBUG) Log.d(TAG, "onCreate() uri=" + contentUri + " jobName=" + mJobName); in onCreate() 158 mPrintJob = printManager.print(mJobName, new ImageAdapter(), printAttributes); in onProgressUpdate() 253 PrintDocumentInfo info = new PrintDocumentInfo.Builder(mJobName) in onLayout()
|