Home
last modified time | relevance | path

Searched refs:notifyRegistrants (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCallManager.java2249 mDisconnectRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()
2255 mPreciseCallStateRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()
2269 mNewRingingConnectionRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()
2274 mUnknownConnectionRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()
2280 mIncomingRingRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()
2285 mRingbackToneRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()
2289 mInCallVoicePrivacyOnRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()
2293 mInCallVoicePrivacyOffRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()
2297 mCallWaitingRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()
2301 mDisplayInfoRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()
[all …]
DSubscriptionMonitor.java121 mSubscriptionsChangedRegistrants[phoneId].notifyRegistrants();
131 mDefaultDataSubChangedRegistrants[phoneId].notifyRegistrants();
179 notifyRegistrants();
183 notifyRegistrants();
DTelephonyTester.java87 mPhone.getServiceStateTracker().mDetachedRegistrants.notifyRegistrants();
90 mPhone.getServiceStateTracker().mAttachedRegistrants.notifyRegistrants();
DRIL.java2844 mIccStatusChangedRegistrants.notifyRegistrants(); in processSolicited()
2861 mIccStatusChangedRegistrants.notifyRegistrants(); in processSolicited()
3095 .notifyRegistrants(new AsyncResult(null, null, null)); in processUnsolicited()
3101 .notifyRegistrants(new AsyncResult(null, null, null)); in processUnsolicited()
3107 .notifyRegistrants(new AsyncResult(null, null, null)); in processUnsolicited()
3207 mDataNetworkStateRegistrants.notifyRegistrants(new AsyncResult(null, ret, null)); in processUnsolicited()
3267 mIccRefreshRegistrants.notifyRegistrants( in processUnsolicited()
3293 mIccStatusChangedRegistrants.notifyRegistrants(); in processUnsolicited()
3339 mCallWaitingInfoRegistrants.notifyRegistrants( in processUnsolicited()
3348 mOtaProvisionRegistrants.notifyRegistrants( in processUnsolicited()
[all …]
DServiceStateTracker.java2609 mNetworkAttachedRegistrants.notifyRegistrants(); in pollStateDoneGsm()
2695 mAttachedRegistrants.notifyRegistrants(); in pollStateDoneGsm()
2699 mDetachedRegistrants.notifyRegistrants(); in pollStateDoneGsm()
2714 mVoiceRoamingOnRegistrants.notifyRegistrants(); in pollStateDoneGsm()
2718 mVoiceRoamingOffRegistrants.notifyRegistrants(); in pollStateDoneGsm()
2722 mDataRoamingOnRegistrants.notifyRegistrants(); in pollStateDoneGsm()
2726 mDataRoamingOffRegistrants.notifyRegistrants(); in pollStateDoneGsm()
2825 mNetworkAttachedRegistrants.notifyRegistrants(); in pollStateDoneCdma()
2898 mAttachedRegistrants.notifyRegistrants(); in pollStateDoneCdma()
2902 mDetachedRegistrants.notifyRegistrants(); in pollStateDoneCdma()
[all …]
DBaseCommands.java782 mRadioStateChangedRegistrants.notifyRegistrants(); in setRadioState()
785 mAvailRegistrants.notifyRegistrants(); in setRadioState()
790 mNotAvailRegistrants.notifyRegistrants(); in setRadioState()
794 mOnRegistrants.notifyRegistrants(); in setRadioState()
800 mOffOrNotAvailRegistrants.notifyRegistrants(); in setRadioState()
DPhoneSwitcher.java343 mActivePhoneRegistrants[phoneId].notifyRegistrants(); in deactivate()
353 mActivePhoneRegistrants[phoneId].notifyRegistrants(); in activate()
DGsmCdmaPhone.java1161 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null)); in dialInternal()
1187 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null)); in handlePinMmi()
1205 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null)); in sendUssdResponse()
1852 mMmiCompleteRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null)); in onMMIDone()
1857 mMmiCompleteRegistrants.notifyRegistrants( in onNetworkInitiatedUssd()
1971 mRadioOffOrNotAvailableRegistrants.notifyRegistrants(); in handleRadioOffOrNotAvailable()
2151 mSimRecordsLoadedRegistrants.notifyRegistrants(); in handleMessage()
2211 mSsnRegistrants.notifyRegistrants(ar); in handleMessage()
2516 mEriFileLoadedRegistrants.notifyRegistrants(); in prepareEri()
DPhone.java745 mPreciseCallStateRegistrants.notifyRegistrants(ar); in notifyPreciseCallStateChangedP()
771 mHandoverRegistrants.notifyRegistrants(ar); in notifyHandoverStateChanged()
1315 mDisconnectRegistrants.notifyRegistrants(ar); in notifyDisconnectP()
1404 mServiceStateRegistrants.notifyRegistrants(ar); in notifyServiceStateChangedP()
2629 mNewRingingConnectionRegistrants.notifyRegistrants(ar); in notifyNewRingingConnectionP()
2647 mVideoCapabilityChangedRegistrants.notifyRegistrants(ar); in notifyForVideoCapabilityChanged()
2657 mIncomingRingRegistrants.notifyRegistrants(ar); in notifyIncomingRing()
DGsmCdmaCallTracker.java701 mVoiceCallEndedRegistrants.notifyRegistrants( in updatePhoneState()
704 mVoiceCallStartedRegistrants.notifyRegistrants ( in updatePhoneState()
1275 mCallWaitingRegistrants.notifyRegistrants(new AsyncResult(null, obj, null)); in notifyCallWaitingInfo()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DSubscriptionMonitorMock.java75 mSubscriptionsChangedRegistrants[phoneId].notifyRegistrants(); in notifySubscriptionChanged()
81 mDefaultSubscriptionRegistrants[phoneId].notifyRegistrants(); in notifyDefaultSubscriptionChanged()
DPhoneSwitcherMock.java80 mActivePhoneRegistrants[phoneId].notifyRegistrants(); in setPhoneActive()
DPhoneMock.java202 mPreciseCallStateRegistrants.notifyRegistrants(ar); in notifyPreciseCallStateChangedP()
217 mHandoverRegistrants.notifyRegistrants(ar); in notifyHandoverStateChanged()
595 mEmergencyCallToggledRegistrants.notifyRegistrants(); in setInEmergencyCall()
609 mEmergencyCallToggledRegistrants.notifyRegistrants(); in setInEcm()
/frameworks/base/core/java/android/os/
DRegistrantList.java83 notifyRegistrants() in notifyRegistrants() method in RegistrantList
102 notifyRegistrants(AsyncResult ar) in notifyRegistrants() method in RegistrantList
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java81 mRingbackRegistrants.notifyRegistrants(result); in startRingbackTone()
87 mRingbackRegistrants.notifyRegistrants(result); in stopRingbackTone()
107 mOnHoldRegistrants.notifyRegistrants(new AsyncResult(null, result, null)); in startOnHoldTone()
117 mOnHoldRegistrants.notifyRegistrants(new AsyncResult(null, result, null)); in stopOnHoldTone()
132 mTtyModeReceivedRegistrants.notifyRegistrants(result); in onTtyModeReceived()
DImsPhone.java450 mSsnRegistrants.notifyRegistrants(ar); in notifySuppSvcNotification()
562 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null)); in dialInternal()
887 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null)); in sendUssdResponse()
954 mMmiCompleteRegistrants.notifyRegistrants( in onNetworkInitiatedUssd()
1014 mMmiCompleteRegistrants.notifyRegistrants( in onMMIDone()
1045 mSilentRedialRegistrants.notifyRegistrants(ar); in initiateSilentRedial()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommands.java181 mIccStatusChangedRegistrants.notifyRegistrants(); in supplyIccPin()
219 mIccStatusChangedRegistrants.notifyRegistrants(); in supplyIccPuk()
1457 mCallStateRegistrants.notifyRegistrants(); in triggerRing()
1464 mCallStateRegistrants.notifyRegistrants(); in progressConnectingCallState()
1472 mCallStateRegistrants.notifyRegistrants(); in progressConnectingToActive()
1500 mCallStateRegistrants.notifyRegistrants(); in triggerHangupForeground()
1508 mCallStateRegistrants.notifyRegistrants(); in triggerHangupBackground()
1535 mCallStateRegistrants.notifyRegistrants(); in triggerHangupAll()
1996 mExitEmergencyCallbackModeRegistrants.notifyRegistrants( in notifyExitEmergencyCallbackMode()
2003 mImsNetworkStateChangedRegistrants.notifyRegistrants(); in notifyImsNetworkStateChanged()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccController.java228 mIccChangedRegistrants.notifyRegistrants(new AsyncResult(null, index, null)); in handleMessage()
298 mIccChangedRegistrants.notifyRegistrants(new AsyncResult(null, index, null)); in onGetIccCardStatusDone()
337 mIccChangedRegistrants.notifyRegistrants(new AsyncResult(null, index, null)); in onSimRefresh()
DUiccCardApplication.java294 mPinLockedRegistrants.notifyRegistrants(); in onQueryFacilityLock()
488 mReadyRegistrants.notifyRegistrants(); in notifyReadyRegistrantsIfNeeded()
516 mPinLockedRegistrants.notifyRegistrants(); in notifyPinLockedRegistrantsIfNeeded()
538 mNetworkLockedRegistrants.notifyRegistrants(); in notifyNetworkLockedRegistrantsIfNeeded()
DIccCardProxy.java232 mAbsentRegistrants.notifyRegistrants(); in handleMessage()
271 mNetworkLockedRegistrants.notifyRegistrants(); in handleMessage()
528 mAbsentRegistrants.notifyRegistrants(); in setExternalState()
548 mPinLockedRegistrants.notifyRegistrants(); in processLockedState()
DUiccCard.java186 mAbsentRegistrants.notifyRegistrants(); in update()
463 mCarrierPrivilegeRegistrants.notifyRegistrants(); in onCarrierPriviligesLoadedMessage()
DSIMRecords.java708 mImsiReadyRegistrants.notifyRegistrants(); in handleMessage()
1501 mRecordsLoadedRegistrants.notifyRegistrants( in onAllRecordsLoaded()
1977 mNetworkSelectionModeAutomaticRegistrants.notifyRegistrants(); in handleEfCspData()
DIsimUiccRecords.java305 mRecordsLoadedRegistrants.notifyRegistrants( in onAllRecordsLoaded()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java94 mRingbackRegistrants.notifyRegistrants(result); in startRingbackTone()
100 mRingbackRegistrants.notifyRegistrants(result); in stopRingbackTone()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaSubscriptionSourceManager.java194 mCdmaSubscriptionSourceChangedRegistrants.notifyRegistrants(new AsyncResult(null, in handleGetCdmaSubscriptionSource()

12