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.java94 protected Registrant mIccSmsFullRegistrant; field in BaseCommands
469 mIccSmsFullRegistrant = new Registrant (h, what, obj); in setOnIccSmsFull()
474 if (mIccSmsFullRegistrant != null && mIccSmsFullRegistrant.getHandler() == h) { in unSetOnIccSmsFull()
475 mIccSmsFullRegistrant.clear(); in unSetOnIccSmsFull()
476 mIccSmsFullRegistrant = null; in unSetOnIccSmsFull()
DRadioIndication.java376 if (mRil.mIccSmsFullRegistrant != null) { in simSmsStorageFull()
377 mRil.mIccSmsFullRegistrant.notifyRegistrant(); in simSmsStorageFull()
460 if (mRil.mIccSmsFullRegistrant != null) { in cdmaRuimSmsStorageFull()
461 mRil.mIccSmsFullRegistrant.notifyRegistrant(); in cdmaRuimSmsStorageFull()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommands.java2080 if (mIccSmsFullRegistrant != null) { in notifyIccSmsFull()
2081 mIccSmsFullRegistrant.notifyRegistrant(); in notifyIccSmsFull()