Home
last modified time | relevance | path

Searched refs:RILConstants (Results 1 – 18 of 18) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandException.java19 import com.android.internal.telephony.RILConstants;
67 case RILConstants.SUCCESS: return null; in fromRilErrno()
68 case RILConstants.RIL_ERRNO_INVALID_RESPONSE: in fromRilErrno()
70 case RILConstants.RADIO_NOT_AVAILABLE: in fromRilErrno()
72 case RILConstants.GENERIC_FAILURE: in fromRilErrno()
74 case RILConstants.PASSWORD_INCORRECT: in fromRilErrno()
76 case RILConstants.SIM_PIN2: in fromRilErrno()
78 case RILConstants.SIM_PUK2: in fromRilErrno()
80 case RILConstants.REQUEST_NOT_SUPPORTED: in fromRilErrno()
82 case RILConstants.OP_NOT_ALLOWED_DURING_VOICE_CALL: in fromRilErrno()
[all …]
DPhone.java129 int NT_MODE_WCDMA_PREF = RILConstants.NETWORK_MODE_WCDMA_PREF;
130 int NT_MODE_GSM_ONLY = RILConstants.NETWORK_MODE_GSM_ONLY;
131 int NT_MODE_WCDMA_ONLY = RILConstants.NETWORK_MODE_WCDMA_ONLY;
132 int NT_MODE_GSM_UMTS = RILConstants.NETWORK_MODE_GSM_UMTS;
134 int NT_MODE_CDMA = RILConstants.NETWORK_MODE_CDMA;
136 int NT_MODE_CDMA_NO_EVDO = RILConstants.NETWORK_MODE_CDMA_NO_EVDO;
137 int NT_MODE_EVDO_NO_CDMA = RILConstants.NETWORK_MODE_EVDO_NO_CDMA;
138 int NT_MODE_GLOBAL = RILConstants.NETWORK_MODE_GLOBAL;
140 int NT_MODE_LTE_CDMA_AND_EVDO = RILConstants.NETWORK_MODE_LTE_CDMA_EVDO;
141 int NT_MODE_LTE_GSM_WCDMA = RILConstants.NETWORK_MODE_LTE_GSM_WCDMA;
[all …]
DPhoneFactory.java141 networkModes[i] = RILConstants.PREFERRED_NETWORK_MODE; in makeDefaultPhone()
312 RILConstants.PREFERRED_NETWORK_MODE); in calculatePreferredNetworkType()
DRIL.java19 import static com.android.internal.telephony.RILConstants.*;
641 mPhoneType = RILConstants.NO_PHONE; in RIL()
1393 rr.mParcel.writeInt(RILConstants.GSM_PHONE); in sendImsGsmSms()
1408 rr.mParcel.writeInt(RILConstants.CDMA_PHONE); in sendImsCdmaSms()
2019 RILConstants.RIL_REQUEST_STK_SEND_TERMINAL_RESPONSE, response); in sendTerminalResponse()
2033 RILConstants.RIL_REQUEST_STK_SEND_ENVELOPE_COMMAND, response); in sendEnvelope()
2047 RILConstants.RIL_REQUEST_STK_SEND_ENVELOPE_WITH_STATUS, response); in sendEnvelopeWithStatus()
2064 RILConstants.RIL_REQUEST_STK_HANDLE_CALL_SETUP_REQUESTED_FROM_SIM, in handleCallSetupRequestFromSim()
2081 RILConstants.RIL_REQUEST_SET_PREFERRED_NETWORK_TYPE, response); in setPreferredNetworkType()
2100 RILConstants.RIL_REQUEST_GET_PREFERRED_NETWORK_TYPE, response); in getPreferredNetworkType()
[all …]
DSubscriptionInfoUpdater.java431 int networkType = RILConstants.PREFERRED_NETWORK_MODE; in handleSimLoaded()
DPhoneBase.java245 protected int mLceStatus = RILConstants.LCE_NOT_AVAILABLE;
/frameworks/base/telephony/java/android/telephony/
DRadioAccessFamily.java22 import com.android.internal.telephony.RILConstants;
149 case RILConstants.NETWORK_MODE_WCDMA_PREF: in getRafFromNetworkType()
152 case RILConstants.NETWORK_MODE_GSM_ONLY: in getRafFromNetworkType()
155 case RILConstants.NETWORK_MODE_WCDMA_ONLY: in getRafFromNetworkType()
158 case RILConstants.NETWORK_MODE_GSM_UMTS: in getRafFromNetworkType()
161 case RILConstants.NETWORK_MODE_CDMA: in getRafFromNetworkType()
164 case RILConstants.NETWORK_MODE_LTE_CDMA_EVDO: in getRafFromNetworkType()
167 case RILConstants.NETWORK_MODE_LTE_GSM_WCDMA: in getRafFromNetworkType()
170 case RILConstants.NETWORK_MODE_LTE_CDMA_EVDO_GSM_WCDMA: in getRafFromNetworkType()
173 case RILConstants.NETWORK_MODE_LTE_ONLY: in getRafFromNetworkType()
[all …]
DTelephonyManager.java43 import com.android.internal.telephony.RILConstants;
1050 case RILConstants.NETWORK_MODE_CDMA: in getPhoneType()
1051 case RILConstants.NETWORK_MODE_CDMA_NO_EVDO: in getPhoneType()
1052 case RILConstants.NETWORK_MODE_EVDO_NO_CDMA: in getPhoneType()
1055 case RILConstants.NETWORK_MODE_WCDMA_PREF: in getPhoneType()
1056 case RILConstants.NETWORK_MODE_GSM_ONLY: in getPhoneType()
1057 case RILConstants.NETWORK_MODE_WCDMA_ONLY: in getPhoneType()
1058 case RILConstants.NETWORK_MODE_GSM_UMTS: in getPhoneType()
1059 case RILConstants.NETWORK_MODE_LTE_GSM_WCDMA: in getPhoneType()
1060 case RILConstants.NETWORK_MODE_LTE_WCDMA: in getPhoneType()
[all …]
/frameworks/base/telephony/java/com/android/internal/telephony/
DPhoneConstants.java56 public static final int PHONE_TYPE_NONE = RILConstants.NO_PHONE;
57 public static final int PHONE_TYPE_GSM = RILConstants.GSM_PHONE;
58 public static final int PHONE_TYPE_CDMA = RILConstants.CDMA_PHONE;
59 public static final int PHONE_TYPE_SIP = RILConstants.SIP_PHONE;
60 public static final int PHONE_TYPE_THIRD_PARTY = RILConstants.THIRD_PARTY_PHONE;
61 public static final int PHONE_TYPE_IMS = RILConstants.IMS_PHONE;
64 public static final int LTE_ON_CDMA_UNKNOWN = RILConstants.LTE_ON_CDMA_UNKNOWN;
65 public static final int LTE_ON_CDMA_FALSE = RILConstants.LTE_ON_CDMA_FALSE;
66 public static final int LTE_ON_CDMA_TRUE = RILConstants.LTE_ON_CDMA_TRUE;
DRILConstants.java32 public interface RILConstants { interface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcRetryAlarmController.java30 import com.android.internal.telephony.RILConstants;
117 if (retryDelay == RILConstants.MAX_INT) { in getSuggestedRetryTime()
DApnSetting.java23 import com.android.internal.telephony.RILConstants;
207 protocol = RILConstants.SETUP_DATA_PROTOCOL_IP; in fromString()
208 roamingProtocol = RILConstants.SETUP_DATA_PROTOCOL_IP; in fromString()
DDataConnection.java25 import com.android.internal.telephony.RILConstants;
559 authType = TextUtils.isEmpty(mApnSetting.user) ? RILConstants.SETUP_DATA_AUTH_NONE in onConnect()
560 : RILConstants.SETUP_DATA_AUTH_PAP_CHAP; in onConnect()
586 int discReason = RILConstants.DEACTIVATE_REASON_NONE; in tearDownData()
592 discReason = RILConstants.DEACTIVATE_REASON_RADIO_OFF; in tearDownData()
594 discReason = RILConstants.DEACTIVATE_REASON_PDP_RESET; in tearDownData()
1927 if (mPhone.getLceStatus() == RILConstants.LCE_ACTIVE) { in processMessage()
2081 if(mPhone.getLceStatus() == RILConstants.LCE_ACTIVE) { // active LCE service in pollLceData()
DDcTracker.java72 import com.android.internal.telephony.RILConstants;
2714 return RILConstants.DATA_PROFILE_IMS; in getApnProfileID()
2716 return RILConstants.DATA_PROFILE_FOTA; in getApnProfileID()
2718 return RILConstants.DATA_PROFILE_CBS; in getApnProfileID()
2720 return RILConstants.DATA_PROFILE_DEFAULT; // DEFAULT for now in getApnProfileID()
2722 return RILConstants.DATA_PROFILE_TETHERED; in getApnProfileID()
2724 return RILConstants.DATA_PROFILE_DEFAULT; in getApnProfileID()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmServiceStateTracker.java67 import com.android.internal.telephony.RILConstants;
437 mPreferredNetworkType = RILConstants.NETWORK_MODE_GLOBAL; in handleMessage()
441 int toggledNetworkType = RILConstants.NETWORK_MODE_GLOBAL; in handleMessage()
1425 ((state & RILConstants.RIL_RESTRICTED_STATE_CS_EMERGENCY) != 0) || in onRestrictedStateChanged()
1426 ((state & RILConstants.RIL_RESTRICTED_STATE_CS_ALL) != 0) ); in onRestrictedStateChanged()
1430 ((state & RILConstants.RIL_RESTRICTED_STATE_CS_NORMAL) != 0) || in onRestrictedStateChanged()
1431 ((state & RILConstants.RIL_RESTRICTED_STATE_CS_ALL) != 0) ); in onRestrictedStateChanged()
1433 (state & RILConstants.RIL_RESTRICTED_STATE_PS_ALL)!= 0); in onRestrictedStateChanged()
DGsmMmiCode.java297 if ((ssData.result == RILConstants.SUCCESS) && in parseSsData()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DDatabaseHelper.java48 import com.android.internal.telephony.RILConstants;
2606 RILConstants.CDMA_CELL_BROADCAST_SMS_DISABLED); in loadGlobalSettings()
2688 type = RILConstants.PREFERRED_NETWORK_MODE; in loadGlobalSettings()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccCardProxy.java41 import com.android.internal.telephony.RILConstants;