Searched defs:ni (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
H A DNetworkSelectListPreference.java166 * @param ni is network information in OperatorInfo type.
168 public String getNormalizedCarrierName(OperatorInfo ni) { argument
169 if (ni != null) {
170 return ni.getOperatorAlphaLong() + " (" + ni.getOperatorNumeric() + ")";
341 * @param ni contains the information of the network.
346 private String getNetworkTitle(OperatorInfo ni) { argument
347 if (!TextUtils.isEmpty(ni.getOperatorAlphaLong())) {
348 return ni.getOperatorAlphaLong();
349 } else if (!TextUtils.isEmpty(ni
[all...]

Completed in 40 milliseconds