HomeSort by relevance Sort by last modified time
    Searched full:activemcc (Results 1 - 1 of 1) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsNumberUtils.java 119 * @param activeMcc current network's mcc
125 String activeMcc,
131 if (activeMcc == null || activeMcc.trim().length() == 0) {
132 throw new IllegalArgumentException("activeMcc is null or empty!");
141 ArrayList<String> allIDDs = getAllIDDs(context, activeMcc);

Completed in 92 milliseconds