/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CallManager.java | 2249 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 …]
|
D | SubscriptionMonitor.java | 121 mSubscriptionsChangedRegistrants[phoneId].notifyRegistrants(); 131 mDefaultDataSubChangedRegistrants[phoneId].notifyRegistrants(); 179 notifyRegistrants(); 183 notifyRegistrants();
|
D | TelephonyTester.java | 87 mPhone.getServiceStateTracker().mDetachedRegistrants.notifyRegistrants(); 90 mPhone.getServiceStateTracker().mAttachedRegistrants.notifyRegistrants();
|
D | RIL.java | 2844 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 …]
|
D | ServiceStateTracker.java | 2609 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 …]
|
D | BaseCommands.java | 782 mRadioStateChangedRegistrants.notifyRegistrants(); in setRadioState() 785 mAvailRegistrants.notifyRegistrants(); in setRadioState() 790 mNotAvailRegistrants.notifyRegistrants(); in setRadioState() 794 mOnRegistrants.notifyRegistrants(); in setRadioState() 800 mOffOrNotAvailRegistrants.notifyRegistrants(); in setRadioState()
|
D | PhoneSwitcher.java | 343 mActivePhoneRegistrants[phoneId].notifyRegistrants(); in deactivate() 353 mActivePhoneRegistrants[phoneId].notifyRegistrants(); in activate()
|
D | GsmCdmaPhone.java | 1161 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()
|
D | Phone.java | 745 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()
|
D | GsmCdmaCallTracker.java | 701 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/ |
D | SubscriptionMonitorMock.java | 75 mSubscriptionsChangedRegistrants[phoneId].notifyRegistrants(); in notifySubscriptionChanged() 81 mDefaultSubscriptionRegistrants[phoneId].notifyRegistrants(); in notifyDefaultSubscriptionChanged()
|
D | PhoneSwitcherMock.java | 80 mActivePhoneRegistrants[phoneId].notifyRegistrants(); in setPhoneActive()
|
D | PhoneMock.java | 202 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/ |
D | RegistrantList.java | 83 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/ |
D | ImsPhoneBase.java | 81 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()
|
D | ImsPhone.java | 450 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/ |
D | SimulatedCommands.java | 181 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/ |
D | UiccController.java | 228 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()
|
D | UiccCardApplication.java | 294 mPinLockedRegistrants.notifyRegistrants(); in onQueryFacilityLock() 488 mReadyRegistrants.notifyRegistrants(); in notifyReadyRegistrantsIfNeeded() 516 mPinLockedRegistrants.notifyRegistrants(); in notifyPinLockedRegistrantsIfNeeded() 538 mNetworkLockedRegistrants.notifyRegistrants(); in notifyNetworkLockedRegistrantsIfNeeded()
|
D | IccCardProxy.java | 232 mAbsentRegistrants.notifyRegistrants(); in handleMessage() 271 mNetworkLockedRegistrants.notifyRegistrants(); in handleMessage() 528 mAbsentRegistrants.notifyRegistrants(); in setExternalState() 548 mPinLockedRegistrants.notifyRegistrants(); in processLockedState()
|
D | UiccCard.java | 186 mAbsentRegistrants.notifyRegistrants(); in update() 463 mCarrierPrivilegeRegistrants.notifyRegistrants(); in onCarrierPriviligesLoadedMessage()
|
D | SIMRecords.java | 708 mImsiReadyRegistrants.notifyRegistrants(); in handleMessage() 1501 mRecordsLoadedRegistrants.notifyRegistrants( in onAllRecordsLoaded() 1977 mNetworkSelectionModeAutomaticRegistrants.notifyRegistrants(); in handleEfCspData()
|
D | IsimUiccRecords.java | 305 mRecordsLoadedRegistrants.notifyRegistrants( in onAllRecordsLoaded()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipPhoneBase.java | 94 mRingbackRegistrants.notifyRegistrants(result); in startRingbackTone() 100 mRingbackRegistrants.notifyRegistrants(result); in stopRingbackTone()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
D | CdmaSubscriptionSourceManager.java | 194 mCdmaSubscriptionSourceChangedRegistrants.notifyRegistrants(new AsyncResult(null, in handleGetCdmaSubscriptionSource()
|