Searched refs:TelephonyConstants (Results 1 – 9 of 9) sorted by relevance
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ |
D | TelephonyUtils.java | 36 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 …]
|
D | InCallServiceImpl.java | 66 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 …]
|
D | TelephonyEvents.java | 54 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() 151 … TelephonyConstants.DataConnectionRealTimeInfoContainer.DATA_CONNECTION_POWER_STATE, in toJSON() [all …]
|
D | TelephonyStateListeners.java | 69 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 …]
|
D | ImsManagerFacade.java | 118 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()
|
D | SmsFacade.java | 461 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 …]
|
D | TelephonyManagerFacade.java | 286 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()
|
D | TelephonyConstants.java | 19 public class TelephonyConstants { class
|
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/ |
D | JsonBuilder.java | 45 import com.googlecode.android_scripting.facade.telephony.TelephonyConstants; 1101 info.put(TelephonyConstants.VoLteServiceStateContainer.SRVCC_STATE, in buildVoLteServiceStateEvent() 1143 info.put(TelephonyConstants.SignalStrengthContainer.SIGNAL_STRENGTH_GSM, in buildSignalStrength() 1146 TelephonyConstants.SignalStrengthContainer.SIGNAL_STRENGTH_GSM_DBM, in buildSignalStrength() 1149 TelephonyConstants.SignalStrengthContainer.SIGNAL_STRENGTH_GSM_LEVEL, in buildSignalStrength() 1152 TelephonyConstants.SignalStrengthContainer.SIGNAL_STRENGTH_GSM_ASU_LEVEL, in buildSignalStrength() 1155 TelephonyConstants.SignalStrengthContainer.SIGNAL_STRENGTH_GSM_BIT_ERROR_RATE, in buildSignalStrength() 1158 TelephonyConstants.SignalStrengthContainer.SIGNAL_STRENGTH_CDMA_DBM, in buildSignalStrength() 1161 TelephonyConstants.SignalStrengthContainer.SIGNAL_STRENGTH_CDMA_LEVEL, in buildSignalStrength() 1164 TelephonyConstants.SignalStrengthContainer.SIGNAL_STRENGTH_CDMA_ASU_LEVEL, in buildSignalStrength() [all …]
|