Home
last modified time | relevance | path

Searched refs:shouldTestTelecom (Results 1 – 12 of 12) sorted by relevance

/cts/tests/tests/telecom2/src/android/telecom/cts/
DDefaultDialerOperationsNoPermissionsTest.java37 if (!TestUtils.shouldTestTelecom(mContext)) { in setUp()
62 if (!TestUtils.shouldTestTelecom(mContext)) { in testShowInCallScreenPermissions()
74 if (!TestUtils.shouldTestTelecom(mContext)) { in testGetCallCapableAccountsPermissions()
86 if (!TestUtils.shouldTestTelecom(mContext)) { in testGetDefaultOutgoingPhoneAccount()
98 if (!TestUtils.shouldTestTelecom(mContext)) { in testGetLine1Number()
110 if (!TestUtils.shouldTestTelecom(mContext)) { in testGetVoicemailNumber()
122 if (!TestUtils.shouldTestTelecom(mContext)) { in testIsVoicemailNumber()
134 if (!TestUtils.shouldTestTelecom(mContext)) { in testIsInCall()
/cts/tests/tests/telecom/src/android/telecom/cts/
DConnectionTest.java19 import static android.telecom.cts.TestUtils.shouldTestTelecom;
36 if (!shouldTestTelecom(getContext())) { in testStateCallbacks()
119 if (!shouldTestTelecom(getContext())) { in testSetAndGetCallerDisplayName()
134 if (!shouldTestTelecom(getContext())) { in testSetAndGetAddress()
149 if (!shouldTestTelecom(getContext())) { in testSetAndGetConnectionCapabilities()
166 if (!shouldTestTelecom(getContext())) { in testSetAndGetDisconnectCause()
185 if (!shouldTestTelecom(getContext())) { in testSetAndGetAudioModeIsVoip()
199 if (!shouldTestTelecom(getContext())) { in testSetAndGetExtras()
219 if (!shouldTestTelecom(getContext())) { in testSetAndGetStatusHints()
235 if (!shouldTestTelecom(getContext())) { in testSetAndGetRingbackRequested()
[all …]
DPhoneAccountOperationsTest.java83 if (!TestUtils.shouldTestTelecom(mContext)) { in setUp()
91 if (!TestUtils.shouldTestTelecom(mContext)) { in tearDown()
102 if (!shouldTestTelecom(mContext)) { in testRegisterPhoneAccount_correctlyThrowsSecurityException()
116 if (!shouldTestTelecom(mContext)) { in testRegisterPhoneAccount_NotEnabledAutomatically()
128 if (!shouldTestTelecom(mContext)) { in testRegisterPhoneAccount_DisallowEnable()
157 if (!shouldTestTelecom(mContext)) { in testRegisterPhoneAccount_ListEnabledAccounts()
177 if (!shouldTestTelecom(mContext)) { in testRegisterPhoneAccount_CheckCapabilities()
189 if (!shouldTestTelecom(mContext)) { in testRegisterPhoneAccount_CheckURISchemeSupported()
DDefaultDialerOperationsTest.java47 if (!TestUtils.shouldTestTelecom(mContext)) { in setUp()
75 if (!TestUtils.shouldTestTelecom(mContext)) { in testGetDefaultDialerPackage()
84 if (!TestUtils.shouldTestTelecom(mContext)) { in testVoicemailReadWritePermissions()
118 if (!TestUtils.shouldTestTelecom(mContext)) { in testSilenceRingerPermissions()
135 if (!TestUtils.shouldTestTelecom(mContext)) { in testCancelMissedCallsNotificationPermissions()
152 if (!TestUtils.shouldTestTelecom(mContext)) { in testHandlePinMmPermissions()
174 if (!TestUtils.shouldTestTelecom(mContext)) { in testGetAdnForPhoneAccountPermissions()
190 if (!TestUtils.shouldTestTelecom(mContext)) { in testSetDefaultDialerNoDialIntent_notSupported()
DTelecomAvailabilityTest.java19 import static android.telecom.cts.TestUtils.shouldTestTelecom;
57 if (!shouldTestTelecom(mContext)) { in testTelecomIsPreinstalledAndSystem()
73 if (!shouldTestTelecom(mContext)) { in testTelecomHandlesCallIntents()
DBasicInCallServiceTest.java19 import static android.telecom.cts.TestUtils.shouldTestTelecom;
66 if (!shouldTestTelecom(mContext)) { in testTelephonyCall_bindsToInCallServiceAndAddsCall()
DSimCallManagerTest.java65 if (!TestUtils.shouldTestTelecom(mContext)) { in setUp()
89 if (!TestUtils.shouldTestTelecom(mContext)) { in testGetSimCallManager()
DNumberDialingTest.java19 import static android.telecom.cts.TestUtils.shouldTestTelecom;
DOutgoingCallTest.java19 import static android.telecom.cts.TestUtils.shouldTestTelecom;
DTestUtils.java61 public static boolean shouldTestTelecom(Context context) { in shouldTestTelecom() method in TestUtils
DVideoCallTest.java28 import static android.telecom.cts.TestUtils.shouldTestTelecom;
DBaseTelecomTestWithMockServices.java97 mShouldTestTelecom = shouldTestTelecom(mContext); in setUp()