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.java179 protected final RegistrantList mSuppServiceFailedRegistrants field in CallManager
1415 mSuppServiceFailedRegistrants.addUnique(h, what, obj); in registerForSuppServiceFailed()
1425 mSuppServiceFailedRegistrants.remove(h); in unregisterForSuppServiceFailed()
2162 mSuppServiceFailedRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()
DPhone.java388 protected final RegistrantList mSuppServiceFailedRegistrants = new RegistrantList(); field in Phone
1013 migrate(mSuppServiceFailedRegistrants, from.mSuppServiceFailedRegistrants); in migrateFrom()
1226 mSuppServiceFailedRegistrants.addUnique(h, what, obj); in registerForSuppServiceFailed()
1236 mSuppServiceFailedRegistrants.remove(h); in unregisterForSuppServiceFailed()
DGsmCdmaPhone.java831 mSuppServiceFailedRegistrants.notifyResult(code); in notifySuppServiceFailed()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java171 mSuppServiceFailedRegistrants.notifyResult(code); in notifySuppServiceFailed()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java217 mSuppServiceFailedRegistrants.notifyResult(code); in notifySuppServiceFailed()