Searched refs:mNewRingingConnectionRegistrants (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java82 migrate(mNewRingingConnectionRegistrants, from.mNewRingingConnectionRegistrants);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneBase.java189 protected final RegistrantList mNewRingingConnectionRegistrants field in class:PhoneBase
457 mNewRingingConnectionRegistrants.addUnique(h, what, obj);
463 mNewRingingConnectionRegistrants.remove(h);
1288 mNewRingingConnectionRegistrants.notifyRegistrants(ar);
H A DCallManager.java109 protected final RegistrantList mNewRingingConnectionRegistrants field in class:CallManager
1143 mNewRingingConnectionRegistrants.addUnique(h, what, obj);
1152 mNewRingingConnectionRegistrants.remove(h);
1755 mNewRingingConnectionRegistrants.notifyRegistrants((AsyncResult) msg.obj);

Completed in 112 milliseconds