HomeSort by relevance Sort by last modified time
    Searched refs:notifyRegistrants (Results 1 - 18 of 18) sorted by null

  /frameworks/base/core/java/android/os/
RegistrantList.java 85 notifyRegistrants()
104 notifyRegistrants(AsyncResult ar)
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallManager.java     [all...]
BaseCommands.java 606 mRadioStateChangedRegistrants.notifyRegistrants();
610 mAvailRegistrants.notifyRegistrants();
616 mNotAvailRegistrants.notifyRegistrants();
621 mOnRegistrants.notifyRegistrants();
628 mOffOrNotAvailRegistrants.notifyRegistrants();
RIL.java     [all...]
IccCard.java 533 mReadyRegistrants.notifyRegistrants();
538 mRuimReadyRegistrants.notifyRegistrants();
557 mPinLockedRegistrants.notifyRegistrants();
563 mAbsentRegistrants.notifyRegistrants();
567 mNetworkLockedRegistrants.notifyRegistrants();
    [all...]
PhoneBase.java 359 mPreciseCallStateRegistrants.notifyRegistrants(ar);
514 mDisconnectRegistrants.notifyRegistrants(ar);
560 mServiceStateRegistrants.notifyRegistrants(ar);
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaLteServiceStateTracker.java 336 mNetworkAttachedRegistrants.notifyRegistrants();
419 mAttachedRegistrants.notifyRegistrants();
423 mDetachedRegistrants.notifyRegistrants();
431 mRoamingOnRegistrants.notifyRegistrants();
435 mRoamingOffRegistrants.notifyRegistrants();
CdmaSubscriptionSourceManager.java 171 mCdmaSubscriptionSourceChangedRegistrants.notifyRegistrants(new AsyncResult(null,
CdmaServiceStateTracker.java     [all...]
RuimRecords.java 343 recordsLoadedRegistrants.notifyRegistrants(
CdmaCallTracker.java 459 voiceCallEndedRegistrants.notifyRegistrants(
462 voiceCallStartedRegistrants.notifyRegistrants (
    [all...]
CDMAPhone.java 523 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
543 mMmiCompleteRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedCommands.java 125 mIccStatusChangedRegistrants.notifyRegistrants();
167 mIccStatusChangedRegistrants.notifyRegistrants();
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipPhoneBase.java 106 mRingbackRegistrants.notifyRegistrants(result);
111 mRingbackRegistrants.notifyRegistrants(result);
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 838 mNetworkAttachedRegistrants.notifyRegistrants();
    [all...]
GSMPhone.java 724 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
737 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
748 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
    [all...]
GsmCallTracker.java 399 voiceCallEndedRegistrants.notifyRegistrants(
402 voiceCallStartedRegistrants.notifyRegistrants (
    [all...]
SIMRecords.java     [all...]

Completed in 379 milliseconds