Home
last modified time | relevance | path

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

12

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioIndication.java148 mRil.mCallStateRegistrants.notifyRegistrants(); in callStateChanged()
160 mRil.mNetworkStateRegistrants.notifyRegistrants(); in networkStateChanged()
262 mRil.mLceInfoRegistrants.notifyRegistrants(new AsyncResult(null, response, null)); in currentLinkCapacityEstimate()
339 mRil.mEmergencyNumberListRegistrants.notifyRegistrants( in currentEmergencyNumberList()
439 mRil.mIccRefreshRegistrants.notifyRegistrants(new AsyncResult (null, response, null)); in simRefresh()
470 mRil.mIccStatusChangedRegistrants.notifyRegistrants(); in simStatusChanged()
550 mRil.mCallWaitingInfoRegistrants.notifyRegistrants( in cdmaCallWaiting()
562 mRil.mOtaProvisionRegistrants.notifyRegistrants(new AsyncResult (null, response, null)); in cdmaOtaProvisionStatus()
665 mRil.mRingbackToneRegistrants.notifyRegistrants(new AsyncResult(null, start, null)); in indicateRingbackTone()
673 mRil.mResendIncallMuteRegistrants.notifyRegistrants(); in resendIncallMute()
[all …]
DCallManager.java2078 mDisconnectRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()
2084 mPreciseCallStateRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()
2098 mNewRingingConnectionRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()
2103 mUnknownConnectionRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()
2109 mIncomingRingRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()
2114 mRingbackToneRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()
2118 mInCallVoicePrivacyOnRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()
2122 mInCallVoicePrivacyOffRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()
2126 mCallWaitingRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()
2130 mDisplayInfoRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()
[all …]
DCarrierActionAgent.java125 mMeteredApnEnableRegistrants.notifyRegistrants( in handleMessage()
132 mRadioEnableRegistrants.notifyRegistrants( in handleMessage()
141 mDefaultNetworkReportRegistrants.notifyRegistrants( in handleMessage()
DDisplayInfoController.java67 mTelephonyDisplayInfoChangedRegistrants.notifyRegistrants(); in updateTelephonyDisplayInfo()
DBaseCommands.java820 mEmergencyNumberListRegistrants.notifyRegistrants(new AsyncResult( in registerForEmergencyNumberList()
855 mRadioStateChangedRegistrants.notifyRegistrants(); in setRadioState()
859 mAvailRegistrants.notifyRegistrants(); in setRadioState()
864 mNotAvailRegistrants.notifyRegistrants(); in setRadioState()
869 mOnRegistrants.notifyRegistrants(); in setRadioState()
875 mOffOrNotAvailRegistrants.notifyRegistrants(); in setRadioState()
DPhone.java760 mAllDataDisconnectedRegistrants.notifyRegistrants(); in handleMessage()
891 mPreciseCallStateRegistrants.notifyRegistrants(ar); in notifyPreciseCallStateChangedP()
917 mHandoverRegistrants.notifyRegistrants(ar); in notifyHandoverStateChanged()
941 mRedialRegistrants.notifyRegistrants(ar); in notifyRedialConnectionChanged()
1577 mDisconnectRegistrants.notifyRegistrants(ar); in notifyDisconnectP()
1686 mServiceStateRegistrants.notifyRegistrants(ar); in notifyServiceStateChangedP()
2254 mPreferredNetworkTypeRegistrants.notifyRegistrants(); in setPreferredNetworkType()
2545 mOtaspRegistrants.notifyRegistrants(new AsyncResult(null, otaspMode, null)); in notifyOtaspChanged()
2580 mCellInfoRegistrants.notifyRegistrants(ar); in notifyCellInfo()
2608 mPhysicalChannelConfigRegistrants.notifyRegistrants(new AsyncResult(null, configs, null)); in notifyPhysicalChannelConfiguration()
[all …]
DServiceStateTracker.java714 mVoiceRoamingOffRegistrants.notifyRegistrants(); in updatePhoneType()
720 mDataRoamingOffRegistrants.notifyRegistrants(); in updatePhoneType()
725 mNetworkDetachedRegistrants.notifyRegistrants(); in updatePhoneType()
735 mDetachedRegistrants.get(transport).notifyRegistrants(); in updatePhoneType()
1474 mImsCapabilityChangedRegistrants.notifyRegistrants(); in handleMessage()
1634 mNrStateChangedRegistrants.notifyRegistrants(); in handleMessage()
1638 mNrFrequencyChangedRegistrants.notifyRegistrants(); in handleMessage()
3435 mNetworkAttachedRegistrants.notifyRegistrants(); in pollStateDone()
3440 mNetworkDetachedRegistrants.notifyRegistrants(); in pollStateDone()
3532 .notifyRegistrants(); in pollStateDone()
[all …]
DTelephonyTester.java168 AccessNetworkConstants.TRANSPORT_TYPE_WWAN).notifyRegistrants();
172 AccessNetworkConstants.TRANSPORT_TYPE_WWAN).notifyRegistrants();
DGsmCdmaPhone.java1494 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null)); in dialInternal()
1514 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null)); in handlePinMmi()
1577 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null)); in sendUssdResponse()
2514 mMmiCompleteRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null)); in onMMIDone()
2536 mMmiCompleteRegistrants.notifyRegistrants( in onNetworkInitiatedUssd()
2664 mRadioOffOrNotAvailableRegistrants.notifyRegistrants(); in handleRadioOffOrNotAvailable()
2865 mSimRecordsLoadedRegistrants.notifyRegistrants(); in handleMessage()
2931 mSsnRegistrants.notifyRegistrants(ar); in handleMessage()
4256 mVolteSilentRedialRegistrants.notifyRegistrants(ar); in notifyVolteSilentRedial()
DNetworkRegistrationManager.java239 mRegStateChangeRegistrants.notifyRegistrants(); in onNetworkStateChanged()
/frameworks/base/core/java/android/os/
DRegistrantList.java98 notifyRegistrants() in notifyRegistrants() method in RegistrantList
119 notifyRegistrants(AsyncResult ar) in notifyRegistrants() method in RegistrantList
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneBase.java82 mRingbackRegistrants.notifyRegistrants(result); in startRingbackTone()
88 mRingbackRegistrants.notifyRegistrants(result); in stopRingbackTone()
109 mOnHoldRegistrants.notifyRegistrants(new AsyncResult(null, result, null)); in startOnHoldTone()
119 mOnHoldRegistrants.notifyRegistrants(new AsyncResult(null, result, null)); in stopOnHoldTone()
134 mTtyModeReceivedRegistrants.notifyRegistrants(result); in onTtyModeReceived()
DImsPhone.java789 mSsnRegistrants.notifyRegistrants(ar); in notifySuppSvcNotification()
946 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null)); in dialInternal()
1355 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null)); in sendUssdResponse()
1441 mMmiCompleteRegistrants.notifyRegistrants( in onNetworkInitiatedUssd()
1510 mMmiCompleteRegistrants.notifyRegistrants( in onMMIDone()
1542 mSilentRedialRegistrants.notifyRegistrants(ar); in initiateSilentRedial()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIsimUiccRecords.java272 mLockedRecordsLoadedRegistrants.notifyRegistrants(new AsyncResult(null, null, null)); in onLockedAllRecordsLoaded()
274 mNetworkLockedRecordsLoadedRegistrants.notifyRegistrants( in onLockedAllRecordsLoaded()
286 mRecordsLoadedRegistrants.notifyRegistrants(new AsyncResult(null, null, null)); in onAllRecordsLoaded()
DUiccCardApplication.java530 mReadyRegistrants.notifyRegistrants(); in notifyReadyRegistrantsIfNeeded()
550 mDetectedRegistrants.notifyRegistrants(); in notifyDetectedRegistrantsIfNeeded()
578 mPinLockedRegistrants.notifyRegistrants(); in notifyPinLockedRegistrantsIfNeeded()
601 mNetworkLockedRegistrants.notifyRegistrants(ar); in notifyNetworkLockedRegistrantsIfNeeded()
DRuimRecords.java770 mLockedRecordsLoadedRegistrants.notifyRegistrants(new AsyncResult(null, null, null)); in onLockedAllRecordsLoaded()
772 mNetworkLockedRecordsLoadedRegistrants.notifyRegistrants( in onLockedAllRecordsLoaded()
816 mRecordsLoadedRegistrants.notifyRegistrants(new AsyncResult(null, null, null)); in onAllRecordsLoaded()
DIccRecords.java317 mRecordsOverrideRegistrants.notifyRegistrants(); in setCarrierTestOverride()
620 mImsiReadyRegistrants.notifyRegistrants(); in setImsi()
777 mSpnUpdatedRegistrants.notifyRegistrants(); in setServiceProviderName()
DUiccController.java525 mIccChangedRegistrants.notifyRegistrants(new AsyncResult(null, phoneId, null)); in handleMessage()
722 mIccChangedRegistrants.notifyRegistrants(new AsyncResult(null, index, null)); in onGetIccCardStatusDone()
759 mIccChangedRegistrants.notifyRegistrants(new AsyncResult(null, index, null)); in onGetIccCardStatusDone()
DUiccProfile.java202 mNetworkLockedRegistrants.notifyRegistrants(new AsyncResult(
417 mOperatorBrandOverrideRegistrants.notifyRegistrants(); in handleCarrierNameOverride()
1276 mCarrierPrivilegeRegistrants.notifyRegistrants(); in onCarrierPrivilegesLoadedMessage()
1720 mOperatorBrandOverrideRegistrants.notifyRegistrants(); in setOperatorBrandOverride()
DSIMRecords.java1465 mLockedRecordsLoadedRegistrants.notifyRegistrants(new AsyncResult(null, null, null)); in onLockedAllRecordsLoaded()
1467 mNetworkLockedRecordsLoadedRegistrants.notifyRegistrants( in onLockedAllRecordsLoaded()
1506 mRecordsLoadedRegistrants.notifyRegistrants(new AsyncResult(null, null, null)); in onAllRecordsLoaded()
2089 mNetworkSelectionModeAutomaticRegistrants.notifyRegistrants(); in handleEfCspData()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommands.java254 mIccStatusChangedRegistrants.notifyRegistrants(); in supplyIccPin()
292 mIccStatusChangedRegistrants.notifyRegistrants(); in supplyIccPuk()
1585 mCallStateRegistrants.notifyRegistrants(); in triggerRing()
1592 mCallStateRegistrants.notifyRegistrants(); in progressConnectingCallState()
1600 mCallStateRegistrants.notifyRegistrants(); in progressConnectingToActive()
1628 mCallStateRegistrants.notifyRegistrants(); in triggerHangupForeground()
1636 mCallStateRegistrants.notifyRegistrants(); in triggerHangupBackground()
1663 mCallStateRegistrants.notifyRegistrants(); in triggerHangupAll()
2198 mExitEmergencyCallbackModeRegistrants.notifyRegistrants( in notifyExitEmergencyCallbackMode()
2205 mImsNetworkStateChangedRegistrants.notifyRegistrants(); in notifyImsNetworkStateChanged()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java83 mRingbackRegistrants.notifyRegistrants(result); in startRingbackTone()
89 mRingbackRegistrants.notifyRegistrants(result); in stopRingbackTone()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaSubscriptionSourceManager.java199 mCdmaSubscriptionSourceChangedRegistrants.notifyRegistrants(new AsyncResult(null, in handleGetCdmaSubscriptionSource()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataEnabledSettings.java433 mOverallDataEnabledOverrideChangedRegistrants.notifyRegistrants(); in notifyDataEnabledOverrideChanged()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/
DVendorSubscriptionController.java141 mAddSubscriptionRecordRegistrants.notifyRegistrants( in addSubInfo()

12