Home
last modified time | relevance | path

Searched refs:enableCompatCommand (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/telephony2/src/android/telephony2/cts/
DTelephonyManagerNoPermissionTest.java64 TelephonyUtils.enableCompatCommand(InstrumentationRegistry.getInstrumentation(), in testGetCallState_redirectToTelecom()
82 TelephonyUtils.enableCompatCommand(InstrumentationRegistry.getInstrumentation(), in testGetCallStateForSubscription()
DCallStateListenerPermissionTest.java103 TelephonyUtils.enableCompatCommand(InstrumentationRegistry.getInstrumentation(), in testCallStatePermission()
DTelephonyManagerReadPhoneStatePermissionTest.java111 TelephonyUtils.enableCompatCommand(InstrumentationRegistry.getInstrumentation(), in testTelephonyManagersAPIsRequiringReadPhoneStatePermissions()
/cts/tests/tests/telecom2/src/android/telecom/cts/
DTelecomManagerNoPermissionsTest.java82 TestUtils.enableCompatCommand(getInstrumentation(), in testCallStateCompatPermissions()
104 TestUtils.enableCompatCommand(getInstrumentation(), in testGetPhoneAccountCompatPermissions()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsServiceTest.java1460 TelephonyUtils.enableCompatCommand(InstrumentationRegistry.getInstrumentation(), in testRcsDeviceCapabilitiesPublish()
1705 TelephonyUtils.enableCompatCommand(InstrumentationRegistry.getInstrumentation(), in testRcsAttributesPublish()
1925 TelephonyUtils.enableCompatCommand(InstrumentationRegistry.getInstrumentation(), in testPublishImsReg()
2215 TelephonyUtils.enableCompatCommand(InstrumentationRegistry.getInstrumentation(), in testRcsCapabilitiesPublishNetworkResponseWithReasonHeader()
2337 TelephonyUtils.enableCompatCommand(InstrumentationRegistry.getInstrumentation(), in testRcsPublishThrottle()
2466 TelephonyUtils.enableCompatCommand(InstrumentationRegistry.getInstrumentation(), in testRcsPublishWithSipOptions()
2605 TelephonyUtils.enableCompatCommand(InstrumentationRegistry.getInstrumentation(), in testRcsPublishWithAuthorizedErrorResponse()
3963 TelephonyUtils.enableCompatCommand(InstrumentationRegistry.getInstrumentation(), in testProvisioningManagerWhenMmtelProvisionIsRequired()
4271 TelephonyUtils.enableCompatCommand(InstrumentationRegistry.getInstrumentation(), in testInitialNotificationForMmTelWhenCallbackRegistered()
4366 TelephonyUtils.enableCompatCommand(InstrumentationRegistry.getInstrumentation(), in testInitialNotificationForMmTelWhenImsServiceConnected()
[all …]
DSipDelegateManagerTest.java900 TelephonyUtils.enableCompatCommand(InstrumentationRegistry.getInstrumentation(), in testDelegateRegistrationChanges()
903 TelephonyUtils.enableCompatCommand(InstrumentationRegistry.getInstrumentation(), in testDelegateRegistrationChanges()
/cts/tests/tests/telephony/current/src/android/telephony/cts/util/
DTelephonyUtils.java259 public static void enableCompatCommand(Instrumentation instr, String pkgName, in enableCompatCommand() method in TelephonyUtils
/cts/tests/tests/telecom/src/android/telecom/cts/
DTestUtils.java601 public static void enableCompatCommand(Instrumentation instr, in enableCompatCommand() method in TestUtils