Home
last modified time | relevance | path

Searched refs:mIImsConfig (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/services/Telephony/tests/src/com/android/phone/
H A DRcsProvisioningMonitorTest.java178 private IImsConfig.Stub mIImsConfig; field in RcsProvisioningMonitorTest
356 verify(mIImsConfig, times(2)).notifyRcsAutoConfigurationRemoved(); in testSubInfoChanged()
371 verify(mIImsConfig, atLeastOnce()).triggerRcsReconfiguration(); in testDefaultMessagingApplicationChangedWithAcs()
373 verify(mIImsConfig, times(1)) in testDefaultMessagingApplicationChangedWithAcs()
387 verify(mIImsConfig, times(1)).notifyRcsAutoConfigurationRemoved(); in testDefaultMessagingApplicationChangedWithoutAcs()
390 verify(mIImsConfig, times(2)) in testDefaultMessagingApplicationChangedWithoutAcs()
474 verify(mIImsConfig, times(1)).triggerRcsReconfiguration(); in testRequestReconfig()
628 verify(mIImsConfig, times(1)) in testRcsConnectedAndDisconnected()
802 verify(mIImsConfig, times(1)) in testMetricsAcsUsed()
808 verify(mIImsConfig, times(1)) in testMetricsAcsUsed()
[all …]
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DRcsProvisioningMonitor.java219 private IImsConfig mIImsConfig; field in RcsProvisioningMonitor.RcsProvisioningInfo
274 if (mIImsConfig == null) { in addRcsConfigCallback()
295 if (mIImsConfig != null) { in removeRcsConfigCallback()
317 if (mIImsConfig != null) { in triggerRcsReconfiguration()
334 mIImsConfig = null; in destroy()
345 if (mIImsConfig != binder) { in onRcsStatusChanged()
346 mIImsConfig = binder; in onRcsStatusChanged()
347 if (mIImsConfig != null) { in onRcsStatusChanged()
369 if (mIImsConfig != null) { in notifyRcsAutoConfigurationReceived()
382 if (mIImsConfig != null) { in notifyRcsAutoConfigurationRemoved()
[all …]