HomeSort by relevance Sort by last modified time
    Searched defs:mNetworkSelectionModeAutomaticRegistrants (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccRecords.java 50 protected RegistrantList mNetworkSelectionModeAutomaticRegistrants = new RegistrantList();
108 + " mNetworkSelectionModeAutomaticRegistrants="
109 + mNetworkSelectionModeAutomaticRegistrants
226 mNetworkSelectionModeAutomaticRegistrants.add(r);
229 mNetworkSelectionModeAutomaticRegistrants.remove(h);
534 pw.println(" mNetworkSelectionModeAutomaticRegistrants: size="
535 + mNetworkSelectionModeAutomaticRegistrants.size());
536 for (int i = 0; i < mNetworkSelectionModeAutomaticRegistrants.size(); i++) {
537 pw.println(" mNetworkSelectionModeAutomaticRegistrants[" + i + "]="
538 + ((Registrant)mNetworkSelectionModeAutomaticRegistrants.get(i)).getHandler())
    [all...]
SIMRecords.java     [all...]

Completed in 87 milliseconds