Searched refs:notifyRegistrants (Results 1 - 25 of 32) sorted by relevance

12

/frameworks/base/core/java/android/os/
H A DRegistrantList.java83 notifyRegistrants() method in class:RegistrantList
102 notifyRegistrants(AsyncResult ar) method in class:RegistrantList
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DSubscriptionMonitorMock.java75 mSubscriptionsChangedRegistrants[phoneId].notifyRegistrants();
81 mDefaultSubscriptionRegistrants[phoneId].notifyRegistrants();
H A DPhoneSwitcherMock.java80 mActivePhoneRegistrants[phoneId].notifyRegistrants();
H A DPhoneMock.java210 mPreciseCallStateRegistrants.notifyRegistrants(ar);
225 mHandoverRegistrants.notifyRegistrants(ar);
603 mEmergencyCallToggledRegistrants.notifyRegistrants();
617 mEmergencyCallToggledRegistrants.notifyRegistrants();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioIndication.java130 mRil.mCallStateRegistrants.notifyRegistrants();
142 mRil.mNetworkStateRegistrants.notifyRegistrants();
244 mRil.mDataCallListChangedRegistrants.notifyRegistrants(
325 mRil.mIccRefreshRegistrants.notifyRegistrants(new AsyncResult (null, response, null));
356 mRil.mIccStatusChangedRegistrants.notifyRegistrants();
439 mRil.mCallWaitingInfoRegistrants.notifyRegistrants(
451 mRil.mOtaProvisionRegistrants.notifyRegistrants(new AsyncResult (null, response, null));
554 mRil.mRingbackToneRegistrants.notifyRegistrants(new AsyncResult(null, start, null));
562 mRil.mResendIncallMuteRegistrants.notifyRegistrants();
573 mRil.mCdmaSubscriptionChangedRegistrants.notifyRegistrants(
[all...]
H A DSubscriptionMonitor.java121 mSubscriptionsChangedRegistrants[phoneId].notifyRegistrants();
131 mDefaultDataSubChangedRegistrants[phoneId].notifyRegistrants();
179 notifyRegistrants();
183 notifyRegistrants();
H A DCallManager.java2250 mDisconnectRegistrants.notifyRegistrants((AsyncResult) msg.obj);
2256 mPreciseCallStateRegistrants.notifyRegistrants((AsyncResult) msg.obj);
2270 mNewRingingConnectionRegistrants.notifyRegistrants((AsyncResult) msg.obj);
2275 mUnknownConnectionRegistrants.notifyRegistrants((AsyncResult) msg.obj);
2281 mIncomingRingRegistrants.notifyRegistrants((AsyncResult) msg.obj);
2286 mRingbackToneRegistrants.notifyRegistrants((AsyncResult) msg.obj);
2290 mInCallVoicePrivacyOnRegistrants.notifyRegistrants((AsyncResult) msg.obj);
2294 mInCallVoicePrivacyOffRegistrants.notifyRegistrants((AsyncResult) msg.obj);
2298 mCallWaitingRegistrants.notifyRegistrants((AsyncResult) msg.obj);
2302 mDisplayInfoRegistrants.notifyRegistrants((AsyncResul
[all...]
H A DCarrierActionAgent.java126 mMeteredApnEnableRegistrants.notifyRegistrants(
133 mRadioEnableRegistrants.notifyRegistrants(
H A DTelephonyTester.java100 mPhone.getServiceStateTracker().mDetachedRegistrants.notifyRegistrants();
103 mPhone.getServiceStateTracker().mAttachedRegistrants.notifyRegistrants();
H A DBaseCommands.java781 mRadioStateChangedRegistrants.notifyRegistrants();
784 mAvailRegistrants.notifyRegistrants();
788 mNotAvailRegistrants.notifyRegistrants();
792 mOnRegistrants.notifyRegistrants();
798 mOffOrNotAvailRegistrants.notifyRegistrants();
H A DPhoneSwitcher.java340 mActivePhoneRegistrants[phoneId].notifyRegistrants();
350 mActivePhoneRegistrants[phoneId].notifyRegistrants();
H A DGsmCdmaPhone.java1211 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
1231 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
1295 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
1944 mMmiCompleteRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
1966 mMmiCompleteRegistrants.notifyRegistrants(
2074 mRadioOffOrNotAvailableRegistrants.notifyRegistrants();
2255 mSimRecordsLoadedRegistrants.notifyRegistrants();
2315 mSsnRegistrants.notifyRegistrants(ar);
2620 mEriFileLoadedRegistrants.notifyRegistrants();
H A DServiceStateTracker.java673 mVoiceRoamingOffRegistrants.notifyRegistrants();
674 mDataRoamingOffRegistrants.notifyRegistrants();
675 mDetachedRegistrants.notifyRegistrants();
2754 mNetworkAttachedRegistrants.notifyRegistrants();
2764 mNetworkDetachedRegistrants.notifyRegistrants();
2870 mAttachedRegistrants.notifyRegistrants();
2874 mDetachedRegistrants.notifyRegistrants();
2897 mVoiceRoamingOnRegistrants.notifyRegistrants();
2901 mVoiceRoamingOffRegistrants.notifyRegistrants();
2905 mDataRoamingOnRegistrants.notifyRegistrants();
[all...]
H A DPhone.java787 mPreciseCallStateRegistrants.notifyRegistrants(ar);
813 mHandoverRegistrants.notifyRegistrants(ar);
1361 mDisconnectRegistrants.notifyRegistrants(ar);
1450 mServiceStateRegistrants.notifyRegistrants(ar);
2796 mNewRingingConnectionRegistrants.notifyRegistrants(ar);
2814 mVideoCapabilityChangedRegistrants.notifyRegistrants(ar);
2824 mIncomingRingRegistrants.notifyRegistrants(ar);
H A DGsmCdmaCallTracker.java720 mVoiceCallEndedRegistrants.notifyRegistrants(
723 mVoiceCallStartedRegistrants.notifyRegistrants (
1336 mCallWaitingRegistrants.notifyRegistrants(new AsyncResult(null, obj, null));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java82 mRingbackRegistrants.notifyRegistrants(result);
88 mRingbackRegistrants.notifyRegistrants(result);
108 mOnHoldRegistrants.notifyRegistrants(new AsyncResult(null, result, null));
118 mOnHoldRegistrants.notifyRegistrants(new AsyncResult(null, result, null));
133 mTtyModeReceivedRegistrants.notifyRegistrants(result);
H A DImsPhone.java509 mSsnRegistrants.notifyRegistrants(ar);
641 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
977 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
1044 mMmiCompleteRegistrants.notifyRegistrants(
1111 Rlog.v(LOG_TAG, "onMMIDone: notifyRegistrants");
1112 mMmiCompleteRegistrants.notifyRegistrants(
1144 mSilentRedialRegistrants.notifyRegistrants(ar);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccController.java238 mIccChangedRegistrants.notifyRegistrants(new AsyncResult(null, index, null));
308 mIccChangedRegistrants.notifyRegistrants(new AsyncResult(null, index, null));
347 mIccChangedRegistrants.notifyRegistrants(new AsyncResult(null, index, null));
H A DUiccCardApplication.java294 mPinLockedRegistrants.notifyRegistrants();
488 mReadyRegistrants.notifyRegistrants();
516 mPinLockedRegistrants.notifyRegistrants();
538 mNetworkLockedRegistrants.notifyRegistrants();
H A DIccCardProxy.java229 mAbsentRegistrants.notifyRegistrants();
268 mNetworkLockedRegistrants.notifyRegistrants();
533 mAbsentRegistrants.notifyRegistrants();
553 mPinLockedRegistrants.notifyRegistrants();
H A DIsimUiccRecords.java304 mRecordsLoadedRegistrants.notifyRegistrants(
H A DUiccCard.java184 mAbsentRegistrants.notifyRegistrants();
461 mCarrierPrivilegeRegistrants.notifyRegistrants();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java189 mIccStatusChangedRegistrants.notifyRegistrants();
227 mIccStatusChangedRegistrants.notifyRegistrants();
1454 mCallStateRegistrants.notifyRegistrants();
1461 mCallStateRegistrants.notifyRegistrants();
1469 mCallStateRegistrants.notifyRegistrants();
1497 mCallStateRegistrants.notifyRegistrants();
1505 mCallStateRegistrants.notifyRegistrants();
1532 mCallStateRegistrants.notifyRegistrants();
2002 mExitEmergencyCallbackModeRegistrants.notifyRegistrants(
2009 mImsNetworkStateChangedRegistrants.notifyRegistrants();
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaSubscriptionSourceManager.java194 mCdmaSubscriptionSourceChangedRegistrants.notifyRegistrants(new AsyncResult(null,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java96 mRingbackRegistrants.notifyRegistrants(result);
102 mRingbackRegistrants.notifyRegistrants(result);

Completed in 254 milliseconds

12