Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallStateException.java37 public static final int ERROR_OTASP_PROVISIONING_IN_PROCESS = 7; field in CallStateException
H A DGsmCdmaCallTracker.java726 throw new CallStateException(CallStateException.ERROR_OTASP_PROVISIONING_IN_PROCESS, in checkForDialIssues()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DGsmCdmaCallTrackerTest.java468 assertEquals(CallStateException.ERROR_OTASP_PROVISIONING_IN_PROCESS, cse.getError()); in testCantCallOtaspInProgress()
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DTelephonyConnectionService.java1833 case CallStateException.ERROR_OTASP_PROVISIONING_IN_PROCESS: in handleCallStateException()