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.java138 protected final RegistrantList mSuppServiceFailedRegistrants field in PhoneMock
297 mSuppServiceFailedRegistrants.addUnique(h, what, obj); in registerForSuppServiceFailed()
301 mSuppServiceFailedRegistrants.remove(h); in unregisterForSuppServiceFailed()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCallManager.java177 protected final RegistrantList mSuppServiceFailedRegistrants field in CallManager
1556 mSuppServiceFailedRegistrants.addUnique(h, what, obj); in registerForSuppServiceFailed()
1566 mSuppServiceFailedRegistrants.remove(h); in unregisterForSuppServiceFailed()
2338 mSuppServiceFailedRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()
DPhone.java335 protected final RegistrantList mSuppServiceFailedRegistrants field in Phone
874 migrate(mSuppServiceFailedRegistrants, from.mSuppServiceFailedRegistrants); in migrateFrom()
1070 mSuppServiceFailedRegistrants.addUnique(h, what, obj); in registerForSuppServiceFailed()
1080 mSuppServiceFailedRegistrants.remove(h); in unregisterForSuppServiceFailed()
DGsmCdmaPhone.java664 mSuppServiceFailedRegistrants.notifyResult(code); in notifySuppServiceFailed()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java187 mSuppServiceFailedRegistrants.notifyResult(code); in notifySuppServiceFailed()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java235 mSuppServiceFailedRegistrants.notifyResult(code); in notifySuppServiceFailed()