Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsMmTelManagerTest.java148 ImsMmTelManager mMmTelManager = imsManager.getImsMmTelManager(sTestSub); in testGetVoWiFiSetting_noPermission() local
149 boolean isEnabled = mMmTelManager.isVoWiFiSettingEnabled(); in testGetVoWiFiSetting_noPermission()
177 ImsMmTelManager mMmTelManager = imsManager.getImsMmTelManager(sTestSub); in testAdvancedCallingSetting() local
178 boolean isEnabled = ShellIdentityUtils.invokeMethodWithShellPermissions(mMmTelManager, in testAdvancedCallingSetting()
180 ShellIdentityUtils.invokeMethodWithShellPermissionsNoReturn(mMmTelManager, in testAdvancedCallingSetting()
184 boolean isEnabledResult = ShellIdentityUtils.invokeMethodWithShellPermissions(mMmTelManager, in testAdvancedCallingSetting()
190 ShellIdentityUtils.invokeMethodWithShellPermissionsNoReturn(mMmTelManager, in testAdvancedCallingSetting()
209 ImsMmTelManager mMmTelManager = imsManager.getImsMmTelManager(sTestSub); in testVtSetting() local
210 boolean isEnabled = ShellIdentityUtils.invokeMethodWithShellPermissions(mMmTelManager, in testVtSetting()
212 ShellIdentityUtils.invokeMethodWithShellPermissionsNoReturn(mMmTelManager, in testVtSetting()
[all …]
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSubscriptionManagerTest.java904 ImsMmTelManager mMmTelManager = imsManager.getImsMmTelManager(activeDataSubId); in testRestoreAllSimSpecificSettingsFromBackup() local
906 mMmTelManager, (m) -> m.isAdvancedCallingSettingEnabled()); in testRestoreAllSimSpecificSettingsFromBackup()
908 mMmTelManager, (m) -> m.isVtSettingEnabled()); in testRestoreAllSimSpecificSettingsFromBackup()
911 mMmTelManager, (m) -> m.isVoWiFiSettingEnabled()); in testRestoreAllSimSpecificSettingsFromBackup()
913 mMmTelManager, (m) -> m.getVoWiFiModeSetting()); in testRestoreAllSimSpecificSettingsFromBackup()
915 mMmTelManager, (m) -> m.getVoWiFiRoamingModeSetting()); in testRestoreAllSimSpecificSettingsFromBackup()
926 ShellIdentityUtils.invokeMethodWithShellPermissionsNoReturn(mMmTelManager, in testRestoreAllSimSpecificSettingsFromBackup()
928 ShellIdentityUtils.invokeMethodWithShellPermissionsNoReturn(mMmTelManager, in testRestoreAllSimSpecificSettingsFromBackup()
933 ShellIdentityUtils.invokeMethodWithShellPermissionsNoReturn(mMmTelManager, in testRestoreAllSimSpecificSettingsFromBackup()
935 ShellIdentityUtils.invokeMethodWithShellPermissionsNoReturn(mMmTelManager, in testRestoreAllSimSpecificSettingsFromBackup()
[all …]