Home
last modified time | relevance | path

Searched refs:CTS_APP_PACKAGE (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/telephony2/src/android/telephony2/cts/
DTelephonyManagerReadPhoneStatePermissionTest.java67 TelephonyUtils.CTS_APP_PACKAGE, in tearDown()
112 TelephonyUtils.CTS_APP_PACKAGE, in testTelephonyManagersAPIsRequiringReadPhoneStatePermissions()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTestOnMockModem.java170 mShaId = getShaId(TelephonyUtils.CTS_APP_PACKAGE); in beforeAllTests()
907 TelephonyUtils.CTS_APP_PACKAGE, 10110, mShaId); in getCarrierRestrictionStatus_ReadPhoneState_NotRestricted()
934 TelephonyUtils.CTS_APP_PACKAGE, 10110, mShaId); in getCarrierRestrictionStatus_ReadPhoneState_Restricted()
962 TelephonyUtils.CTS_APP_PACKAGE, 1839, mShaId); in getCarrierRestrictionStatus_ReadPhoneState_RestrictedToCaller_MNO()
991 TelephonyUtils.CTS_APP_PACKAGE, 2032, mShaId); in getCarrierRestrictionStatus_ReadPhoneState_RestrictedToCaller_MNO1()
1020 TelephonyUtils.CTS_APP_PACKAGE, 2032, mShaId); in getCarrierRestrictionStatus_ReadPhoneState_RestrictedToCaller_MVNO()
1048 TelephonyUtils.CTS_APP_PACKAGE, 10110, mShaId); in getCarrierRestrictionStatus_ReadPhoneState_Unknown()
DNetworkRegistrationInfoTest.java361 TelephonyUtils.CTS_APP_PACKAGE, RETURN_REGISTRATION_STATE_EMERGENCY_STRING); in testReturnRegistrationStateEmergencyAndChangesCompatDisabled()
382 TelephonyUtils.CTS_APP_PACKAGE, RETURN_REGISTRATION_STATE_EMERGENCY_STRING); in testReturnRegistrationStateEmergencyAndChangesCompatDisabled()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsServiceTest.java435 TelephonyUtils.CTS_APP_PACKAGE, SUPPORT_PUBLISHING_STATE_STRING); in afterTest()
437 TelephonyUtils.CTS_APP_PACKAGE, SUPPORT_PROVISION_STATUS_FOR_CAPABILITY_STRING); in afterTest()
1461 TelephonyUtils.CTS_APP_PACKAGE, in testRcsDeviceCapabilitiesPublish()
1706 TelephonyUtils.CTS_APP_PACKAGE, in testRcsAttributesPublish()
1926 TelephonyUtils.CTS_APP_PACKAGE, in testPublishImsReg()
2216 TelephonyUtils.CTS_APP_PACKAGE, in testRcsCapabilitiesPublishNetworkResponseWithReasonHeader()
2338 TelephonyUtils.CTS_APP_PACKAGE, in testRcsPublishThrottle()
2467 TelephonyUtils.CTS_APP_PACKAGE, in testRcsPublishWithSipOptions()
2606 TelephonyUtils.CTS_APP_PACKAGE, in testRcsPublishWithAuthorizedErrorResponse()
2875 TelephonyUtils.CTS_APP_PACKAGE, in testRcsPublishWithDisableCompactCommand()
[all …]
DSipDelegateManagerTest.java901 TelephonyUtils.CTS_APP_PACKAGE, in testDelegateRegistrationChanges()
904 TelephonyUtils.CTS_APP_PACKAGE, in testDelegateRegistrationChanges()
937 TelephonyUtils.CTS_APP_PACKAGE, in testDelegateRegistrationChanges()
940 TelephonyUtils.CTS_APP_PACKAGE, in testDelegateRegistrationChanges()
954 TelephonyUtils.CTS_APP_PACKAGE, in testDelegateRegistrationChangesCompatDisabled()
957 TelephonyUtils.CTS_APP_PACKAGE, in testDelegateRegistrationChangesCompatDisabled()
999 TelephonyUtils.CTS_APP_PACKAGE, in testDelegateRegistrationChangesCompatDisabled()
1002 TelephonyUtils.CTS_APP_PACKAGE, in testDelegateRegistrationChangesCompatDisabled()
/cts/tests/tests/telephony/current/src/android/telephony/euicc/cts/
DEuiccManagerTest.java284 TelephonyUtils.CTS_APP_PACKAGE, in testSwitchToSubscritionDisableWithNoPortAndChangesCompatDisabled()
312 TelephonyUtils.CTS_APP_PACKAGE, in testSwitchToSubscritionDisableWithNoPortAndChangesCompatDisabled()
/cts/tests/tests/telephony/current/src/android/telephony/cts/util/
DTelephonyUtils.java232 public static final String CTS_APP_PACKAGE = "android.telephony.cts"; field in TelephonyUtils