Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/network/telephony/
DEuiccOperationSidecar.java43 private static final String EXTRA_OP_ID = "op_id"; field in EuiccOperationSidecar
59 && mOpId == intent.getIntExtra(EXTRA_OP_ID, -1)) {
100 intent.putExtra(EXTRA_OP_ID, mOpId); in createCallbackIntent()