Searched refs:actionType (Results 1 – 1 of 1) sorted by relevance
29 final int actionType = getIntent().getIntExtra(MyPrintService.INTENT_EXTRA_ACTION_TYPE, in onCreate() local32 if (actionType == MyPrintService.ACTION_TYPE_ON_PRINT_JOB_PENDING) { in onCreate()