Home
last modified time | relevance | path

Searched defs:call (Results 1 – 19 of 19) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DMockInCallService.java49 public void onCallAdded(Call call, int numCalls) {}; in onCallAdded()
50 public void onCallRemoved(Call call, int numCalls) {}; in onCallRemoved()
51 public void onCallStateChanged(Call call, int state) {}; in onCallStateChanged()
52 public void onParentChanged(Call call, Call parent) {}; in onParentChanged()
53 public void onChildrenChanged(Call call, List<Call> children) {}; in onChildrenChanged()
54 public void onConferenceableCallsChanged(Call call, List<Call> conferenceableCalls) {}; in onConferenceableCallsChanged()
55 public void onCallDestroyed(Call call) {}; in onCallDestroyed()
56 public void onDetailsChanged(Call call, Call.Details details) {}; in onDetailsChanged()
60 public void onPostDialWait(Call call, String remainingPostDialSequence) {} in onPostDialWait()
61 public void onCannedTextResponsesLoaded(Call call, List<String> cannedTextResponses) {} in onCannedTextResponsesLoaded()
[all …]
DExtendedInCallServiceTest.java74 final Call call = inCallService.getLastCall(); in testMuteAndUnmutePhone() local
101 final Call call = inCallService.getLastCall(); in testSwitchAudioRoutes() local
152 final Call call = inCallService.getLastCall(); in testPlayAndStopDtmfTones() local
185 final Call call = inCallService.getLastCall(); in testHoldAndUnholdCall() local
212 final Call call = inCallService.getLastCall(); in testAnswerIncomingCallAudioOnly() local
266 final Call call = inCallService.getLastCall(); in testAnswerIncomingCallAsVideo_SendsCorrectVideoState() local
289 final Call call = inCallService.getLastCall(); in testRejectIncomingCall() local
311 final Call call = inCallService.getLastCall(); in testRejectIncomingCallWithMessage() local
333 final Call call = inCallService.getLastCall(); in testCanAddCall_CannotAddForExistingDialingCall() local
350 final Call call = inCallService.getLastCall(); in testCanAddCall_CanAddForExistingActiveCall() local
[all …]
DVideoCallTest.java69 final Call call = inCallService.getLastCall(); in testMakeTwoWayVideoCall() local
91 final Call call = inCallService.getLastCall(); in testMakeOneWayVideoCall() local
109 final Call call = inCallService.getLastCall(); in testUpgradeToVideo() local
133 final Call call = inCallService.getLastCall(); in testReceiveSessionModifyRequest() local
162 final Call call = inCallService.getLastCall(); in testSendSessionModifyResponse() local
187 final Call call = inCallService.getLastCall(); in testReceiveSessionModifyResponse() local
243 final Call call = inCallService.getLastCall(); in testVideoCallDelayProvider() local
275 final Call call = inCallService.getLastCall(); in testChangeCamera() local
300 final Call call = inCallService.getLastCall(); in testRequestCameraCapabilities() local
328 final Call call = inCallService.getLastCall(); in testRequestDataUsage() local
[all …]
DWiredHeadsetTest.java46 final Call call = mInCallCallbacks.getService().getLastCall(); in testIncomingCallShortPress_acceptsCall() local
63 final Call call = mInCallCallbacks.getService().getLastCall(); in testIncomingCallLongPress_rejectsCall() local
102 final Call call = mInCallCallbacks.getService().getLastCall(); in testInCallLongPress_hangupCall() local
DConferenceTest.java326 private void assertCallCapability(final Call call, final int capability) { in assertCallCapability()
344 private void assertCallConnectTime(final Call call, final int connectTime) { in assertCallConnectTime()
362 private void assertCallExtras(final Call call, final String key, final String value) { in assertCallExtras()
381 private void assertCallStatusHints(final Call call, final StatusHints hints) { in assertCallStatusHints()
399 private void assertCallChildrenContains(final Call call, final Call childrenCall, in assertCallChildrenContains()
419 private void assertVideoState(final Call call, final int videoState) { in assertVideoState()
DMissedCallTest.java66 final Call call = inCallService.getLastCall(); in testMissedCall_NotifyDialer() local
DConnectionServiceTest.java57 final Call call = mInCallCallbacks.getService().getLastCall(); in testAddExistingConnection() local
DRemoteConnectionTest.java62 final Call call = mInCallCallbacks.getService().getLastCall(); in testRemoteConnectionOutgoingCall() local
99 final Call call = mInCallCallbacks.getService().getLastCall(); in testRemoteConnectionIncomingCallAccept() local
120 final Call call = mInCallCallbacks.getService().getLastCall(); in testRemoteConnectionIncomingCallReject() local
141 final Call call = mInCallCallbacks.getService().getLastCall(); in testRemoteConnectionDTMFTone() local
457 final Call call = mInCallCallbacks.getService().getLastCall(); in testRemoteConnectionCallbacks_ConferenceableConnections() local
1185 final Call call = mInCallCallbacks.getService().getLastCall(); in setupRemoteConnectionCallbacksTest() local
1198 final Call call = mInCallCallbacks.getService().getLastCall(); in setupRemoteConnectionVideoCallbacksTest() local
1226 final Call call = mInCallCallbacks.getService().getLastCall(); in setupRemoteConnectionVideoTest() local
DBaseTelecomTestWithMockServices.java718 void assertCallState(final Call call, final int state) { in assertCallState()
736 void assertCallConferenceableList(final Call call, final List<Call> conferenceableList) { in assertCallConferenceableList()
788 void assertCallDisplayName(final Call call, final String name) { in assertCallDisplayName()
939 public void assertCallProperties(final Call call, final int properties) { in assertCallProperties()
963 public void assertCallCapabilities(final Call call, final int capabilities) { in assertCallCapabilities()
DMockVideoCallCallback.java39 public MockVideoCallCallback(Call call) { in MockVideoCallCallback()
DCallDetailsTest.java423 private void assertCallExtras(final Call call, final String expectedKey) { in assertCallExtras()
/cts/hostsidetests/sustainedperf/shadertoy_android/jni/
Dutils.h37 #define GL_CALL(call) \ argument
45 #define GL_CALL(call) \ argument
/cts/hostsidetests/sustainedperf/dhrystone/
DDrystone-2.1.sh646 X * function call 6 function
/cts/tests/tests/calllog/src/android/calllog/cts/
DCallLogBackupTest.java195 Call call = calls.get(0); in verifyCall() local
305 Call call = new Call(); in getCalls() local
/cts/hostsidetests/theme/src/android/theme/cts/
DComparisonTask.java47 public Boolean call() { in call() method in ComparisonTask
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
DAuthenticatorContentProvider.java62 public Bundle call(String method, String arg, Bundle extras) { in call() method in AuthenticatorContentProvider
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DIssueReporter.java177 public Void call() throws Exception { in call() method in IssueReporter.Issue
/cts/hostsidetests/devicepolicy/app/ContactDirectoryProvider/src/com/android/cts/contactdirectoryprovider/
DDirectoryProvider.java196 public Bundle call(String method, String arg, Bundle extras) { in call() method in DirectoryProvider
/cts/tests/tests/print/src/android/print/cts/
DBasePrintTest.java736 public void call() { in call() method in BasePrintTest.CallCounter