Home
last modified time | relevance | path

Searched refs:notifyExternalRcsStateChanged (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telephony/tests/src/com/android/phone/
DImsStateCallbackControllerTest.java313 mImsStateCallbackController.notifyExternalRcsStateChanged(SLOT_0, false, true); in testRcsConnectionUnavailable()
343 mImsStateCallbackController.notifyExternalRcsStateChanged(SLOT_0, false, true); in testRcsConnectionReady()
356 mImsStateCallbackController.notifyExternalRcsStateChanged(SLOT_0, true, true); in testRcsConnectionReady()
371 mImsStateCallbackController.notifyExternalRcsStateChanged(SLOT_0, true, true); in testRcsConnectionReady()
396 mImsStateCallbackController.notifyExternalRcsStateChanged(SLOT_0, false, false); in testRcsHasNoActiveFeature()
426 mImsStateCallbackController.notifyExternalRcsStateChanged(SLOT_0, false, true); in testRcsIgnoreDuplicatedConsecutiveReason()
635 mImsStateCallbackController.notifyExternalRcsStateChanged(SLOT_0, false, true); in testMultiSubscriptions()
637 mImsStateCallbackController.notifyExternalRcsStateChanged(SLOT_1, false, true); in testMultiSubscriptions()
722 mImsStateCallbackController.notifyExternalRcsStateChanged(SLOT_0, true, true); in testMultiSubscriptions()
755 mImsStateCallbackController.notifyExternalRcsStateChanged(SLOT_1, true, true); in testMultiSubscriptions()
[all …]
/packages/services/Telephony/src/com/android/services/telephony/rcs/
DTelephonyRcsService.java342 .notifyExternalRcsStateChanged(slotId, false, c.hasActiveFeatures()); in updateSupportedFeatures()
DRcsFeatureController.java147 .notifyExternalRcsStateChanged(mSlotId, true, true);
/packages/services/Telephony/src/com/android/phone/
DImsStateCallbackController.java936 public void notifyExternalRcsStateChanged( in notifyExternalRcsStateChanged() method in ImsStateCallbackController