OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVENT_TRANSMIT_APDU_LOGICAL_CHANNEL_DONE
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCard.java
93
private static final int
EVENT_TRANSMIT_APDU_LOGICAL_CHANNEL_DONE
= 17;
372
case
EVENT_TRANSMIT_APDU_LOGICAL_CHANNEL_DONE
:
491
data, mHandler.obtainMessage(
EVENT_TRANSMIT_APDU_LOGICAL_CHANNEL_DONE
, response));
/packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java
98
private static final int
EVENT_TRANSMIT_APDU_LOGICAL_CHANNEL_DONE
= 8;
275
onCompleted = obtainMessage(
EVENT_TRANSMIT_APDU_LOGICAL_CHANNEL_DONE
,
284
case
EVENT_TRANSMIT_APDU_LOGICAL_CHANNEL_DONE
:
[
all
...]
Completed in 48 milliseconds