Home
last modified time | relevance | path

Searched refs:EVENT_APP_READY (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccProfileTest.java315 mUiccProfile.mHandler.obtainMessage(UiccProfile.EVENT_APP_READY)); in testUpdateUiccProfileApplicationNotReady()
348 mUiccProfile.mHandler.obtainMessage(UiccProfile.EVENT_APP_READY)); in testUpdateUiccProfileApplicationAllReady()
383 mUiccProfile.mHandler.obtainMessage(UiccProfile.EVENT_APP_READY)); in testUpdateUiccProfileApplicationAllSupportedAppsReady()
422 mUiccProfile.mHandler.obtainMessage(UiccProfile.EVENT_APP_READY)); in testUpdateUiccProfileApplicationWithDuplicateApps()
447 mUiccProfile.mHandler.obtainMessage(UiccProfile.EVENT_APP_READY)); in testUpdateUiccProfileApplicationNoApplication()
474 mUiccProfile.mHandler.obtainMessage(UiccProfile.EVENT_APP_READY)); in testUpdateUiccProfileApplicationNoSupportApplication()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIsimUiccRecords.java48 private static final int EVENT_APP_READY = 1; field in IsimUiccRecords
86 mParentApp.registerForReady(this, EVENT_APP_READY, null); in IsimUiccRecords()
113 case EVENT_APP_READY: in handleMessage()
DRuimRecords.java119 mParentApp.registerForReady(this, EVENT_APP_READY, null); in RuimRecords()
608 case EVENT_APP_READY: in handleMessage()
DUiccProfile.java116 public static final int EVENT_APP_READY = 3; field in UiccProfile
181 case EVENT_APP_READY:
536 app.registerForReady(mHandler, EVENT_APP_READY, null); in registerAllAppEvents()
DSIMRecords.java219 mParentApp.registerForReady(this, EVENT_APP_READY, null); in SIMRecords()
647 case EVENT_APP_READY: in handleMessage()
DIccRecords.java145 protected static final int EVENT_APP_READY = 1; field in IccRecords