Home
last modified time | relevance | path

Searched refs:shouldTestTelecom (Results 1 – 18 of 18) 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()
DTelecomManagerNoPermissionsTest.java63 if (!TestUtils.shouldTestTelecom(mContext)) { in testCannotEndCall()
74 if (!TestUtils.shouldTestTelecom(mContext)) { in testCallStateCompatPermissions()
99 if (!TestUtils.shouldTestTelecom(mContext)) { in testGetPhoneAccountCompatPermissions()
123 if (!TestUtils.shouldTestTelecom(mContext) || !Flags.workProfileApiSplit()) { in testGetCallCapablePhoneAccountsAcrossProfilesPermission()
/cts/tests/tests/telecom/src/android/telecom/cts/
DConnectionTest.java19 import static android.telecom.cts.TestUtils.shouldTestTelecom;
40 if (!shouldTestTelecom(getContext())) { in testStateCallbacks()
127 if (!shouldTestTelecom(getContext())) { in testSetAndGetCallerDisplayName()
142 if (!shouldTestTelecom(getContext())) { in testSetAndGetAddress()
157 if (!shouldTestTelecom(getContext())) { in testSetAndGetConnectionCapabilities()
174 if (!shouldTestTelecom(getContext())) { in testSetAndGetConnectionProperties()
190 if (!shouldTestTelecom(getContext())) { in testSetAndGetDisconnectCause()
209 if (!shouldTestTelecom(getContext())) { in testSetAndGetAudioModeIsVoip()
223 if (!shouldTestTelecom(getContext())) { in testSetAndGetExtras()
250 if (!shouldTestTelecom(getContext())) { in testPutExtras()
[all …]
DDefaultDialerOperationsTest.java62 if (!TestUtils.shouldTestTelecom(mContext)) { in setUp()
91 if (!TestUtils.shouldTestTelecom(mContext)) { in testGetDefaultDialerPackage()
104 if (!TestUtils.shouldTestTelecom(mContext) || !TestUtils.hasTelephonyFeature(mContext)) { in testActionDialHandling()
115 if (!TestUtils.shouldTestTelecom(mContext)) { in testDialerUI()
129 if (!TestUtils.shouldTestTelecom(mContext)) { in testEmergencyDialerUI()
145 if (!TestUtils.shouldTestTelecom(mContext)) { in testVoicemailReadWritePermissions()
179 if (!TestUtils.shouldTestTelecom(mContext)) { in testSilenceRingerPermissions()
196 if (!TestUtils.shouldTestTelecom(mContext)) { in testCancelMissedCallsNotificationPermissions()
213 if (!TestUtils.shouldTestTelecom(mContext)) { in testHandlePinMmPermissions()
235 if (!TestUtils.shouldTestTelecom(mContext)) { in testGetAdnForPhoneAccountPermissions()
[all …]
DCallDiagnosticServiceTest.java20 import static android.telecom.cts.TestUtils.shouldTestTelecom;
50 if (!shouldTestTelecom(mContext) || !TestUtils.hasTelephonyFeature(mContext)) { in setUp()
80 if (!shouldTestTelecom(mContext) || !TestUtils.hasTelephonyFeature(mContext)) { in testAddCallAndPassValues()
114 if (!shouldTestTelecom(mContext) || !TestUtils.hasTelephonyFeature(mContext)) { in testAddMultipleCalls()
153 if (!shouldTestTelecom(mContext) || !TestUtils.hasTelephonyFeature(mContext)) { in testBluetoothCallQualityReport()
180 if (!shouldTestTelecom(mContext) || !TestUtils.hasTelephonyFeature(mContext)) { in testCallAudioRoute()
198 if (!shouldTestTelecom(mContext) || !TestUtils.hasTelephonyFeature(mContext)) { in testReceiveD2DMessage()
224 if (!shouldTestTelecom(mContext) || !TestUtils.hasTelephonyFeature(mContext)) { in testSendD2DMessage()
252 if (!shouldTestTelecom(mContext) || !TestUtils.hasTelephonyFeature(mContext)) { in testDisplayDiagnosticMessage()
276 if (!shouldTestTelecom(mContext) || !TestUtils.hasTelephonyFeature(mContext)) { in testClearDisplayDiagnosticMessage()
[all …]
DThirdPartyCallScreeningServiceTest.java20 import static android.telecom.cts.TestUtils.shouldTestTelecom;
117 if (!shouldTestTelecom(mContext)) { in testRejectCall()
137 if (!shouldTestTelecom(mContext)) { in testRejectCallAndTryToSkipCallLog()
154 if (!shouldTestTelecom(mContext)) { in testIncomingCallHasSilenceExtra()
171 if (!shouldTestTelecom(mContext)) { in testIncomingCallDoesNotHaveHaveSilenceExtra()
184 if (!shouldTestTelecom(mContext)) { in testHasPermissionAndNoContactIncoming()
198 if (!shouldTestTelecom(mContext)) { in testNoPermissionAndNoContactIncoming()
212 if (!shouldTestTelecom(mContext)) { in testHasPermissionAndHasContactIncoming()
225 if (!shouldTestTelecom(mContext) || !TestUtils.hasTelephonyFeature(mContext)) { in testNoPermissionAndHasContactIncoming()
238 if (!shouldTestTelecom(mContext)) { in testHasPermissionAndNoContactOutgoing()
[all …]
DPhoneAccountOperationsTest.java144 if (!TestUtils.shouldTestTelecom(mContext)) { in setUp()
158 if (!TestUtils.shouldTestTelecom(mContext)) { in tearDown()
173 if (!shouldTestTelecom(mContext) || !Flags.simultaneousCallingIndications()) { in testRegisterPhoneAccount_simultaneousCallingRestrictions()
240 if (!shouldTestTelecom(mContext)) { in testRegisterPhoneAccount_correctlyThrowsSecurityException()
254 if (!shouldTestTelecom(mContext)) { in testRegisterPhoneAccount_NotEnabledAutomatically()
266 if (!shouldTestTelecom(mContext)) { in testRegisterPhoneAccount_DisallowEnable()
298 if (!shouldTestTelecom(mContext)) { in testRegisterPhoneAccount_ListEnabledAccounts()
334 if (!shouldTestTelecom(mContext)) { in testRegisterPhoneAccount_CheckCapabilities()
346 if (!shouldTestTelecom(mContext)) { in testRegisterPhoneAccount_CheckExtras()
362 if (!shouldTestTelecom(mContext)) { in testRegisterPhoneAccount_CheckURISchemeSupported()
[all …]
DTelecomAvailabilityTest.java19 import static android.telecom.cts.TestUtils.shouldTestTelecom;
64 if (!shouldTestTelecom(mContext)) { in testTelecomIsPreinstalledAndSystem()
80 if (!shouldTestTelecom(mContext)) { in testTelecomHandlesCallIntents()
109 if (!shouldTestTelecom(mContext)) { in testTelecomCanManageBlockedNumbers()
131 if (!shouldTestTelecom(mContext) in testCreateLaunchEmergencyDialerIntent()
DCallRedirectionServiceTest.java19 import static android.telecom.cts.TestUtils.shouldTestTelecom;
122 if (!shouldTestTelecom(mContext)) { in testRedirectedCallWithRedirectedGateway()
142 if (!shouldTestTelecom(mContext)) { in testRedirectedCallWithPostDialDigits()
167 if (!shouldTestTelecom(mContext)) { in testRedirectedCallWithRedirectedPhoneAccount()
183 if (!shouldTestTelecom(mContext)) { in testCancelCall()
194 if (!shouldTestTelecom(mContext)) { in testPlaceCallUnmodified()
208 if (!shouldTestTelecom(mContext)) { in testNotifyTimeout()
221 if (!shouldTestTelecom(mContext) || !TestUtils.hasTelephonyFeature(mContext)) { in testCantRedirectEmergencyCall()
234 if (!shouldTestTelecom(mContext)) { in testServiceUnbindOnNullBinding()
DCallScreeningServiceTest.java19 import static android.telecom.cts.TestUtils.shouldTestTelecom;
69 if (shouldTestTelecom(mContext)) { in setUp()
95 if (!shouldTestTelecom(mContext)) { in testTelephonyCall_bindsToCallScreeningService()
121 if (!shouldTestTelecom(mContext)) { in testBindsToCallScreeningServiceWhenContactExist()
150 if (!shouldTestTelecom(mContext)) { in testVerificationFailed()
174 if (!shouldTestTelecom(mContext)) { in testNumberNotVerified()
DBasicInCallServiceTest.java19 import static android.telecom.cts.TestUtils.shouldTestTelecom;
66 if (!shouldTestTelecom(mContext) || !TestUtils.hasTelephonyFeature(mContext)) { in testResolveInCallIntent()
97 if (!shouldTestTelecom(mContext) || !TestUtils.hasTelephonyFeature(mContext)) { in testTelephonyCall_bindsToInCallServiceAndAddsCall()
DSimCallManagerTest.java66 if (!TestUtils.shouldTestTelecom(mContext)) { in setUp()
90 if (!TestUtils.shouldTestTelecom(mContext)) { in testGetSimCallManager()
136 if (!TestUtils.shouldTestTelecom(mContext)) { in testGetSimCallManagerForSub()
DNumberDialingTest.java19 import static android.telecom.cts.TestUtils.shouldTestTelecom;
DTestUtils.java434 public static boolean shouldTestTelecom(Context context) { in shouldTestTelecom() method in TestUtils
DBaseTelecomTestWithMockServices.java290 mShouldTestTelecom = TestUtils.shouldTestTelecom(mContext); in setUp()
/cts/tests/tests/telecom3/src/android/telecom/cts/
DSelfManagedAwareInCallServiceTest.java80 mShouldTestTelecom = TestUtils.shouldTestTelecom(context); in setUp()
/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/
DBaseAppVerifierImpl.java120 if (!shouldTestTelecom(mContext)) { in maybeCleanupTelecom()
138 public static boolean shouldTestTelecom(Context context) { in shouldTestTelecom() method in BaseAppVerifierImpl
/cts/tests/tests/telecom-cuj/src/android/telecom/cts/cuj/
DBaseAppVerifier.java109 mShouldTestTelecom = BaseAppVerifierImpl.shouldTestTelecom(mContext); in setUp()