Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DMessagingIndication.java72 if (mRil.mIccSmsFullRegistrant != null) { in cdmaRuimSmsStorageFull()
73 mRil.mIccSmsFullRegistrant.notifyRegistrant(); in cdmaRuimSmsStorageFull()
158 if (mRil.mIccSmsFullRegistrant != null) { in simSmsStorageFull()
159 mRil.mIccSmsFullRegistrant.notifyRegistrant(); in simSmsStorageFull()
DBaseCommands.java150 protected Registrant mIccSmsFullRegistrant; field in BaseCommands
542 mIccSmsFullRegistrant = new Registrant (h, what, obj); in setOnIccSmsFull()
547 if (mIccSmsFullRegistrant != null && mIccSmsFullRegistrant.getHandler() == h) { in unSetOnIccSmsFull()
548 mIccSmsFullRegistrant.clear(); in unSetOnIccSmsFull()
549 mIccSmsFullRegistrant = null; in unSetOnIccSmsFull()
DRadioIndication.java469 if (mRil.mIccSmsFullRegistrant != null) { in simSmsStorageFull()
470 mRil.mIccSmsFullRegistrant.notifyRegistrant(); in simSmsStorageFull()
548 if (mRil.mIccSmsFullRegistrant != null) { in cdmaRuimSmsStorageFull()
549 mRil.mIccSmsFullRegistrant.notifyRegistrant(); in cdmaRuimSmsStorageFull()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommands.java2168 if (mIccSmsFullRegistrant != null) { in notifyIccSmsFull()
2169 mIccSmsFullRegistrant.notifyRegistrant(); in notifyIccSmsFull()