Searched defs:mNetworkSelectionModeAutomaticRegistrants (Results 1 - 1 of 1) sorted by path

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccRecords.java63 protected RegistrantList mNetworkSelectionModeAutomaticRegistrants = new RegistrantList(); field in class:IccRecords
436 mNetworkSelectionModeAutomaticRegistrants.add(r);
439 mNetworkSelectionModeAutomaticRegistrants.remove(h);
967 pw.println(" mNetworkSelectionModeAutomaticRegistrants: size="
968 + mNetworkSelectionModeAutomaticRegistrants.size());
969 for (int i = 0; i < mNetworkSelectionModeAutomaticRegistrants.size(); i++) {
970 pw.println(" mNetworkSelectionModeAutomaticRegistrants[" + i + "]="
971 + ((Registrant)mNetworkSelectionModeAutomaticRegistrants.get(i)).getHandler());

Completed in 62 milliseconds