Home
last modified time | relevance | path

Searched refs:EVENT_GET_OPL_DONE (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
H A DSIMRecordsTest.java345 Message message = mSIMRecordsUT.obtainMessage(SIMRecords.EVENT_GET_OPL_DONE); in testGetEfOpl()
361 message = mSIMRecordsUT.obtainMessage(SIMRecords.EVENT_GET_OPL_DONE); in testGetEfOpl()
376 message = mSIMRecordsUT.obtainMessage(SIMRecords.EVENT_GET_OPL_DONE); in testGetEfOpl()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DSIMRecords.java165 protected static final int EVENT_GET_OPL_DONE = 16 + SIM_RECORD_EVENT_BASE; field in SIMRecords
923 case EVENT_GET_OPL_DONE: in handleMessage()
1635 mFh.loadEFLinearFixedAll(EF_OPL, obtainMessage(EVENT_GET_OPL_DONE)); in fetchSimRecords()