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.java136 protected final RegistrantList mSuppServiceFailedRegistrants field in PhoneMock
295 mSuppServiceFailedRegistrants.addUnique(h, what, obj); in registerForSuppServiceFailed()
299 mSuppServiceFailedRegistrants.remove(h); in unregisterForSuppServiceFailed()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCallManager.java182 protected final RegistrantList mSuppServiceFailedRegistrants field in CallManager
1418 mSuppServiceFailedRegistrants.addUnique(h, what, obj); in registerForSuppServiceFailed()
1428 mSuppServiceFailedRegistrants.remove(h); in unregisterForSuppServiceFailed()
2165 mSuppServiceFailedRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()
DPhone.java369 protected final RegistrantList mSuppServiceFailedRegistrants = new RegistrantList(); field in Phone
984 migrate(mSuppServiceFailedRegistrants, from.mSuppServiceFailedRegistrants); in migrateFrom()
1191 mSuppServiceFailedRegistrants.addUnique(h, what, obj); in registerForSuppServiceFailed()
1201 mSuppServiceFailedRegistrants.remove(h); in unregisterForSuppServiceFailed()
DGsmCdmaPhone.java755 mSuppServiceFailedRegistrants.notifyResult(code); in notifySuppServiceFailed()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java172 mSuppServiceFailedRegistrants.notifyResult(code); in notifySuppServiceFailed()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java223 mSuppServiceFailedRegistrants.notifyResult(code); in notifySuppServiceFailed()