/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RadioIndication.java | 148 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 …]
|
D | CallManager.java | 2078 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 …]
|
D | CarrierActionAgent.java | 125 mMeteredApnEnableRegistrants.notifyRegistrants( in handleMessage() 132 mRadioEnableRegistrants.notifyRegistrants( in handleMessage() 141 mDefaultNetworkReportRegistrants.notifyRegistrants( in handleMessage()
|
D | DisplayInfoController.java | 67 mTelephonyDisplayInfoChangedRegistrants.notifyRegistrants(); in updateTelephonyDisplayInfo()
|
D | BaseCommands.java | 820 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()
|
D | Phone.java | 760 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 …]
|
D | ServiceStateTracker.java | 714 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 …]
|
D | TelephonyTester.java | 168 AccessNetworkConstants.TRANSPORT_TYPE_WWAN).notifyRegistrants(); 172 AccessNetworkConstants.TRANSPORT_TYPE_WWAN).notifyRegistrants();
|
D | GsmCdmaPhone.java | 1494 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()
|
D | NetworkRegistrationManager.java | 239 mRegStateChangeRegistrants.notifyRegistrants(); in onNetworkStateChanged()
|
/frameworks/base/core/java/android/os/ |
D | RegistrantList.java | 98 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/ |
D | ImsPhoneBase.java | 82 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()
|
D | ImsPhone.java | 789 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/ |
D | IsimUiccRecords.java | 272 mLockedRecordsLoadedRegistrants.notifyRegistrants(new AsyncResult(null, null, null)); in onLockedAllRecordsLoaded() 274 mNetworkLockedRecordsLoadedRegistrants.notifyRegistrants( in onLockedAllRecordsLoaded() 286 mRecordsLoadedRegistrants.notifyRegistrants(new AsyncResult(null, null, null)); in onAllRecordsLoaded()
|
D | UiccCardApplication.java | 530 mReadyRegistrants.notifyRegistrants(); in notifyReadyRegistrantsIfNeeded() 550 mDetectedRegistrants.notifyRegistrants(); in notifyDetectedRegistrantsIfNeeded() 578 mPinLockedRegistrants.notifyRegistrants(); in notifyPinLockedRegistrantsIfNeeded() 601 mNetworkLockedRegistrants.notifyRegistrants(ar); in notifyNetworkLockedRegistrantsIfNeeded()
|
D | RuimRecords.java | 770 mLockedRecordsLoadedRegistrants.notifyRegistrants(new AsyncResult(null, null, null)); in onLockedAllRecordsLoaded() 772 mNetworkLockedRecordsLoadedRegistrants.notifyRegistrants( in onLockedAllRecordsLoaded() 816 mRecordsLoadedRegistrants.notifyRegistrants(new AsyncResult(null, null, null)); in onAllRecordsLoaded()
|
D | IccRecords.java | 317 mRecordsOverrideRegistrants.notifyRegistrants(); in setCarrierTestOverride() 620 mImsiReadyRegistrants.notifyRegistrants(); in setImsi() 777 mSpnUpdatedRegistrants.notifyRegistrants(); in setServiceProviderName()
|
D | UiccController.java | 525 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()
|
D | UiccProfile.java | 202 mNetworkLockedRegistrants.notifyRegistrants(new AsyncResult( 417 mOperatorBrandOverrideRegistrants.notifyRegistrants(); in handleCarrierNameOverride() 1276 mCarrierPrivilegeRegistrants.notifyRegistrants(); in onCarrierPrivilegesLoadedMessage() 1720 mOperatorBrandOverrideRegistrants.notifyRegistrants(); in setOperatorBrandOverride()
|
D | SIMRecords.java | 1465 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/ |
D | SimulatedCommands.java | 254 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/ |
D | SipPhoneBase.java | 83 mRingbackRegistrants.notifyRegistrants(result); in startRingbackTone() 89 mRingbackRegistrants.notifyRegistrants(result); in stopRingbackTone()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
D | CdmaSubscriptionSourceManager.java | 199 mCdmaSubscriptionSourceChangedRegistrants.notifyRegistrants(new AsyncResult(null, in handleGetCdmaSubscriptionSource()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DataEnabledSettings.java | 433 mOverallDataEnabledOverrideChangedRegistrants.notifyRegistrants(); in notifyDataEnabledOverrideChanged()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/ |
D | VendorSubscriptionController.java | 141 mAddSubscriptionRecordRegistrants.notifyRegistrants( in addSubInfo()
|