Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccFileHandler.java88 static protected final int EVENT_READ_BINARY_DONE = 5; field in IccFileHandler
351 Message response = obtainMessage(EVENT_READ_BINARY_DONE, in loadEFTransparent()
583 obtainMessage(EVENT_READ_BINARY_DONE, in handleMessage()
624 case EVENT_READ_BINARY_DONE: in handleMessage()
DUiccPkcs15.java64 static protected final int EVENT_READ_BINARY_DONE = 102; field in UiccPkcs15.FileHandler
93 "", false /*isEs10Command*/, obtainMessage(EVENT_READ_BINARY_DONE)); in readBinary()
122 case EVENT_READ_BINARY_DONE: in handleMessage()