Searched refs:EXTRA_OP_CODE (Results 1 – 2 of 2) sorted by relevance
124 protected static final String EXTRA_OP_CODE = "op"; field in ActionServiceImpl145 intent.putExtra(EXTRA_OP_CODE, opcode); in makeIntent()162 intent.putExtra(EXTRA_OP_CODE, opcode); in makeIntent()231 final int opcode = intent.getIntExtra(EXTRA_OP_CODE, 0); in startServiceWithIntent()250 final int opcode = intent.getIntExtra(EXTRA_OP_CODE, 0); in onHandleWork()
71 protected static final String EXTRA_OP_CODE = "op"; field in BackgroundWorkerService95 intent.putExtra(EXTRA_OP_CODE, opcode); in startServiceWithIntent()111 final int opcode = intent.getIntExtra(EXTRA_OP_CODE, 0); in onHandleWork()