Home
last modified time | relevance | path

Searched refs:TelephonyConstants (Results 1 – 9 of 9) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyUtils.java36 return TelephonyConstants.WFC_MODE_WIFI_PREFERRED; in getWfcModeString()
38 return TelephonyConstants.WFC_MODE_CELLULAR_PREFERRED; in getWfcModeString()
40 return TelephonyConstants.WFC_MODE_WIFI_ONLY; in getWfcModeString()
43 return TelephonyConstants.WFC_MODE_UNKNOWN; in getWfcModeString()
49 return TelephonyConstants.TTY_MODE_FULL; in getTtyModeString()
51 return TelephonyConstants.TTY_MODE_HCO; in getTtyModeString()
53 return TelephonyConstants.TTY_MODE_OFF; in getTtyModeString()
55 return TelephonyConstants.TTY_MODE_VCO; in getTtyModeString()
64 return TelephonyConstants.PHONE_TYPE_GSM; in getPhoneTypeString()
66 return TelephonyConstants.PHONE_TYPE_NONE; in getPhoneTypeString()
[all …]
DInCallServiceImpl.java66 servicePostEvent(TelephonyConstants.EventTelecomCallAdded, in onCallAdded()
75 servicePostEvent(TelephonyConstants.EventTelecomCallRemoved, in onCallRemoved()
188 servicePostEvent(TelephonyConstants.EventTelecomCallStateChanged, in onStateChanged()
199 servicePostEvent(TelephonyConstants.EventTelecomCallParentChanged, in onParentChanged()
216 servicePostEvent(TelephonyConstants.EventTelecomCallChildrenChanged, in onChildrenChanged()
228 servicePostEvent(TelephonyConstants.EventTelecomCallDetailsChanged, in onDetailsChanged()
239 servicePostEvent(TelephonyConstants.EventTelecomCallCannedTextResponsesLoaded, in onCannedTextResponsesLoaded()
250 servicePostEvent(TelephonyConstants.EventTelecomCallPostDialWait, in onPostDialWait()
320 servicePostEvent(TelephonyConstants.EventTelecomCallVideoCallChanged, in onVideoCallChanged()
331 servicePostEvent(TelephonyConstants.EventTelecomCallDestroyed, in onCallDestroyed()
[all …]
DTelephonyEvents.java54 TelephonyConstants.CallStateContainer.SUBSCRIPTION_ID, in toJSON()
57 TelephonyConstants.CallStateContainer.INCOMING_NUMBER, in toJSON()
59 callState.put(TelephonyConstants.CallStateContainer.CALL_STATE, in toJSON()
103 TelephonyConstants.PreciseCallStateContainer.SUBSCRIPTION_ID, in toJSON()
106 TelephonyConstants.PreciseCallStateContainer.TYPE, mType); in toJSON()
108 TelephonyConstants.PreciseCallStateContainer.PRECISE_CALL_STATE, in toJSON()
111 TelephonyConstants.PreciseCallStateContainer.CAUSE, mCause); in toJSON()
145 TelephonyConstants.DataConnectionRealTimeInfoContainer.SUBSCRIPTION_ID, in toJSON()
148 TelephonyConstants.DataConnectionRealTimeInfoContainer.TIME, in toJSON()
151TelephonyConstants.DataConnectionRealTimeInfoContainer.DATA_CONNECTION_POWER_STATE, in toJSON()
[all …]
DTelephonyStateListeners.java69 mEventFacade.postEvent(TelephonyConstants.EventCallStateChanged, in onCallStateChanged()
82 TelephonyConstants.PRECISE_CALL_STATE_LISTEN_LEVEL_FOREGROUND, in onPreciseCallStateChanged()
88 TelephonyConstants.PRECISE_CALL_STATE_LISTEN_LEVEL_RINGING, in onPreciseCallStateChanged()
94 TelephonyConstants.PRECISE_CALL_STATE_LISTEN_LEVEL_BACKGROUND, in onPreciseCallStateChanged()
101 mEventFacade.postEvent(TelephonyConstants.EventPreciseStateChanged, in processCallState()
136 TelephonyConstants.EventDataConnectionRealTimeInfoChanged, in onDataConnectionRealTimeInfoChanged()
175 TelephonyConstants.EventDataConnectionStateChanged, in onDataConnectionStateChanged()
209 mEventFacade.postEvent(TelephonyConstants.EventServiceStateChanged, in onServiceStateChanged()
239 TelephonyConstants.EventCellInfoChanged, cellInfo); in onCellInfoChanged()
266 TelephonyConstants.EventVolteServiceStateChanged, in onVoLteServiceStateChanged()
[all …]
DImsManagerFacade.java118 case TelephonyConstants.WFC_MODE_WIFI_ONLY: in imsSetWfcMode()
122 case TelephonyConstants.WFC_MODE_CELLULAR_PREFERRED: in imsSetWfcMode()
126 case TelephonyConstants.WFC_MODE_WIFI_PREFERRED: in imsSetWfcMode()
130 case TelephonyConstants.WFC_MODE_DISABLED: in imsSetWfcMode()
152 return TelephonyConstants.WFC_MODE_DISABLED; in imsGetWfcMode()
DSmsFacade.java461 mEventFacade.postEvent(TelephonyConstants.EventSmsDeliverSuccess, event); in onReceive()
469 mEventFacade.postEvent(TelephonyConstants.EventSmsDeliverFailure, event); in onReceive()
476 mEventFacade.postEvent(TelephonyConstants.EventSmsSentSuccess, event); in onReceive()
507 mEventFacade.postEvent(TelephonyConstants.EventSmsSentFailure, event); in onReceive()
539 mEventFacade.postEvent(TelephonyConstants.EventSmsReceived, event); in onReceive()
556 mEventFacade.postEvent(TelephonyConstants.EventMmsSentSuccess, event); in onReceive()
559 mEventFacade.postEvent(TelephonyConstants.EventMmsSentFailure, event); in onReceive()
577 mEventFacade.postEvent(TelephonyConstants.EventMmsDownloaded, event); in onReceive()
583 mEventFacade.postEvent(TelephonyConstants.EventWapPushReceived, event); in onReceive()
589 mEventFacade.postEvent(TelephonyConstants.EventDataSmsReceived, event); in onReceive()
[all …]
DTelephonyManagerFacade.java286 if (type.equals(TelephonyConstants.PRECISE_CALL_STATE_LISTEN_LEVEL_FOREGROUND)) { in telephonyAdjustPreciseCallStateListenLevelForSubscription()
288 } else if (type.equals(TelephonyConstants.PRECISE_CALL_STATE_LISTEN_LEVEL_RINGING)) { in telephonyAdjustPreciseCallStateListenLevelForSubscription()
290 } else if (type.equals(TelephonyConstants.PRECISE_CALL_STATE_LISTEN_LEVEL_BACKGROUND)) { in telephonyAdjustPreciseCallStateListenLevelForSubscription()
DTelephonyConstants.java19 public class TelephonyConstants { class
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
DJsonBuilder.java45 import com.googlecode.android_scripting.facade.telephony.TelephonyConstants;
1111 info.put(TelephonyConstants.VoLteServiceStateContainer.SRVCC_STATE, in buildVoLteServiceStateEvent()
1153 info.put(TelephonyConstants.SignalStrengthContainer.SIGNAL_STRENGTH_GSM, in buildSignalStrength()
1156 TelephonyConstants.SignalStrengthContainer.SIGNAL_STRENGTH_GSM_DBM, in buildSignalStrength()
1159 TelephonyConstants.SignalStrengthContainer.SIGNAL_STRENGTH_GSM_LEVEL, in buildSignalStrength()
1162 TelephonyConstants.SignalStrengthContainer.SIGNAL_STRENGTH_GSM_ASU_LEVEL, in buildSignalStrength()
1165 TelephonyConstants.SignalStrengthContainer.SIGNAL_STRENGTH_GSM_BIT_ERROR_RATE, in buildSignalStrength()
1168 TelephonyConstants.SignalStrengthContainer.SIGNAL_STRENGTH_CDMA_DBM, in buildSignalStrength()
1171 TelephonyConstants.SignalStrengthContainer.SIGNAL_STRENGTH_CDMA_LEVEL, in buildSignalStrength()
1174 TelephonyConstants.SignalStrengthContainer.SIGNAL_STRENGTH_CDMA_ASU_LEVEL, in buildSignalStrength()
[all …]