OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVENT_CLOSE_LOGICAL_CHANNEL_DONE
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCarrierPrivilegeRules.java
108
private static final int
EVENT_CLOSE_LOGICAL_CHANNEL_DONE
= 3;
356
EVENT_CLOSE_LOGICAL_CHANNEL_DONE
));
359
case
EVENT_CLOSE_LOGICAL_CHANNEL_DONE
:
360
Rlog.d(LOG_TAG, "
EVENT_CLOSE_LOGICAL_CHANNEL_DONE
");
UiccCard.java
92
private static final int
EVENT_CLOSE_LOGICAL_CHANNEL_DONE
= 16;
371
case
EVENT_CLOSE_LOGICAL_CHANNEL_DONE
:
482
mHandler.obtainMessage(
EVENT_CLOSE_LOGICAL_CHANNEL_DONE
, response));
Completed in 44 milliseconds