Searched refs:OPERATION_RESULT_ERROR_GENERAL (Results 1 – 3 of 3) sorted by relevance
150 public static final int OPERATION_RESULT_ERROR_GENERAL = 100; field in EsimOdsaOperation171 OPERATION_RESULT_ERROR_GENERAL,
1084 case Ts43XmlDoc.ParmValues.OPERATION_RESULT_ERROR_GENERAL: in processGeneralResult()1085 builder.setOperationResult(EsimOdsaOperation.OPERATION_RESULT_ERROR_GENERAL); in processGeneralResult()
119 public static final String OPERATION_RESULT_ERROR_GENERAL = "100"; field in Ts43XmlDoc.ParmValues