OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVENT_AKA_AUTHENTICATE_DONE
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccRecords.java
99
private static final int
EVENT_AKA_AUTHENTICATE_DONE
= 90;
455
case
EVENT_AKA_AUTHENTICATE_DONE
:
458
if (DBG) log("
EVENT_AKA_AUTHENTICATE_DONE
");
588
obtainMessage(
EVENT_AKA_AUTHENTICATE_DONE
));
IsimUiccRecords.java
55
private static final int
EVENT_AKA_AUTHENTICATE_DONE
= 90;
132
case
EVENT_AKA_AUTHENTICATE_DONE
:
134
log("
EVENT_AKA_AUTHENTICATE_DONE
");
449
mCi.requestIsimAuthentication(nonce,obtainMessage(
EVENT_AKA_AUTHENTICATE_DONE
));
Completed in 398 milliseconds