Home
last modified time | relevance | path

Searched refs:mSuppServiceFailedRegistrants (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneBase.java308 protected final RegistrantList mSuppServiceFailedRegistrants field in PhoneBase
720 migrate(mSuppServiceFailedRegistrants, from.mSuppServiceFailedRegistrants); in migrateFrom()
817 mSuppServiceFailedRegistrants.addUnique(h, what, obj); in registerForSuppServiceFailed()
823 mSuppServiceFailedRegistrants.remove(h); in unregisterForSuppServiceFailed()
DCallManager.java176 protected final RegistrantList mSuppServiceFailedRegistrants field in CallManager
1588 mSuppServiceFailedRegistrants.addUnique(h, what, obj); in registerForSuppServiceFailed()
1598 mSuppServiceFailedRegistrants.remove(h); in unregisterForSuppServiceFailed()
2370 mSuppServiceFailedRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java193 mSuppServiceFailedRegistrants.notifyResult(code); in notifySuppServiceFailed()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java230 mSuppServiceFailedRegistrants.notifyResult(code); in notifySuppServiceFailed()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGSMPhone.java453 mSuppServiceFailedRegistrants.notifyResult(code); in notifySuppServiceFailed()