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;
114 Log.i(TAG, "onHfaError: Declare OTASP_FAILURE");
117 sendFinalResponse(OTASP_FAILURE, errorMsg);
197 if (responseCode == OTASP_FAILURE && errorCode != null) {
OtaUtils.java 135 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 70 milliseconds