Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmSMSDispatcher.java94 case EVENT_NEW_ICC_SMS: in handleMessage()
240 mIccRecords.get().registerForNewSms(this, EVENT_NEW_ICC_SMS, null); in onUpdateIccAvailability()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSMSDispatcher.java144 protected static final int EVENT_NEW_ICC_SMS = 14; field in SMSDispatcher