Home
last modified time | relevance | path

Searched refs:EVENT_RECORDS_LOADED (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DDctConstants.java62 public static final int EVENT_RECORDS_LOADED = BASE + 2; field in DctConstants
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccCardProxy.java84 private static final int EVENT_RECORDS_LOADED = 7; field in IccCardProxy
256 case EVENT_RECORDS_LOADED: in handleMessage()
449 mIccRecords.registerForRecordsLoaded(this, EVENT_RECORDS_LOADED, null); in registerUiccCardEvents()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java2596 case DctConstants.EVENT_RECORDS_LOADED: in handleMessage()
2766 this, DctConstants.EVENT_RECORDS_LOADED, null); in onUpdateIcc()