Searched refs:TelephonyUtils (Results 1 – 7 of 7) sorted by relevance
41 mIncomingNumber = TelephonyUtils.formatIncomingNumber( in CallStateEvent()43 mCallState = TelephonyUtils.getTelephonyCallStateString( in CallStateEvent()81 mPreciseCallStateString = TelephonyUtils.getPreciseCallStateString( in PreciseCallStateEvent()134 mDataConnectionPowerState = TelephonyUtils.getDcPowerStateString( in DataConnectionRealTimeInfoEvent()173 mDataConnectionState = TelephonyUtils.getDataConnectionStateString( in DataConnectionStateEvent()219 mServiceStateString = TelephonyUtils.getNetworkStateString( in ServiceStateEvent()
147 int networkPreferenceInt = TelephonyUtils.getNetworkModeIntfromString( in telephonySetPreferredNetworkTypesForSubscription()177 return TelephonyUtils.getNetworkModeStringfromInt(networkPreferenceInt); in telephonyGetPreferredNetworkTypesForSubscription()189 return TelephonyUtils.getNetworkTypeString( in telephonyGetCurrentVoiceNetworkTypeForSubscription()202 return TelephonyUtils.getNetworkTypeString( in telephonyGetCurrentDataNetworkTypeForSubscription()700 return TelephonyUtils.getNetworkTypeString( in telephonyGetNetworkTypeForSubscription()715 return TelephonyUtils.getNetworkTypeString( in telephonyGetVoiceNetworkTypeForSubscription()730 return TelephonyUtils.getNetworkTypeString( in telephonyGetDataNetworkTypeForSubscription()736 return TelephonyUtils.getPhoneTypeString( in telephonyGetPhoneType()753 return TelephonyUtils.getPhoneTypeString( in telephonyGetPhoneTypeForSubscription()842 return TelephonyUtils.getSimStateString( in telephonyGetSimStateForSlotId()[all …]
120 return TelephonyUtils.getTelephonyCallStateString(state); in telecomGetCallState()126 return TelephonyUtils.getTtyModeString(mode); in telecomGetCurrentTtyMode()
154 return TelephonyUtils.getWfcModeString( in imsGetWfcMode()
178 TelephonyUtils.getNetworkTypeString( in onDataConnectionStateChanged()
31 public class TelephonyUtils { class
101 import com.googlecode.android_scripting.facade.telephony.TelephonyUtils;769 String networkType = TelephonyUtils.getNetworkTypeString(data.getNetworkType()); in buildNeighboringCellInfo()1310 TelephonyUtils.getSrvccStateString(volteInfo.getSrvccState())); in buildVoLteServiceStateEvent()1409 TelephonyUtils.getNetworkStateString(ss.getVoiceRegState())); in buildServiceState()1411 TelephonyUtils.getNetworkTypeString(ss.getVoiceNetworkType())); in buildServiceState()1413 TelephonyUtils.getNetworkStateString(ss.getDataRegState())); in buildServiceState()1415 TelephonyUtils.getNetworkTypeString(ss.getDataNetworkType())); in buildServiceState()1425 TelephonyUtils.getNetworkStateString(ss.getState())); in buildServiceState()