Searched refs:CF_REASON_NOT_REACHABLE (Results 1 - 5 of 5) sorted by last modified time

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java65 static final int CF_REASON_NOT_REACHABLE = 3; field in interface:CommandsInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java53 import static com.android.internal.telephony.CommandsInterface.CF_REASON_NOT_REACHABLE;
1115 case CF_REASON_NOT_REACHABLE:
H A DGsmMmiCode.java430 return CommandsInterface.CF_REASON_NOT_REACHABLE;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java63 import static com.android.internal.telephony.CommandsInterface.CF_REASON_NOT_REACHABLE;
577 case CF_REASON_NOT_REACHABLE:
607 case CF_REASON_NOT_REACHABLE: return ImsUtInterface.CDIV_CF_NOT_REACHABLE;
622 case ImsUtInterface.CDIV_CF_NOT_REACHABLE: return CF_REASON_NOT_REACHABLE;
629 return CF_REASON_NOT_REACHABLE;
H A DImsPhoneMmiCode.java342 return CommandsInterface.CF_REASON_NOT_REACHABLE;

Completed in 77 milliseconds