Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyUtils.java208 case TelephonyConstants.NETWORK_MODE_GLOBAL: in getNetworkModeIntfromString()
209 return RILConstants.NETWORK_MODE_GLOBAL; in getNetworkModeIntfromString()
261 case RILConstants.NETWORK_MODE_GLOBAL: in getNetworkModeStringfromInt()
262 return TelephonyConstants.NETWORK_MODE_GLOBAL; in getNetworkModeStringfromInt()
DTelephonyConstants.java274 public static final String NETWORK_MODE_GLOBAL = "NETWORK_MODE_GLOBAL"; field in TelephonyConstants