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.java88 protected Registrant mIccSmsFullRegistrant; field in BaseCommands
453 mIccSmsFullRegistrant = new Registrant (h, what, obj); in setOnIccSmsFull()
458 if (mIccSmsFullRegistrant != null && mIccSmsFullRegistrant.getHandler() == h) { in unSetOnIccSmsFull()
459 mIccSmsFullRegistrant.clear(); in unSetOnIccSmsFull()
460 mIccSmsFullRegistrant = null; in unSetOnIccSmsFull()
DRadioIndication.java310 if (mRil.mIccSmsFullRegistrant != null) { in simSmsStorageFull()
311 mRil.mIccSmsFullRegistrant.notifyRegistrant(); in simSmsStorageFull()
394 if (mRil.mIccSmsFullRegistrant != null) { in cdmaRuimSmsStorageFull()
395 mRil.mIccSmsFullRegistrant.notifyRegistrant(); in cdmaRuimSmsStorageFull()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommands.java1983 if (mIccSmsFullRegistrant != null) { in notifyIccSmsFull()
1984 mIccSmsFullRegistrant.notifyRegistrant(); in notifyIccSmsFull()