HomeSort by relevance Sort by last modified time
    Searched refs:EVENT_RUIM_READY (Results 1 - 3 of 3) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
RuimRecords.java 63 private static final int EVENT_RUIM_READY = 1;
91 p.mCM.registerForRUIMReady(this, EVENT_RUIM_READY, null);
202 case EVENT_RUIM_READY:
CdmaServiceStateTracker.java 187 cm.registerForRUIMReady(this, EVENT_RUIM_READY, null);
259 case EVENT_RUIM_READY:
270 if (DBG) log("handleMessage: EVENT_RUIM_READY, Send Request getCDMASubscription.");
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
ServiceStateTracker.java 114 protected static final int EVENT_RUIM_READY = 26;

Completed in 595 milliseconds