Home
last modified time | relevance | path

Searched refs:actionType (Results 1 – 1 of 1) sorted by relevance

/packages/experimental/PrintService/src/foo/bar/printservice/
DMyDialogActivity.java29 final int actionType = getIntent().getIntExtra(MyPrintService.INTENT_EXTRA_ACTION_TYPE, in onCreate() local
32 if (actionType == MyPrintService.ACTION_TYPE_ON_PRINT_JOB_PENDING) { in onCreate()