Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DBaseCommands.java89 protected Registrant mIccSmsFullRegistrant; field in BaseCommands
454 mIccSmsFullRegistrant = new Registrant (h, what, obj); in setOnIccSmsFull()
459 if (mIccSmsFullRegistrant != null && mIccSmsFullRegistrant.getHandler() == h) { in unSetOnIccSmsFull()
460 mIccSmsFullRegistrant.clear(); in unSetOnIccSmsFull()
461 mIccSmsFullRegistrant = null; in unSetOnIccSmsFull()
DRIL.java3034 if (mIccSmsFullRegistrant != null) { in processUnsolicited()
3035 mIccSmsFullRegistrant.notifyRegistrant(); in processUnsolicited()
3096 if (mIccSmsFullRegistrant != null) { in processUnsolicited()
3097 mIccSmsFullRegistrant.notifyRegistrant(); in processUnsolicited()