/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | CallDetailsTest.java | 144 assertThat(mCall.getDetails().getAccountHandle(), instanceOf(PhoneAccountHandle.class)); in testAccountHandle() 145 assertEquals(TEST_PHONE_ACCOUNT_HANDLE, mCall.getDetails().getAccountHandle()); in testAccountHandle() 156 assertThat(mCall.getDetails().getCallCapabilities(), instanceOf(Integer.class)); in testCallCapabilities() 157 assertEquals(CALL_CAPABILITIES, mCall.getDetails().getCallCapabilities()); in testCallCapabilities() 158 assertTrue(mCall.getDetails().can(Call.Details.CAPABILITY_HOLD)); in testCallCapabilities() 159 assertTrue(mCall.getDetails().can(Call.Details.CAPABILITY_MUTE)); in testCallCapabilities() 160 assertFalse(mCall.getDetails().can(Call.Details.CAPABILITY_MANAGE_CONFERENCE)); in testCallCapabilities() 161 assertFalse(mCall.getDetails().can(Call.Details.CAPABILITY_RESPOND_VIA_TEXT)); in testCallCapabilities() 305 assertThat(mCall.getDetails().getCallerDisplayName(), instanceOf(String.class)); in testCallerDisplayName() 306 assertEquals(CALLER_DISPLAY_NAME, mCall.getDetails().getCallerDisplayName()); in testCallerDisplayName() [all …]
|
D | CallRedirectionServiceTest.java | 129 assertEquals(SAMPLE_HANDLE, mCall.getDetails().getGatewayInfo().getGatewayAddress()); in testRedirectedCallWithRedirectedGateway() 130 assertEquals(getTestNumber(), mCall.getDetails().getGatewayInfo().getOriginalAddress()); in testRedirectedCallWithRedirectedGateway() 131 assertEquals(TestUtils.TEST_PHONE_ACCOUNT_HANDLE, mCall.getDetails().getAccountHandle()); in testRedirectedCallWithRedirectedGateway() 151 mCall.getDetails().getGatewayInfo().getGatewayAddress()); in testRedirectedCallWithPostDialDigits() 155 Uri.decode(mCall.getDetails().getGatewayInfo().getOriginalAddress() in testRedirectedCallWithPostDialDigits() 158 mCall.getDetails().getHandle()); in testRedirectedCallWithPostDialDigits() 159 assertEquals(TestUtils.TEST_PHONE_ACCOUNT_HANDLE, mCall.getDetails().getAccountHandle()); in testRedirectedCallWithPostDialDigits() 174 assertEquals(SAMPLE_HANDLE, mCall.getDetails().getGatewayInfo().getGatewayAddress()); in testRedirectedCallWithRedirectedPhoneAccount() 175 assertEquals(getTestNumber(), mCall.getDetails().getGatewayInfo().getOriginalAddress()); in testRedirectedCallWithRedirectedPhoneAccount() 176 assertEquals(TestUtils.TEST_PHONE_ACCOUNT_HANDLE_2, mCall.getDetails().getAccountHandle()); in testRedirectedCallWithRedirectedPhoneAccount() [all …]
|
D | ConferenceTest.java | 194 assertFalse(conf.getDetails().can(Call.Details.CAPABILITY_MUTE)); in testConferenceSetters() 211 assertFalse(conf.getDetails().getExtras().containsKey( in testConferenceSetters() 217 assertNull(conf.getDetails().getStatusHints()); in testConferenceSetters() 250 conf.getDetails().getHandlePresentation()); in testConferenceSetters() 256 conf.getDetails().getHandlePresentation()); in testConferenceSetters() 262 conf.getDetails().getCallerDisplayNamePresentation()); in testConferenceSetters() 267 conf.getDetails().getCallerDisplayNamePresentation()); in testConferenceSetters() 313 assertTrue(conf.getDetails().hasProperty(Call.Details.PROPERTY_HAS_CDMA_VOICE_PRIVACY)); in testConferenceProperties() 335 Bundle changedExtras = conf.getDetails().getExtras(); in testConferencePutExtras() 544 return call.getDetails().can(capability); in assertCallCapability() [all …]
|
D | PhoneAccountSuggestionServiceTest.java | 107 phoneAcctSelectCall.getDetails().getIntentExtras() in testSuggestionFlow() 151 phoneAcctSelectCall.getDetails().getIntentExtras() in testSuggestionTimeout() 155 phoneAcctSelectCall.getDetails().getIntentExtras() in testSuggestionTimeout() 186 phoneAcctSelectCall.getDetails().getIntentExtras() in testEmptySuggestions() 189 phoneAcctSelectCall.getDetails().getIntentExtras() in testEmptySuggestions() 223 phoneAcctSelectCall.getDetails().getIntentExtras() in testPartialSuggestions() 226 phoneAcctSelectCall.getDetails().getIntentExtras() in testPartialSuggestions()
|
D | IncomingCallTest.java | 59 call.getDetails().getCallerNumberVerificationStatus()); in testVerstatPassed() 72 call.getDetails().getCallerNumberVerificationStatus()); in testVerstatFailed() 85 call.getDetails().getCallerNumberVerificationStatus()); in testVerstatNotVerified() 183 assertTrue((mInCallCallbacks.getService().getLastCall().getDetails().getCallProperties() in testAddNewIncomingCallVoipState()
|
D | HandoverTest.java | 148 call.getDetails().getHandle()); in testOutgoingHandoverRequestValid() 175 mTelecomManager.acceptHandover(call.getDetails().getHandle(), in testIncomingHandoverRequestValid() 190 call.getDetails().getHandle()); in testIncomingHandoverRequestValid() 199 assertEquals(call.getDetails().getHandle(), request.getAddress()); in testIncomingHandoverRequestValid()
|
D | BackgroundCallAudioTest.java | 165 assertEquals(DisconnectCause.REJECTED, call.getDetails().getDisconnectCause().getCode()); in testAudioProcessingFromCallScreeningDisallow() 229 assertEquals(DisconnectCause.MISSED, call.getDetails().getDisconnectCause().getCode()); in testAudioProcessingFromCallScreeningRemoteHangupDuringRing() 380 assertEquals(DisconnectCause.REMOTE, call.getDetails().getDisconnectCause().getCode()); in testAudioProcessActiveCallRemoteHangup() 466 assertEquals(DisconnectCause.REJECTED, call.getDetails().getDisconnectCause().getCode()); in testManualAudioCallScreenReject() 527 controlInterface.getCallState(call.getDetails().getTelecomCallId())); in testLowerApiLevelCompatibility1() 535 controlInterface.getCallState(call.getDetails().getTelecomCallId())); in testLowerApiLevelCompatibility1() 628 assertEquals(DisconnectCause.MISSED, call.getDetails().getDisconnectCause().getCode()); in verifySimulateRingAndUserMissed()
|
D | ConnectionServiceTest.java | 276 assertEquals(Call.Details.DIRECTION_INCOMING, call.getDetails().getCallDirection()); in testCallDirectionIncoming() 310 assertEquals(Call.Details.DIRECTION_OUTGOING, call.getDetails().getCallDirection()); in testCallDirectionOutgoing() 311 assertEquals(1000L, call.getDetails().getConnectTimeMillis()); in testCallDirectionOutgoing()
|
D | BaseTelecomTestWithMockServices.java | 304 mPreviousPhoneAccountHandle = call.getDetails().getAccountHandle(); in setupCallbacks() 1265 return call.getDetails().getCallerDisplayName(); in assertCallDisplayName() 1283 return call.getDetails().getHandle(); in assertCallHandle() 1301 return call.getDetails().getConnectTimeMillis() != time; in assertCallConnectTimeChanged() 1394 return mCall != null && mCall.getDetails() != null; in assertCallDetailsConstructed() 1413 return mCall != null && mCall.getDetails() != null in assertCallGatewayConstructed() 1414 && mCall.getDetails().getGatewayInfo() != null; in assertCallGatewayConstructed() 1632 return call.getDetails().hasProperty(properties); in assertCallProperties() 1656 int callCapabilities = call.getDetails().getCallCapabilities(); in assertDoesNotHaveCallCapabilities() 1681 return !call.getDetails().hasProperty(properties); in assertDoesNotHaveCallProperties() [all …]
|
D | MockInCallService.java | 237 if (call.getDetails().hasProperty(Call.Details.PROPERTY_CONFERENCE) == true) { in onCallAdded() 260 if (call.getDetails().hasProperty(Call.Details.PROPERTY_CONFERENCE) == true) { in onCallRemoved()
|
D | ThirdPartyCallScreeningServiceTest.java | 501 call.getDetails().getExtras().getBoolean( in addIncomingAndVerifyCallExtraForSilence()
|
D | VideoCallTest.java | 622 return call.getDetails().getVideoState(); in assertVideoState()
|
/cts/tests/tests/telecom3/src/android/telecom/cts/ |
D | SelfManagedAwareInCallServiceTest.java | 127 assertTrue(call.getDetails().hasProperty(Call.Details.PROPERTY_SELF_MANAGED)); in testInCallServiceOutgoing() 128 assertEquals(TEST_ADDRESS_1, call.getDetails().getHandle()); in testInCallServiceOutgoing() 151 assertTrue(call.getDetails().hasProperty(Call.Details.PROPERTY_SELF_MANAGED)); in testInCallServiceIncoming() 152 assertEquals(TEST_ADDRESS_1, call.getDetails().getHandle()); in testInCallServiceIncoming() 174 assertTrue(call.getDetails().hasProperty(Call.Details.PROPERTY_SELF_MANAGED)); in testSelfManagedSignalling() 175 assertEquals(TEST_ADDRESS_1, call.getDetails().getHandle()); in testSelfManagedSignalling()
|
/cts/suite/audio_quality/lib/src/ |
D | Report.cpp | 78 StringPair pair(name, task->getDetails()); in addCasePassed() 86 StringPair pair(name, task->getDetails()); in addCaseFailed()
|
/cts/tests/tests/telecom/Api29InCallServiceTestApp/src/android/telecom/cts/api29incallservice/ |
D | CtsApi29InCallServiceControl.java | 36 .filter(c -> c.getDetails().getTelecomCallId().equals(callId))
|
/cts/suite/cts/utils/ |
D | get_csv_report.py | 49 def getDetails(self): member in TestCase 181 values["details"] = result.getDetails()
|
/cts/suite/audio_quality/lib/include/task/ |
D | TaskCase.h | 127 const android::String8& getDetails() const;
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | TestResult.java | 140 public String getDetails() { in getDetails() method in TestResult
|
D | TestListAdapter.java | 206 testResult.getDetails(), testResult.getReportLog(), histories).execute(); in setTestResult()
|
/cts/suite/audio_quality/lib/src/task/ |
D | TaskCase.cpp | 300 const android::String8& TaskCase::getDetails() const in getDetails() function in TaskCase
|