Searched refs:INTENT_EXTRA_PRINT_JOB_ID (Results 1 - 2 of 2) sorted by relevance

/packages/experimental/PrintService/src/foo/bar/printservice/
H A DMyDialogActivity.java27 MyPrintService.INTENT_EXTRA_PRINT_JOB_ID);
H A DMyPrintService.java60 static final String INTENT_EXTRA_PRINT_JOB_ID = "INTENT_EXTRA_PRINT_JOB_ID"; field in class:MyPrintService
116 intent.putExtra(INTENT_EXTRA_PRINT_JOB_ID, printJob.getId());
131 intent.putExtra(INTENT_EXTRA_PRINT_JOB_ID, printJob.getId());

Completed in 83 milliseconds