Searched refs:EVENT_LOAD_DONE (Results 1 - 2 of 2) sorted by path

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccPhoneBookInterfaceManager.java58 protected static final int EVENT_LOAD_DONE = 2; field in class:IccPhoneBookInterfaceManager
89 case EVENT_LOAD_DONE:
300 Message response = mBaseHandler.obtainMessage(EVENT_LOAD_DONE, status);
H A DIccSmsInterfaceManager.java73 private static final int EVENT_LOAD_DONE = 1; field in class:IccSmsInterfaceManager
99 case EVENT_LOAD_DONE:
304 Message response = mHandler.obtainMessage(EVENT_LOAD_DONE);

Completed in 216 milliseconds