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

  /packages/apps/Phone/src/com/android/phone/
Constants.java 43 * well as some other conditions (like CDMA_CALL_LOST and EXITED_ECM)
124 EXITED_ECM
CallController.java 256 case EXITED_ECM:
259 if (status == CallStatusCode.EXITED_ECM) {
262 inCallUiState.setPendingCallStatusCode(CallStatusCode.EXITED_ECM);
525 exitedEcm = true; // this will cause us to return EXITED_ECM from this method
555 return CallStatusCode.EXITED_ECM;
    [all...]
InCallScreen.java     [all...]

Completed in 29 milliseconds