Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java135 protected final RegistrantList mSuppServiceFailedRegistrants field in PhoneMock
289 mSuppServiceFailedRegistrants.addUnique(h, what, obj); in registerForSuppServiceFailed()
293 mSuppServiceFailedRegistrants.remove(h); in unregisterForSuppServiceFailed()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCallManager.java177 protected final RegistrantList mSuppServiceFailedRegistrants field in CallManager
1551 mSuppServiceFailedRegistrants.addUnique(h, what, obj); in registerForSuppServiceFailed()
1561 mSuppServiceFailedRegistrants.remove(h); in unregisterForSuppServiceFailed()
2333 mSuppServiceFailedRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()
DPhone.java292 protected final RegistrantList mSuppServiceFailedRegistrants field in Phone
787 migrate(mSuppServiceFailedRegistrants, from.mSuppServiceFailedRegistrants); in migrateFrom()
983 mSuppServiceFailedRegistrants.addUnique(h, what, obj); in registerForSuppServiceFailed()
993 mSuppServiceFailedRegistrants.remove(h); in unregisterForSuppServiceFailed()
DGsmCdmaPhone.java656 mSuppServiceFailedRegistrants.notifyResult(code); in notifySuppServiceFailed()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java192 mSuppServiceFailedRegistrants.notifyResult(code); in notifySuppServiceFailed()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java229 mSuppServiceFailedRegistrants.notifyResult(code); in notifySuppServiceFailed()