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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccController.java 102 protected RegistrantList mIccChangedRegistrants = new RegistrantList();
195 mIccChangedRegistrants.add(r);
204 mIccChangedRegistrants.remove(h);
234 mIccChangedRegistrants.notifyRegistrants(new AsyncResult(null, index, null));
304 mIccChangedRegistrants.notifyRegistrants(new AsyncResult(null, index, null));
343 mIccChangedRegistrants.notifyRegistrants(new AsyncResult(null, index, null));
369 pw.println(" mIccChangedRegistrants: size=" + mIccChangedRegistrants.size());
370 for (int i = 0; i < mIccChangedRegistrants.size(); i++) {
371 pw.println(" mIccChangedRegistrants[" + i + "]=
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 126 milliseconds