Home | History | Annotate | Download | only in uicc

Lines Matching defs:EVENT_RECORDS_LOADED

117     private static final int EVENT_RECORDS_LOADED = 4;
182 case EVENT_RECORDS_LOADED:
539 if (VDBG) log("registerUiccCardEvents: registering for EVENT_RECORDS_LOADED");
540 ir.registerForRecordsLoaded(mHandler, EVENT_RECORDS_LOADED, null);