Home
last modified time | relevance | path

Searched refs:getDetails (Results 1 – 24 of 24) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DCallDetailsTest.java148 assertThat(mCall.getDetails().getAccountHandle(), instanceOf(PhoneAccountHandle.class)); in testAccountHandle()
149 assertEquals(TEST_PHONE_ACCOUNT_HANDLE, mCall.getDetails().getAccountHandle()); in testAccountHandle()
160 assertThat(mCall.getDetails().getCallCapabilities(), instanceOf(Integer.class)); in testCallCapabilities()
161 assertEquals(CALL_CAPABILITIES, mCall.getDetails().getCallCapabilities()); in testCallCapabilities()
162 assertTrue(mCall.getDetails().can(Call.Details.CAPABILITY_HOLD)); in testCallCapabilities()
163 assertTrue(mCall.getDetails().can(Call.Details.CAPABILITY_MUTE)); in testCallCapabilities()
164 assertFalse(mCall.getDetails().can(Call.Details.CAPABILITY_MANAGE_CONFERENCE)); in testCallCapabilities()
165 assertFalse(mCall.getDetails().can(Call.Details.CAPABILITY_RESPOND_VIA_TEXT)); in testCallCapabilities()
312 assertThat(mCall.getDetails().getCallerDisplayName(), instanceOf(String.class)); in testCallerDisplayName()
313 assertEquals(CALLER_DISPLAY_NAME, mCall.getDetails().getCallerDisplayName()); in testCallerDisplayName()
[all …]
DCallRedirectionServiceTest.java129 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 …]
DConferenceTest.java194 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()
253 conf.getDetails().getHandlePresentation()); in testConferenceSetters()
259 conf.getDetails().getHandlePresentation()); in testConferenceSetters()
265 conf.getDetails().getCallerDisplayNamePresentation()); in testConferenceSetters()
270 conf.getDetails().getCallerDisplayNamePresentation()); in testConferenceSetters()
320 assertTrue(conf.getDetails().hasProperty(Call.Details.PROPERTY_HAS_CDMA_VOICE_PRIVACY)); in testConferenceProperties()
342 Bundle changedExtras = conf.getDetails().getExtras(); in testConferencePutExtras()
560 return call.getDetails().can(capability); in assertCallCapability()
[all …]
DPhoneAccountSuggestionServiceTest.java107 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()
DHandoverTest.java149 call.getDetails().getHandle()); in testOutgoingHandoverRequestValid()
176 mTelecomManager.acceptHandover(call.getDetails().getHandle(), in testIncomingHandoverRequestValid()
191 call.getDetails().getHandle()); in testIncomingHandoverRequestValid()
200 assertEquals(call.getDetails().getHandle(), request.getAddress()); in testIncomingHandoverRequestValid()
DIncomingCallTest.java72 call.getDetails().getCallerNumberVerificationStatus()); in testVerstatPassed()
85 call.getDetails().getCallerNumberVerificationStatus()); in testVerstatFailed()
98 call.getDetails().getCallerNumberVerificationStatus()); in testVerstatNotVerified()
245 assertTrue((mInCallCallbacks.getService().getLastCall().getDetails().getCallProperties() in testAddNewIncomingCallVoipState()
DBackgroundCallAudioTest.java159 assertEquals(DisconnectCause.REJECTED, call.getDetails().getDisconnectCause().getCode()); in testAudioProcessingFromCallScreeningDisallow()
223 assertEquals(DisconnectCause.MISSED, call.getDetails().getDisconnectCause().getCode()); in testAudioProcessingFromCallScreeningRemoteHangupDuringRing()
374 assertEquals(DisconnectCause.REMOTE, call.getDetails().getDisconnectCause().getCode()); in testAudioProcessActiveCallRemoteHangup()
460 assertEquals(DisconnectCause.REJECTED, call.getDetails().getDisconnectCause().getCode()); in testManualAudioCallScreenReject()
521 controlInterface.getCallState(call.getDetails().getTelecomCallId())); in testLowerApiLevelCompatibility1()
529 controlInterface.getCallState(call.getDetails().getTelecomCallId())); in testLowerApiLevelCompatibility1()
623 assertEquals(DisconnectCause.MISSED, call.getDetails().getDisconnectCause().getCode()); in verifySimulateRingAndUserMissed()
DCallDiagnosticServiceTest.java310 assertNull(mCall.getDetails().getDisconnectCause().getLabel()); in testSetNullDisconnectMessage()
311 assertNull(mCall.getDetails().getDisconnectCause().getDescription()); in testSetNullDisconnectMessage()
331 assertEquals(OVERRIDE_MESSAGE, mCall.getDetails().getDisconnectCause().getLabel()); in testOverrideDisconnectMessage()
332 assertEquals(OVERRIDE_MESSAGE, mCall.getDetails().getDisconnectCause().getDescription()); in testOverrideDisconnectMessage()
DBaseTelecomTestWithMockServices.java442 mPreviousPhoneAccountHandle = call.getDetails().getAccountHandle(); in setupCallbacks()
1378 return call.getState() == state && call.getDetails().getState() == state; in assertCallState()
1383 + call.getDetails().getState() in assertCallState()
1449 return call.getDetails().getCallerDisplayName(); in assertCallDisplayName()
1467 return call.getDetails().getHandle(); in assertCallHandle()
1485 return call.getDetails().getConnectTimeMillis() != time; in assertCallConnectTimeChanged()
1578 return mCall != null && mCall.getDetails() != null; in assertCallDetailsConstructed()
1597 return mCall != null && mCall.getDetails() != null in assertCallGatewayConstructed()
1598 && mCall.getDetails().getGatewayInfo() != null; in assertCallGatewayConstructed()
1816 return call.getDetails().hasProperty(properties); in assertCallProperties()
[all …]
DExtendedInCallServiceTest.java448 assertFalse(call.getDetails().getExtras().containsKey(TelecomManager.EXTRA_LOCATION)); in testCallComposerAttachmentsStrippedCorrectly()
449 assertFalse(call.getDetails().getExtras().containsKey(TelecomManager.EXTRA_PRIORITY)); in testCallComposerAttachmentsStrippedCorrectly()
450 assertFalse(call.getDetails().getExtras() in testCallComposerAttachmentsStrippedCorrectly()
453 assertFalse(call.getDetails().getIntentExtras() in testCallComposerAttachmentsStrippedCorrectly()
455 assertFalse(call.getDetails().getIntentExtras() in testCallComposerAttachmentsStrippedCorrectly()
457 assertFalse(call.getDetails().getIntentExtras() in testCallComposerAttachmentsStrippedCorrectly()
DConnectionServiceTest.java283 assertEquals(Call.Details.DIRECTION_INCOMING, call.getDetails().getCallDirection()); in testCallDirectionIncoming()
439 assertEquals(Call.Details.DIRECTION_OUTGOING, call.getDetails().getCallDirection());
440 assertEquals(1000L, call.getDetails().getConnectTimeMillis());
DMockInCallService.java242 if (call.getDetails().hasProperty(Call.Details.PROPERTY_CONFERENCE) == true) { in onCallAdded()
265 if (call.getDetails().hasProperty(Call.Details.PROPERTY_CONFERENCE) == true) { in onCallRemoved()
DAdhocConferenceTest.java179 return call.getDetails().can(Call.Details.CAPABILITY_ADD_PARTICIPANT); in testConferenceCallAddConferenceParticipants()
DThirdPartyCallScreeningServiceTest.java504 call.getDetails().getExtras().getBoolean( in addIncomingAndVerifyCallExtraForSilence()
DVideoCallTest.java622 return call.getDetails().getVideoState(); in assertVideoState()
/cts/tests/tests/telecom3/src/android/telecom/cts/
DSelfManagedAwareInCallServiceTest.java136 assertTrue(call.getDetails().hasProperty(Call.Details.PROPERTY_SELF_MANAGED)); in testInCallServiceOutgoing()
137 assertEquals(TEST_ADDRESS_1, call.getDetails().getHandle()); in testInCallServiceOutgoing()
160 assertTrue(call.getDetails().hasProperty(Call.Details.PROPERTY_SELF_MANAGED)); in testInCallServiceIncoming()
161 assertEquals(TEST_ADDRESS_1, call.getDetails().getHandle()); in testInCallServiceIncoming()
183 assertTrue(call.getDetails().hasProperty(Call.Details.PROPERTY_SELF_MANAGED)); in testSelfManagedSignalling()
184 assertEquals(TEST_ADDRESS_1, call.getDetails().getHandle()); in testSelfManagedSignalling()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/dialer/
DDialerCallTestService.java63 if (call.getDetails().getHandle() != null) { in onCallAdded()
64 intent.putExtra(EXTRA_CALL_NAME, call.getDetails().getHandle().getSchemeSpecificPart()); in onCallAdded()
/cts/suite/audio_quality/lib/src/
DReport.cpp78 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/
DCtsApi29InCallServiceControl.java37 .filter(c -> c.getDetails().getTelecomCallId().equals(callId))
/cts/suite/cts/utils/
Dget_csv_report.py49 def getDetails(self): member in TestCase
181 values["details"] = result.getDetails()
/cts/suite/audio_quality/lib/include/task/
DTaskCase.h127 const android::String8& getDetails() const;
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestResult.java155 public String getDetails() { in getDetails() method in TestResult
DTestListAdapter.java255 testResult.getDetails(), testResult.getReportLog(), histories).execute(); in setTestResult()
/cts/suite/audio_quality/lib/src/task/
DTaskCase.cpp300 const android::String8& TaskCase::getDetails() const in getDetails() function in TaskCase