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.java136 protected Registrant mIccSmsFullRegistrant; field in BaseCommands
506 mIccSmsFullRegistrant = new Registrant (h, what, obj); in setOnIccSmsFull()
511 if (mIccSmsFullRegistrant != null && mIccSmsFullRegistrant.getHandler() == h) { in unSetOnIccSmsFull()
512 mIccSmsFullRegistrant.clear(); in unSetOnIccSmsFull()
513 mIccSmsFullRegistrant = null; in unSetOnIccSmsFull()
DRadioIndication.java424 if (mRil.mIccSmsFullRegistrant != null) { in simSmsStorageFull()
425 mRil.mIccSmsFullRegistrant.notifyRegistrant(); in simSmsStorageFull()
505 if (mRil.mIccSmsFullRegistrant != null) { in cdmaRuimSmsStorageFull()
506 mRil.mIccSmsFullRegistrant.notifyRegistrant(); in cdmaRuimSmsStorageFull()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommands.java2179 if (mIccSmsFullRegistrant != null) { in notifyIccSmsFull()
2180 mIccSmsFullRegistrant.notifyRegistrant(); in notifyIccSmsFull()