Searched refs:ERROR_OTASP_PROVISIONING_IN_PROCESS (Results 1 – 3 of 3) sorted by relevance
37 public static final int ERROR_OTASP_PROVISIONING_IN_PROCESS = 7; field in CallStateException
685 throw new CallStateException(CallStateException.ERROR_OTASP_PROVISIONING_IN_PROCESS, in checkForDialIssues()
454 assertEquals(CallStateException.ERROR_OTASP_PROVISIONING_IN_PROCESS, cse.getError()); in testCantCallOtaspInProgress()