Searched refs:NETWORK_MODE_GLOBAL (Results 1 – 2 of 2) sorted by relevance
229 case TelephonyConstants.NETWORK_MODE_GLOBAL: in getNetworkModeIntfromString()230 return RILConstants.NETWORK_MODE_GLOBAL; in getNetworkModeIntfromString()304 case RILConstants.NETWORK_MODE_GLOBAL: in getNetworkModeStringfromInt()305 return TelephonyConstants.NETWORK_MODE_GLOBAL; in getNetworkModeStringfromInt()
314 public static final String NETWORK_MODE_GLOBAL = "NETWORK_MODE_GLOBAL"; field in TelephonyConstants