OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVENT_LOAD_DONE
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccPhoneBookInterfaceManager.java
52
protected static final int
EVENT_LOAD_DONE
= 2;
83
case
EVENT_LOAD_DONE
:
281
Message response = mBaseHandler.obtainMessage(
EVENT_LOAD_DONE
, status);
IccSmsInterfaceManager.java
54
private static final int
EVENT_LOAD_DONE
= 1;
77
case
EVENT_LOAD_DONE
:
266
Message response = mHandler.obtainMessage(
EVENT_LOAD_DONE
);
Completed in 1391 milliseconds