Searched refs:notifyState (Results 1 – 1 of 1) sorted by relevance
/packages/services/Telephony/src/com/android/phone/ |
D | ImsStateCallbackController.java | 382 boolean notifyState(CallbackWrapper wrapper) { in notifyState() method in ImsStateCallbackController.MmTelFeatureListener 385 return wrapper.notifyState(mSubId, FEATURE_MMTEL, mState, mReason); in notifyState() 591 boolean notifyState(CallbackWrapper wrapper) { in notifyState() method in ImsStateCallbackController.RcsFeatureListener 597 return wrapper.notifyState(mSubId, FEATURE_RCS, STATE_UNAVAILABLE, in notifyState() 600 return wrapper.notifyState(mSubId, FEATURE_RCS, STATE_UNAVAILABLE, in notifyState() 605 return wrapper.notifyState(mSubId, FEATURE_RCS, mState, mReason); in notifyState() 647 boolean notifyState(int subId, int feature, int state, int reason) { in notifyState() method in ImsStateCallbackController.CallbackWrapper 837 && !wrapper.notifyState(subId, feature, state, reason)) { in onFeatureStateChange() 867 if (!l.notifyState(wrapper)) { in onRegisterCallback() 877 if (!l.notifyState(wrapper)) { in onRegisterCallback()
|