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/
DUiccPkcs15.java64 static protected final int EVENT_READ_BINARY_DONE = 102; field in UiccPkcs15.FileHandler
93 "", obtainMessage(EVENT_READ_BINARY_DONE)); in readBinary()
115 case EVENT_READ_BINARY_DONE: in handleMessage()
DIccFileHandler.java86 static protected final int EVENT_READ_BINARY_DONE = 5; field in IccFileHandler
356 Message response = obtainMessage(EVENT_READ_BINARY_DONE, in loadEFTransparent()
588 obtainMessage(EVENT_READ_BINARY_DONE, in handleMessage()
629 case EVENT_READ_BINARY_DONE: in handleMessage()