Searched refs:jobName (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v4/java/android/support/v4/print/
H A DPrintHelper.java105 public void printBitmap(String jobName, Bitmap bitmap, OnPrintFinishCallback callback); argument
107 public void printBitmap(String jobName, Uri imageFile, OnPrintFinishCallback callback) argument
145 public void printBitmap(String jobName, Bitmap bitmap, OnPrintFinishCallback callback) { argument
149 public void printBitmap(String jobName, Uri imageFile, OnPrintFinishCallback callback) { argument
194 public void printBitmap(String jobName, Bitmap bitmap, argument
205 mPrintHelper.printBitmap(jobName, bitmap, delegateCallback);
209 public void printBitmap(String jobName, Uri imageFile, argument
220 mPrintHelper.printBitmap(jobName, imageFile, delegateCallback);
308 * @param jobName The print job name.
311 public void printBitmap(String jobName, Bitma argument
322 printBitmap(String jobName, Bitmap bitmap, OnPrintFinishCallback callback) argument
335 printBitmap(String jobName, Uri imageFile) argument
349 printBitmap(String jobName, Uri imageFile, OnPrintFinishCallback callback) argument
[all...]
/frameworks/support/v4/kitkat/android/support/v4/print/
H A DPrintHelperKitkat.java169 * @param jobName The print job name.
173 public void printBitmap(final String jobName, final Bitmap bitmap, argument
189 printManager.print(jobName,
202 PrintDocumentInfo info = new PrintDocumentInfo.Builder(jobName)
307 * @param jobName The print job name.
312 public void printBitmap(final String jobName, final Uri imageFile, argument
336 PrintDocumentInfo info = new PrintDocumentInfo.Builder(jobName)
375 PrintDocumentInfo info = new PrintDocumentInfo.Builder(jobName)
488 printManager.print(jobName, printDocumentAdapter, attr);
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java5528 String jobName = in.readString();
5530 mJobStats.add(jobName, new StopwatchTimer(Uid.this, JOB, null, timeBase, in));

Completed in 83 milliseconds