/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | ConnectionTest.java | 19 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 …]
|
D | DefaultDialerOperationsTest.java | 63 if (!TestUtils.shouldTestTelecom(mContext)) { in setUp() 92 if (!TestUtils.shouldTestTelecom(mContext)) { in testGetDefaultDialerPackage() 105 if (!TestUtils.shouldTestTelecom(mContext)) { in testActionDialHandling() 116 if (!TestUtils.shouldTestTelecom(mContext)) { in testDialerUI() 130 if (!TestUtils.shouldTestTelecom(mContext)) { in testEmergencyDialerUI() 146 if (!TestUtils.shouldTestTelecom(mContext)) { in testVoicemailReadWritePermissions() 180 if (!TestUtils.shouldTestTelecom(mContext)) { in testSilenceRingerPermissions() 197 if (!TestUtils.shouldTestTelecom(mContext)) { in testCancelMissedCallsNotificationPermissions() 214 if (!TestUtils.shouldTestTelecom(mContext)) { in testHandlePinMmPermissions() 236 if (!TestUtils.shouldTestTelecom(mContext)) { in testGetAdnForPhoneAccountPermissions() [all …]
|
D | ThirdPartyCallScreeningServiceTest.java | 19 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() 211 if (!shouldTestTelecom(mContext)) { in testHasPermissionAndHasContactIncoming() 224 if (!shouldTestTelecom(mContext)) { in testNoPermissionAndHasContactIncoming() 236 if (!shouldTestTelecom(mContext)) { in testHasPermissionAndNoContactOutgoing() [all …]
|
D | PhoneAccountOperationsTest.java | 114 if (!TestUtils.shouldTestTelecom(mContext)) { in setUp() 128 if (!TestUtils.shouldTestTelecom(mContext)) { in tearDown() 140 if (!shouldTestTelecom(mContext)) { in testRegisterPhoneAccount_correctlyThrowsSecurityException() 154 if (!shouldTestTelecom(mContext)) { in testRegisterPhoneAccount_NotEnabledAutomatically() 166 if (!shouldTestTelecom(mContext)) { in testRegisterPhoneAccount_DisallowEnable() 198 if (!shouldTestTelecom(mContext)) { in testRegisterPhoneAccount_ListEnabledAccounts() 234 if (!shouldTestTelecom(mContext)) { in testRegisterPhoneAccount_CheckCapabilities() 246 if (!shouldTestTelecom(mContext)) { in testRegisterPhoneAccount_CheckExtras() 262 if (!shouldTestTelecom(mContext)) { in testRegisterPhoneAccount_CheckURISchemeSupported() 282 if (!shouldTestTelecom(mContext)) { in testRegisterUnregisterPhoneAccountIntent()
|
D | PhoneAccountSuggestionServiceTest.java | 19 import static android.telecom.cts.TestUtils.shouldTestTelecom; 44 if (shouldTestTelecom(mContext)) { in setUp() 61 if (shouldTestTelecom(mContext)) { in tearDown() 76 if (!shouldTestTelecom(mContext)) { in testSuggestionFlow() 116 if (!shouldTestTelecom(mContext)) { in testSuggestionTimeout() 164 if (!shouldTestTelecom(mContext)) { in testEmptySuggestions() 196 if (!shouldTestTelecom(mContext)) { in testPartialSuggestions()
|
D | CallScreeningServiceTest.java | 19 import static android.telecom.cts.TestUtils.shouldTestTelecom; 70 if (shouldTestTelecom(mContext)) { in setUp() 96 if (!shouldTestTelecom(mContext)) { in testTelephonyCall_bindsToCallScreeningService() 122 if (!shouldTestTelecom(mContext)) { in testBindsToCallScreeningServiceWhenContactExist() 151 if (!shouldTestTelecom(mContext)) { in testVerificationFailed() 175 if (!shouldTestTelecom(mContext)) { in testNumberNotVerified()
|
D | TelecomAvailabilityTest.java | 19 import static android.telecom.cts.TestUtils.shouldTestTelecom; 58 if (!shouldTestTelecom(mContext)) { in testTelecomIsPreinstalledAndSystem() 74 if (!shouldTestTelecom(mContext)) { in testTelecomHandlesCallIntents() 103 if (!shouldTestTelecom(mContext)) { in testTelecomCanManageBlockedNumbers()
|
D | CallRedirectionServiceTest.java | 19 import static android.telecom.cts.TestUtils.shouldTestTelecom; 120 if (!shouldTestTelecom(mContext)) { in testRedirectedCallWithRedirectedGateway() 140 if (!shouldTestTelecom(mContext)) { in testRedirectedCallWithPostDialDigits() 165 if (!shouldTestTelecom(mContext)) { in testRedirectedCallWithRedirectedPhoneAccount() 181 if (!shouldTestTelecom(mContext)) { in testCancelCall() 192 if (!shouldTestTelecom(mContext)) { in testPlaceCallUnmodified()
|
D | BasicInCallServiceTest.java | 19 import static android.telecom.cts.TestUtils.shouldTestTelecom; 68 if (!shouldTestTelecom(mContext)) { in testResolveInCallIntent() 99 if (!shouldTestTelecom(mContext)) { in testTelephonyCall_bindsToInCallServiceAndAddsCall()
|
D | SimCallManagerTest.java | 66 if (!TestUtils.shouldTestTelecom(mContext)) { in setUp() 90 if (!TestUtils.shouldTestTelecom(mContext)) { in testGetSimCallManager() 136 if (!TestUtils.shouldTestTelecom(mContext)) { in testGetSimCallManagerForSub()
|
D | NumberDialingTest.java | 19 import static android.telecom.cts.TestUtils.shouldTestTelecom;
|
D | TestUtils.java | 269 public static boolean shouldTestTelecom(Context context) { in shouldTestTelecom() method in TestUtils
|
D | VideoCallTest.java | 30 import static android.telecom.cts.TestUtils.shouldTestTelecom;
|
D | BaseTelecomTestWithMockServices.java | 150 mShouldTestTelecom = TestUtils.shouldTestTelecom(mContext); in setUp()
|
/cts/tests/tests/telecom2/src/android/telecom/cts/ |
D | DefaultDialerOperationsNoPermissionsTest.java | 37 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()
|
D | TelecomManagerNoPermissionsTest.java | 36 if (!TestUtils.shouldTestTelecom(mContext)) { in setUp() 48 if (!TestUtils.shouldTestTelecom(mContext)) { in testCannotEndCall()
|
/cts/tests/tests/telecom3/src/android/telecom/cts/ |
D | SelfManagedAwareInCallServiceTest.java | 71 mShouldTestTelecom = TestUtils.shouldTestTelecom(context); in setUp()
|