Searched defs:EVENT_READ_BINARY_DONE (Results 1 - 2 of 2) sorted by path

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccFileHandler.java83 static protected final int EVENT_READ_BINARY_DONE = 5; field in class:IccFileHandler
308 Message response = obtainMessage(EVENT_READ_BINARY_DONE,
539 obtainMessage(EVENT_READ_BINARY_DONE,
580 case EVENT_READ_BINARY_DONE:
H A DUiccPkcs15.java73 static protected final int EVENT_READ_BINARY_DONE = 102; field in class:UiccPkcs15.FileHandler
102 "", obtainMessage(EVENT_READ_BINARY_DONE));
124 case EVENT_READ_BINARY_DONE:

Completed in 73 milliseconds