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/
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()
DPhoneBase.java328 protected final RegistrantList mSuppServiceFailedRegistrants field in PhoneBase
803 migrate(mSuppServiceFailedRegistrants, from.mSuppServiceFailedRegistrants); in migrateFrom()
918 mSuppServiceFailedRegistrants.addUnique(h, what, obj); in registerForSuppServiceFailed()
924 mSuppServiceFailedRegistrants.remove(h); in unregisterForSuppServiceFailed()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java194 mSuppServiceFailedRegistrants.notifyResult(code); in notifySuppServiceFailed()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java224 mSuppServiceFailedRegistrants.notifyResult(code); in notifySuppServiceFailed()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGSMPhone.java451 mSuppServiceFailedRegistrants.notifyResult(code); in notifySuppServiceFailed()