OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EVENT_ICC_CHANGED
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
DctConstants.java
93
public static final int
EVENT_ICC_CHANGED
= BASE + 33;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
ServiceStateTracker.java
155
protected static final int
EVENT_ICC_CHANGED
= 42;
206
mUiccController.registerForIccChanged(this,
EVENT_ICC_CHANGED
, null);
374
case
EVENT_ICC_CHANGED
:
PhoneBase.java
116
protected static final int
EVENT_ICC_CHANGED
= 31;
301
mUiccController.registerForIccChanged(this,
EVENT_ICC_CHANGED
, null);
368
case
EVENT_ICC_CHANGED
:
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardProxy.java
78
private static final int
EVENT_ICC_CHANGED
= 3;
114
mUiccController.registerForIccChanged(this,
EVENT_ICC_CHANGED
, null);
197
sendMessage(obtainMessage(
EVENT_ICC_CHANGED
));
213
case
EVENT_ICC_CHANGED
:
Completed in 370 milliseconds