Searched refs:EVENT_RUIM_READY (Results 1 – 3 of 3) sorted by relevance
63 private static final int EVENT_RUIM_READY = 1; field in RuimRecords91 p.mCM.registerForRUIMReady(this, EVENT_RUIM_READY, null); in RuimRecords()202 case EVENT_RUIM_READY: in handleMessage()
187 cm.registerForRUIMReady(this, EVENT_RUIM_READY, null); in CdmaServiceStateTracker()259 case EVENT_RUIM_READY: in handleMessage()
114 protected static final int EVENT_RUIM_READY = 26; field in ServiceStateTracker