Searched refs:EXTRA_OP_CODE (Results 1 – 2 of 2) sorted by relevance
123 protected static final String EXTRA_OP_CODE = "op"; field in ActionServiceImpl143 intent.putExtra(EXTRA_OP_CODE, opcode); in makeIntent()160 intent.putExtra(EXTRA_OP_CODE, opcode); in makeIntent()226 final int opcode = intent.getIntExtra(EXTRA_OP_CODE, 0); in startServiceWithIntent()245 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()