/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | MockInCallService.java | 49 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 …]
|
D | ExtendedInCallServiceTest.java | 74 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 …]
|
D | VideoCallTest.java | 69 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 …]
|
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 | 326 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()
|
D | MissedCallTest.java | 66 final Call call = inCallService.getLastCall(); in testMissedCall_NotifyDialer() local
|
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 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
|
D | BaseTelecomTestWithMockServices.java | 718 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()
|
D | MockVideoCallCallback.java | 39 public MockVideoCallCallback(Call call) { in MockVideoCallCallback()
|
D | CallDetailsTest.java | 423 private void assertCallExtras(final Call call, final String expectedKey) { in assertCallExtras()
|
/cts/hostsidetests/sustainedperf/shadertoy_android/jni/ |
D | utils.h | 37 #define GL_CALL(call) \ argument 45 #define GL_CALL(call) \ argument
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
D | Drystone-2.1.sh | 646 X * function call 6 function
|
/cts/tests/tests/calllog/src/android/calllog/cts/ |
D | CallLogBackupTest.java | 195 Call call = calls.get(0); in verifyCall() local 305 Call call = new Call(); in getCalls() local
|
/cts/hostsidetests/theme/src/android/theme/cts/ |
D | ComparisonTask.java | 47 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/hostsidetests/devicepolicy/app/ContactDirectoryProvider/src/com/android/cts/contactdirectoryprovider/ |
D | DirectoryProvider.java | 196 public Bundle call(String method, String arg, Bundle extras) { in call() method in DirectoryProvider
|
/cts/tests/tests/print/src/android/print/cts/ |
D | BasePrintTest.java | 736 public void call() { in call() method in BasePrintTest.CallCounter
|