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

1 2

  /frameworks/base/core/java/android/os/
RegistrantList.java 83 notifyRegistrants()
102 notifyRegistrants(AsyncResult ar)
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
SubscriptionMonitorMock.java 75 mSubscriptionsChangedRegistrants[phoneId].notifyRegistrants();
81 mDefaultSubscriptionRegistrants[phoneId].notifyRegistrants();
PhoneSwitcherMock.java 80 mActivePhoneRegistrants[phoneId].notifyRegistrants();
PhoneMock.java 202 mPreciseCallStateRegistrants.notifyRegistrants(ar);
217 mHandoverRegistrants.notifyRegistrants(ar);
595 mEmergencyCallToggledRegistrants.notifyRegistrants();
609 mEmergencyCallToggledRegistrants.notifyRegistrants();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SubscriptionMonitor.java 121 mSubscriptionsChangedRegistrants[phoneId].notifyRegistrants();
131 mDefaultDataSubChangedRegistrants[phoneId].notifyRegistrants();
179 notifyRegistrants();
183 notifyRegistrants();
CallManager.java     [all...]
TelephonyTester.java 87 mPhone.getServiceStateTracker().mDetachedRegistrants.notifyRegistrants();
90 mPhone.getServiceStateTracker().mAttachedRegistrants.notifyRegistrants();
ServiceStateTracker.java     [all...]
RIL.java     [all...]
BaseCommands.java 782 mRadioStateChangedRegistrants.notifyRegistrants();
785 mAvailRegistrants.notifyRegistrants();
790 mNotAvailRegistrants.notifyRegistrants();
794 mOnRegistrants.notifyRegistrants();
800 mOffOrNotAvailRegistrants.notifyRegistrants();
PhoneSwitcher.java 343 mActivePhoneRegistrants[phoneId].notifyRegistrants();
353 mActivePhoneRegistrants[phoneId].notifyRegistrants();
GsmCdmaPhone.java     [all...]
Phone.java 745 mPreciseCallStateRegistrants.notifyRegistrants(ar);
771 mHandoverRegistrants.notifyRegistrants(ar);
    [all...]
GsmCdmaCallTracker.java 701 mVoiceCallEndedRegistrants.notifyRegistrants(
704 mVoiceCallStartedRegistrants.notifyRegistrants (
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneBase.java 81 mRingbackRegistrants.notifyRegistrants(result);
87 mRingbackRegistrants.notifyRegistrants(result);
107 mOnHoldRegistrants.notifyRegistrants(new AsyncResult(null, result, null));
117 mOnHoldRegistrants.notifyRegistrants(new AsyncResult(null, result, null));
132 mTtyModeReceivedRegistrants.notifyRegistrants(result);
ImsPhone.java 450 mSsnRegistrants.notifyRegistrants(ar);
562 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
887 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccController.java 228 mIccChangedRegistrants.notifyRegistrants(new AsyncResult(null, index, null));
298 mIccChangedRegistrants.notifyRegistrants(new AsyncResult(null, index, null));
337 mIccChangedRegistrants.notifyRegistrants(new AsyncResult(null, index, null));
UiccCardApplication.java 294 mPinLockedRegistrants.notifyRegistrants();
488 mReadyRegistrants.notifyRegistrants();
516 mPinLockedRegistrants.notifyRegistrants();
538 mNetworkLockedRegistrants.notifyRegistrants();
    [all...]
IccCardProxy.java 232 mAbsentRegistrants.notifyRegistrants();
271 mNetworkLockedRegistrants.notifyRegistrants();
528 mAbsentRegistrants.notifyRegistrants();
548 mPinLockedRegistrants.notifyRegistrants();
    [all...]
SIMRecords.java 708 mImsiReadyRegistrants.notifyRegistrants();
    [all...]
IccRecords.java 289 mImsiReadyRegistrants.notifyRegistrants();
IsimUiccRecords.java 305 mRecordsLoadedRegistrants.notifyRegistrants(
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommands.java 181 mIccStatusChangedRegistrants.notifyRegistrants();
219 mIccStatusChangedRegistrants.notifyRegistrants();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaSubscriptionSourceManager.java 194 mCdmaSubscriptionSourceChangedRegistrants.notifyRegistrants(new AsyncResult(null,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java 94 mRingbackRegistrants.notifyRegistrants(result);
100 mRingbackRegistrants.notifyRegistrants(result);

Completed in 1254 milliseconds

1 2