Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyUtils.java265 case TelephonyConstants.NETWORK_MODE_NR_LTE: in getNetworkModeIntfromString()
266 return RILConstants.NETWORK_MODE_NR_LTE; in getNetworkModeIntfromString()
340 case RILConstants.NETWORK_MODE_NR_LTE: in getNetworkModeStringfromInt()
341 return TelephonyConstants.NETWORK_MODE_NR_LTE; in getNetworkModeStringfromInt()
DTelephonyConstants.java332 public static final String NETWORK_MODE_NR_LTE = "NETWORK_MODE_NR_LTE"; field in TelephonyConstants