Home
last modified time | relevance | path

Searched refs:SIM_RECORD_EVENT_BASE (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DSIMRecords.java151 private static final int SIM_RECORD_EVENT_BASE = 0x00; field in SIMRecords
152 private static final int EVENT_GET_IMSI_DONE = 3 + SIM_RECORD_EVENT_BASE;
154 private static final int EVENT_GET_MBI_DONE = 5 + SIM_RECORD_EVENT_BASE;
155 private static final int EVENT_GET_MBDN_DONE = 6 + SIM_RECORD_EVENT_BASE;
156 private static final int EVENT_GET_MWIS_DONE = 7 + SIM_RECORD_EVENT_BASE;
161 private static final int EVENT_GET_SPN_DONE = 12 + SIM_RECORD_EVENT_BASE;
163 private static final int EVENT_UPDATE_DONE = 14 + SIM_RECORD_EVENT_BASE;
166 private static final int EVENT_GET_SST_DONE = 17 + SIM_RECORD_EVENT_BASE;
170 private static final int EVENT_SMS_ON_SIM = 21 + SIM_RECORD_EVENT_BASE;
171 private static final int EVENT_GET_SMS_DONE = 22 + SIM_RECORD_EVENT_BASE;
[all …]