/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | MockInCallService.java | 48 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 …]
|
D | ExtendedInCallServiceTest.java | 70 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 …]
|
D | VideoCallTest.java | 67 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 …]
|
D | WiredHeadsetTest.java | 46 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
|
D | ConferenceTest.java | 317 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()
|
D | ConnectionServiceTest.java | 57 final Call call = mInCallCallbacks.getService().getLastCall(); in testAddExistingConnection() local
|
D | RemoteConnectionTest.java | 62 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
|
D | MockVideoCallCallback.java | 37 public MockVideoCallCallback(Call call) { in MockVideoCallCallback()
|
D | BaseTelecomTestWithMockServices.java | 630 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/ |
D | CallLogBackupTest.java | 153 Call call = calls.get(0); in verifyCall() local 239 Call call = new Call(); in getCalls() local
|
/cts/hostsidetests/theme/src/android/theme/cts/ |
D | ComparisonTask.java | 50 public Boolean call() { in call() method in ComparisonTask
|
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/ |
D | AuthenticatorContentProvider.java | 62 public Bundle call(String method, String arg, Bundle extras) { in call() method in AuthenticatorContentProvider
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
D | IssueReporter.java | 177 public Void call() throws Exception { in call() method in IssueReporter.Issue
|
/cts/tests/tests/print/src/android/print/cts/ |
D | BasePrintTest.java | 530 public void call() { in call() method in BasePrintTest.CallCounter
|