OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVENT_APP_READY
(Results
1 - 5
of
5
) 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);
RuimRecords.java
116
mParentApp.registerForReady(this,
EVENT_APP_READY
, null);
454
case
EVENT_APP_READY
:
SIMRecords.java
204
mParentApp.registerForReady(this,
EVENT_APP_READY
, null);
577
case
EVENT_APP_READY
:
[
all
...]
Completed in 31 milliseconds