Searched defs:MSG_ID_SIM_READY (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatService.java91 static final int MSG_ID_SIM_READY = 7; field in class:CatService
130 mUiccApplication.registerForReady(this, MSG_ID_SIM_READY, null);
574 mUiccApplication.registerForReady(sInstance, MSG_ID_SIM_READY, null);
625 case MSG_ID_SIM_READY:

Completed in 148 milliseconds