OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EVENT_APP_READY
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IsimUiccRecords.java
48
private static final int
EVENT_APP_READY
= 1;
73
mParentApp.registerForReady(this,
EVENT_APP_READY
, null);
96
case
EVENT_APP_READY
:
IccRecords.java
95
protected static final int
EVENT_APP_READY
= 1;
379
sendMessage(obtainMessage(
EVENT_APP_READY
));
IccCardProxy.java
81
private static final int
EVENT_APP_READY
= 6;
225
case
EVENT_APP_READY
:
317
mUiccApplication.registerForReady(this,
EVENT_APP_READY
, null);
Completed in 784 milliseconds