Searched defs:EXTRA_OP_CODE (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DBackgroundWorkerService.java70 protected static final String EXTRA_OP_CODE = "op"; field in class:BackgroundWorkerService
94 intent.putExtra(EXTRA_OP_CODE, opcode);
115 final int opcode = intent.getIntExtra(EXTRA_OP_CODE, 0);
H A DActionServiceImpl.java118 protected static final String EXTRA_OP_CODE = "op"; field in class:ActionServiceImpl
138 intent.putExtra(EXTRA_OP_CODE, opcode);
155 intent.putExtra(EXTRA_OP_CODE, opcode);
227 final int opcode = intent.getIntExtra(EXTRA_OP_CODE, 0);
257 final int opcode = intent.getIntExtra(EXTRA_OP_CODE, 0);

Completed in 73 milliseconds