Merge "Polish the print spooler loading of stored print jobs."

This commit is contained in:
Svetoslav Ganov
2013-08-05 04:08:46 +00:00
committed by Android (Google) Code Review
10 changed files with 403 additions and 431 deletions

View File

@@ -46,5 +46,4 @@ oneway interface IPrintSpooler {
int sequence);
void writePrintJobData(in ParcelFileDescriptor fd, int printJobId);
void setClient(IPrintSpoolerClient client);
void notifyClientForActivteJobs();
}