Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DBaseCommands.java142 protected Registrant mIccSmsFullRegistrant; field in BaseCommands
522 mIccSmsFullRegistrant = new Registrant (h, what, obj); in setOnIccSmsFull()
527 if (mIccSmsFullRegistrant != null && mIccSmsFullRegistrant.getHandler() == h) { in unSetOnIccSmsFull()
528 mIccSmsFullRegistrant.clear(); in unSetOnIccSmsFull()
529 mIccSmsFullRegistrant = null; in unSetOnIccSmsFull()
DRadioIndication.java487 if (mRil.mIccSmsFullRegistrant != null) { in simSmsStorageFull()
488 mRil.mIccSmsFullRegistrant.notifyRegistrant(); in simSmsStorageFull()
568 if (mRil.mIccSmsFullRegistrant != null) { in cdmaRuimSmsStorageFull()
569 mRil.mIccSmsFullRegistrant.notifyRegistrant(); in cdmaRuimSmsStorageFull()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommands.java2215 if (mIccSmsFullRegistrant != null) { in notifyIccSmsFull()
2216 mIccSmsFullRegistrant.notifyRegistrant(); in notifyIccSmsFull()