Searched refs:getDetails (Results 1 – 11 of 11) sorted by relevance
133 assertThat(mCall.getDetails().getAccountHandle(), is(PhoneAccountHandle.class)); in testAccountHandle()134 assertEquals(TEST_PHONE_ACCOUNT_HANDLE, mCall.getDetails().getAccountHandle()); in testAccountHandle()145 assertThat(mCall.getDetails().getCallCapabilities(), is(Integer.class)); in testCallCapabilities()146 assertEquals(CALL_CAPABILITIES, mCall.getDetails().getCallCapabilities()); in testCallCapabilities()147 assertTrue(mCall.getDetails().can(Call.Details.CAPABILITY_HOLD)); in testCallCapabilities()148 assertTrue(mCall.getDetails().can(Call.Details.CAPABILITY_MUTE)); in testCallCapabilities()149 assertFalse(mCall.getDetails().can(Call.Details.CAPABILITY_MANAGE_CONFERENCE)); in testCallCapabilities()150 assertFalse(mCall.getDetails().can(Call.Details.CAPABILITY_RESPOND_VIA_TEXT)); in testCallCapabilities()250 assertThat(mCall.getDetails().getCallerDisplayName(), is(String.class)); in testCallerDisplayName()251 assertEquals(CALLER_DISPLAY_NAME, mCall.getDetails().getCallerDisplayName()); in testCallerDisplayName()[all …]
169 assertFalse(conf.getDetails().can(Call.Details.CAPABILITY_MUTE)); in testConferenceSetters()183 assertNull(conf.getDetails().getExtras()); in testConferenceSetters()188 assertNull(conf.getDetails().getStatusHints()); in testConferenceSetters()336 return call.getDetails().can(capability); in assertCallCapability()354 return call.getDetails().getConnectTimeMillis(); in assertCallConnectTime()372 return call.getDetails().getExtras() != null ? in assertCallExtras()373 call.getDetails().getExtras().getString(key) : null; in assertCallExtras()391 return call.getDetails().getStatusHints(); in assertCallStatusHints()429 return call.getDetails().getVideoState(); in assertVideoState()
175 if (call.getDetails().hasProperty(Call.Details.PROPERTY_CONFERENCE) == true) { in onCallAdded()198 if (call.getDetails().hasProperty(Call.Details.PROPERTY_CONFERENCE) == true) { in onCallRemoved()
798 return call.getDetails().getCallerDisplayName(); in assertCallDisplayName()949 return call.getDetails().hasProperty(properties); in assertCallProperties()973 return (call.getDetails().getCallCapabilities() & capabilities) == in assertCallCapabilities()
611 return call.getDetails().getVideoState(); in assertVideoState()
78 StringPair pair(name, task->getDetails()); in addCasePassed()86 StringPair pair(name, task->getDetails()); in addCaseFailed()
49 def getDetails(self): member in TestCase181 values["details"] = result.getDetails()
117 public String getDetails() { in getDetails() method in TestResult
179 testResult.getDetails(), testResult.getReportLog()).execute(); in setTestResult()
127 const android::String8& getDetails() const;
300 const android::String8& TaskCase::getDetails() const in getDetails() function in TaskCase