HomeSort by relevance Sort by last modified time
    Searched refs:OTASP_FAILURE (Results 1 - 3 of 3) sorted by null

  /packages/services/Telephony/src/com/android/phone/
HfaLogic.java 66 public static final int OTASP_FAILURE = 3;
113 Log.i(TAG, "onHfaError: Declare OTASP_FAILURE");
116 sendFinalResponse(OTASP_FAILURE, errorMsg);
196 if (responseCode == OTASP_FAILURE && errorCode != null) {
OtaUtils.java 136 public static final int OTASP_FAILURE = 3;
    [all...]
  /packages/services/Telephony/tests/src/com/android/phone/tests/
OtaspTestActivity.java 102 case OtaUtils.OTASP_FAILURE:

Completed in 63 milliseconds