Searched refs:notifyExternalRcsStateChanged (Results 1 – 4 of 4) sorted by relevance
/packages/services/Telephony/tests/src/com/android/phone/ |
D | ImsStateCallbackControllerTest.java | 313 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/ |
D | TelephonyRcsService.java | 342 .notifyExternalRcsStateChanged(slotId, false, c.hasActiveFeatures()); in updateSupportedFeatures()
|
D | RcsFeatureController.java | 147 .notifyExternalRcsStateChanged(mSlotId, true, true);
|
/packages/services/Telephony/src/com/android/phone/ |
D | ImsStateCallbackController.java | 936 public void notifyExternalRcsStateChanged( in notifyExternalRcsStateChanged() method in ImsStateCallbackController
|