Home
last modified time | relevance | path

Searched refs:NETWORK_MODE_LTE_ONLY (Results 1 – 2 of 2) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyUtils.java237 case TelephonyConstants.NETWORK_MODE_LTE_ONLY: in getNetworkModeIntfromString()
238 return RILConstants.NETWORK_MODE_LTE_ONLY; in getNetworkModeIntfromString()
312 case RILConstants.NETWORK_MODE_LTE_ONLY: in getNetworkModeStringfromInt()
313 return TelephonyConstants.NETWORK_MODE_LTE_ONLY; in getNetworkModeStringfromInt()
DTelephonyConstants.java318 public static final String NETWORK_MODE_LTE_ONLY = "NETWORK_MODE_LTE_ONLY"; field in TelephonyConstants