OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EVENT_RECORDS_LOADED
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
DctConstants.java
62
public static final int
EVENT_RECORDS_LOADED
= BASE + 2;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardProxy.java
82
private static final int
EVENT_RECORDS_LOADED
= 7;
228
case
EVENT_RECORDS_LOADED
:
323
mIccRecords.registerForRecordsLoaded(this,
EVENT_RECORDS_LOADED
, null);
Completed in 426 milliseconds