Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DMockInCallService.java48 public void onCallAdded(Call call, int numCalls) {}; in onCallAdded()
49 public void onCallRemoved(Call call, int numCalls) {}; in onCallRemoved()
50 public void onCallStateChanged(Call call, int state) {}; in onCallStateChanged()
51 public void onParentChanged(Call call, Call parent) {}; in onParentChanged()
52 public void onChildrenChanged(Call call, List<Call> children) {}; in onChildrenChanged()
53 public void onConferenceableCallsChanged(Call call, List<Call> conferenceableCalls) {}; in onConferenceableCallsChanged()
54 public void onCallDestroyed(Call call) {}; in onCallDestroyed()
55 public void onDetailsChanged(Call call, Call.Details details) {}; in onDetailsChanged()
59 public void onPostDialWait(Call call, String remainingPostDialSequence) {} in onPostDialWait()
60 public void onCannedTextResponsesLoaded(Call call, List<String> cannedTextResponses) {} in onCannedTextResponsesLoaded()
[all …]
DExtendedInCallServiceTest.java70 final Call call = inCallService.getLastCall(); in testMuteAndUnmutePhone() local
97 final Call call = inCallService.getLastCall(); in testSwitchAudioRoutes() local
136 final Call call = inCallService.getLastCall(); in testPlayAndStopDtmfTones() local
169 final Call call = inCallService.getLastCall(); in testHoldAndUnholdCall() local
196 final Call call = inCallService.getLastCall(); in testAnswerIncomingCallAudioOnly() local
217 final Call call = inCallService.getLastCall(); in testAnswerIncomingCallAsVideo_SendsCorrectVideoState() local
240 final Call call = inCallService.getLastCall(); in testRejectIncomingCall() local
261 final Call call = inCallService.getLastCall(); in testCanAddCall_CannotAddForExistingDialingCall() local
278 final Call call = inCallService.getLastCall(); in testCanAddCall_CanAddForExistingActiveCall() local
334 final Call call = inCallService.getLastCall(); in testOnBringToForeground() local
[all …]
DVideoCallTest.java67 final Call call = inCallService.getLastCall(); in testMakeTwoWayVideoCall() local
89 final Call call = inCallService.getLastCall(); in testMakeOneWayVideoCall() local
107 final Call call = inCallService.getLastCall(); in testUpgradeToVideo() local
131 final Call call = inCallService.getLastCall(); in testReceiveSessionModifyRequest() local
160 final Call call = inCallService.getLastCall(); in testSendSessionModifyResponse() local
189 final Call call = inCallService.getLastCall(); in testVideoCallDelayProvider() local
221 final Call call = inCallService.getLastCall(); in testChangeCamera() local
246 final Call call = inCallService.getLastCall(); in testRequestCameraCapabilities() local
274 final Call call = inCallService.getLastCall(); in testRequestDataUsage() local
295 final Call call = inCallService.getLastCall(); in testReceiveVideoQuality() 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.java317 private void assertCallCapability(final Call call, final int capability) { in assertCallCapability()
335 private void assertCallConnectTime(final Call call, final int connectTime) { in assertCallConnectTime()
353 private void assertCallExtras(final Call call, final String key, final String value) { in assertCallExtras()
372 private void assertCallStatusHints(final Call call, final StatusHints hints) { in assertCallStatusHints()
390 private void assertCallChildrenContains(final Call call, final Call childrenCall, in assertCallChildrenContains()
410 private void assertVideoState(final Call call, final int videoState) { in assertVideoState()
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
458 final Call call = mInCallCallbacks.getService().getLastCall(); in testRemoteConnectionCallbacks_ConferenceableConnections() local
1180 final Call call = mInCallCallbacks.getService().getLastCall(); in setupRemoteConnectionCallbacksTest() local
1193 final Call call = mInCallCallbacks.getService().getLastCall(); in setupRemoteConnectionVideoCallbacksTest() local
1221 final Call call = mInCallCallbacks.getService().getLastCall(); in setupRemoteConnectionVideoTest() local
DMockVideoCallCallback.java37 public MockVideoCallCallback(Call call) { in MockVideoCallCallback()
DBaseTelecomTestWithMockServices.java630 void assertCallState(final Call call, final int state) { in assertCallState()
648 void assertCallConferenceableList(final Call call, final List<Call> conferenceableList) { in assertCallConferenceableList()
700 void assertCallDisplayName(final Call call, final String name) { in assertCallDisplayName()
/cts/tests/tests/calllog/src/android/calllog/cts/
DCallLogBackupTest.java153 Call call = calls.get(0); in verifyCall() local
239 Call call = new Call(); in getCalls() local
/cts/hostsidetests/theme/src/android/theme/cts/
DComparisonTask.java50 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/tests/tests/print/src/android/print/cts/
DBasePrintTest.java530 public void call() { in call() method in BasePrintTest.CallCounter