Home
last modified time | relevance | path

Searched refs:call (Results 1 – 25 of 493) sorted by relevance

12345678910>>...20

/cts/tests/tests/telecom/src/android/telecom/cts/
DMockInCallService.java49 public void onCallAdded(Call call, int numCalls) {}; in onCallAdded() argument
50 public void onCallRemoved(Call call, int numCalls) {}; in onCallRemoved() argument
51 public void onCallStateChanged(Call call, int state) {}; in onCallStateChanged() argument
52 public void onParentChanged(Call call, Call parent) {}; in onParentChanged() argument
53 public void onChildrenChanged(Call call, List<Call> children) {}; in onChildrenChanged() argument
54 public void onConferenceableCallsChanged(Call call, List<Call> conferenceableCalls) {}; in onConferenceableCallsChanged() argument
55 public void onCallDestroyed(Call call) {}; in onCallDestroyed() argument
56 public void onDetailsChanged(Call call, Call.Details details) {}; in onDetailsChanged() argument
60 public void onPostDialWait(Call call, String remainingPostDialSequence) {} in onPostDialWait() argument
61 public void onCannedTextResponsesLoaded(Call call, List<String> cannedTextResponses) {} in onCannedTextResponsesLoaded() argument
[all …]
DExtendedInCallServiceTest.java74 final Call call = inCallService.getLastCall(); in testMuteAndUnmutePhone() local
76 assertCallState(call, Call.STATE_DIALING); in testMuteAndUnmutePhone()
101 final Call call = inCallService.getLastCall(); in testSwitchAudioRoutes() local
102 assertCallState(call, Call.STATE_DIALING); in testSwitchAudioRoutes()
152 final Call call = inCallService.getLastCall(); in testPlayAndStopDtmfTones() local
153 assertCallState(call, Call.STATE_DIALING); in testPlayAndStopDtmfTones()
157 call.playDtmfTone('1'); in testPlayAndStopDtmfTones()
160 call.playDtmfTone('2'); in testPlayAndStopDtmfTones()
163 call.stopDtmfTone(); in testPlayAndStopDtmfTones()
166 call.playDtmfTone('3'); in testPlayAndStopDtmfTones()
[all …]
DVideoCallTest.java69 final Call call = inCallService.getLastCall(); in testMakeTwoWayVideoCall() local
71 assertCallState(call, Call.STATE_DIALING); in testMakeTwoWayVideoCall()
73 assertCallState(call, Call.STATE_ACTIVE); in testMakeTwoWayVideoCall()
75 assertVideoState(call, VideoProfile.STATE_BIDIRECTIONAL); in testMakeTwoWayVideoCall()
76 assertVideoCallbackRegistered(inCallService, call, true); in testMakeTwoWayVideoCall()
91 final Call call = inCallService.getLastCall(); in testMakeOneWayVideoCall() local
93 assertVideoState(call, VideoProfile.STATE_TX_ENABLED); in testMakeOneWayVideoCall()
94 assertVideoCallbackRegistered(inCallService, call, true); in testMakeOneWayVideoCall()
109 final Call call = inCallService.getLastCall(); in testUpgradeToVideo() local
110 assertVideoState(call, VideoProfile.STATE_AUDIO_ONLY); in testUpgradeToVideo()
[all …]
DWiredHeadsetTest.java46 final Call call = mInCallCallbacks.getService().getLastCall(); in testIncomingCallShortPress_acceptsCall() local
47 assertCallState(call, Call.STATE_RINGING); in testIncomingCallShortPress_acceptsCall()
51 assertCallState(call, Call.STATE_ACTIVE); in testIncomingCallShortPress_acceptsCall()
63 final Call call = mInCallCallbacks.getService().getLastCall(); in testIncomingCallLongPress_rejectsCall() local
64 assertCallState(call, Call.STATE_RINGING); in testIncomingCallLongPress_rejectsCall()
68 assertCallState(call, Call.STATE_DISCONNECTED); in testIncomingCallLongPress_rejectsCall()
102 final Call call = mInCallCallbacks.getService().getLastCall(); in testInCallLongPress_hangupCall() local
103 assertCallState(call, Call.STATE_DIALING); in testInCallLongPress_hangupCall()
106 assertCallState(call, Call.STATE_ACTIVE); in testInCallLongPress_hangupCall()
109 assertCallState(call, Call.STATE_DISCONNECTED); in testInCallLongPress_hangupCall()
DBaseTelecomTestWithMockServices.java176 public void onCallAdded(Call call, int numCalls) { in setupCallbacks()
177 Log.i(TAG, "onCallAdded, Call: " + call + ", Num Calls: " + numCalls); in setupCallbacks()
181 public void onCallRemoved(Call call, int numCalls) { in setupCallbacks()
182 Log.i(TAG, "onCallRemoved, Call: " + call + ", Num Calls: " + numCalls); in setupCallbacks()
185 public void onParentChanged(Call call, Call parent) { in setupCallbacks()
186 Log.i(TAG, "onParentChanged, Call: " + call + ", Parent: " + parent); in setupCallbacks()
190 public void onChildrenChanged(Call call, List<Call> children) { in setupCallbacks()
191 Log.i(TAG, "onChildrenChanged, Call: " + call + "Children: " + children); in setupCallbacks()
195 public void onConferenceableCallsChanged(Call call, List<Call> conferenceableCalls) { in setupCallbacks()
196 Log.i(TAG, "onConferenceableCallsChanged, Call: " + call + ", Conferenceables: " + in setupCallbacks()
[all …]
/cts/hostsidetests/security/
DAndroid.mk15 LOCAL_PATH := $(call my-dir)
19 LOCAL_SRC_FILES := $(call all-java-files-under, src)
37 selinux_general_seapp_contexts := $(call intermediates-dir-for,ETC,general_seapp_contexts)/general_…
39 selinux_general_seapp_neverallows := $(call intermediates-dir-for,ETC,general_seapp_neverallows)/ge…
41 selinux_general_file_contexts := $(call intermediates-dir-for,ETC,general_file_contexts.bin)/genera…
43 selinux_general_property_contexts := $(call intermediates-dir-for,ETC,general_property_contexts)/ge…
45 selinux_general_service_contexts := $(call intermediates-dir-for,ETC,general_service_contexts)/gene…
56 selinux_general_policy := $(call intermediates-dir-for,ETC,general_sepolicy.conf)/general_sepolicy.…
71 LOCAL_GENERATED_SOURCES := $(call local-generated-sources-dir)/android/cts/security/SELinuxNeverall…
80 include $(call all-makefiles-under,$(LOCAL_PATH))
/cts/tests/tests/calllog/src/android/calllog/cts/
DCallLogBackupTest.java195 Call call = calls.get(0); in verifyCall() local
196 assertEquals(TEST_NUMBER, call.number); in verifyCall()
197 assertEquals(CALL_START_TIME, call.date); in verifyCall()
198 assertEquals(CALL_DURATION, call.duration); in verifyCall()
199 assertEquals(Calls.OUTGOING_TYPE, call.type); in verifyCall()
200 assertEquals(TEST_POST_DIAL_DIGITS, call.postDialDigits); in verifyCall()
201 assertEquals(TEST_VIA_NUMBER, call.viaNumber); in verifyCall()
202 return call; in verifyCall()
305 Call call = new Call(); in getCalls() local
306 call.id = cursor.getInt(cursor.getColumnIndex(Calls._ID)); in getCalls()
[all …]
/cts/tests/tests/openglperf/
DAndroid.mk15 LOCAL_PATH:= $(call my-dir)
31 LOCAL_SRC_FILES := $(call all-java-files-under, src)
47 $(cts_replica_apk): $(call intermediates-dir-for,APPS,$(cts_replica_name))/package.apk
48 $(call copy-file-to-target)
50 include $(call all-makefiles-under,$(LOCAL_PATH))
/cts/apps/CtsVerifier/
DAndroid.mk17 LOCAL_PATH:= $(call my-dir)
26 LOCAL_SRC_FILES := $(call all-java-files-under, src) $(call all-Iaidl-files-under, src)
73 $(call java-files-in, src/com/android/cts/verifier) \
74 $(call java-files-in, src/com/android/cts/verifier/backup) \
75 $(call all-java-files-under, src/android) \
76 $(call all-Iaidl-files-under, src)
93 notification-bot := $(call intermediates-dir-for,APPS,NotificationBot)/package.apk
94 permission-app := $(call intermediates-dir-for,APPS,CtsPermissionApp)/package.apk
139 $(verifier-zip) : $(call intermediates-dir-for,APPS,CtsVerifier)/package.apk | $(ACP)
151 $(call dist-for-goals, cts, $(verifier-zip):$(verifier-zip-name))
[all …]
/cts/
DOldCtsTestCaseList.mk313 CTS_TEST_CASES := $(call cts-get-lib-paths,$(cts_host_libraries)) \
314 $(call cts-get-package-paths,$(cts_test_packages)) \
315 $(call cts-get-ui-lib-paths,$(cts_device_jars)) \
316 $(call cts-get-ui-lib-paths,$(cts_target_junit_tests)) \
317 $(call cts-get-executable-paths,$(cts_device_executables)) \
318 $(call cts-get-native-paths,$(cts_native_tests),32)
321 CTS_TEST_CASES += $(call cts-get-native-paths,$(cts_native_tests),64)
326 CTS_TEST_XMLS := $(call cts-get-test-xmls,$(cts_host_libraries)) \
327 $(call cts-get-test-xmls,$(cts_test_packages)) \
328 $(call cts-get-test-xmls,$(cts_native_tests)) \
[all …]
/cts/apps/NotificationBot/
DAndroid.mk17 LOCAL_PATH:= $(call my-dir)
24 LOCAL_SRC_FILES := $(call all-java-files-under, src) $(call all-Iaidl-files-under, src)
36 include $(call all-makefiles-under,$(LOCAL_PATH))
/cts/libs/deviceutil/
DAndroid.mk15 LOCAL_PATH:= $(call my-dir)
20 $(call all-java-files-under, src) \
21 $(call all-java-files-under, ../commonutil/src)
35 include $(call all-makefiles-under,$(LOCAL_PATH))
/cts/tests/tests/rsblas/
DAndroid.mk15 LOCAL_PATH:= $(call my-dir)
33 LOCAL_SRC_FILES := $(call all-java-files-under, src) $(call all-renderscript-files-under, src)
43 include $(call all-makefiles-under,$(LOCAL_PATH))
/cts/tests/tests/renderscript/
DAndroid.mk15 LOCAL_PATH:= $(call my-dir)
34 LOCAL_SRC_FILES := $(call all-java-files-under, src) $(call all-renderscript-files-under, src)
44 include $(call all-makefiles-under,$(LOCAL_PATH))
/cts/tests/camera/
DAndroid.mk15 LOCAL_PATH:= $(call my-dir)
35 LOCAL_SRC_FILES := $(call all-java-files-under, src) $(call all-renderscript-files-under, src)
50 include $(call all-makefiles-under,$(LOCAL_PATH))
/cts/tools/tradefed-host/
DAndroid.mk15 LOCAL_PATH := $(call my-dir)
20 $(call all-java-files-under, src) \
21 $(call all-java-files-under, ../../libs/commonutil/src)
37 include $(call all-makefiles-under,$(LOCAL_PATH))
/cts/common/util/
DAndroid.mk19 LOCAL_PATH:= $(call my-dir)
23 LOCAL_SRC_FILES := $(call all-java-files-under, src)
39 LOCAL_SRC_FILES := $(call all-java-files-under, src)
49 include $(call all-makefiles-under,$(LOCAL_PATH))
/cts/tools/vm-tests-tf/
DAndroid.mk15 LOCAL_PATH := $(call my-dir)
22 LOCAL_SRC_FILES := $(call all-java-files-under, src/dot)
41 LOCAL_SRC_FILES := $(call all-java-files-under, src)
64 intermediates := $(call local-intermediates-dir)
83 $(LOCAL_BUILT_MODULE): PRIVATE_INTERMEDIATES_CLASSES := $(call intermediates-dir-for,JAVA_LIBRARIES…
107 oj_jack := $(call intermediates-dir-for,JAVA_LIBRARIES,core-oj,,COMMON)/classes.jack
108 libart_jack := $(call intermediates-dir-for,JAVA_LIBRARIES,core-libart,,COMMON)/classes.jack
121 …$(hide) $(call call-jack) --import $(PRIVATE_INTERMEDIATES_DEXCORE_JAR)-class.jar --output-jack $(…
123 …$(hide) $(call call-jack,$(PRIVATE_JACK_EXTRA_ARGS)) --output-dex $(PRIVATE_INTERMEDIATES_DEXCORE_…
136 include $(call all-makefiles-under,$(LOCAL_PATH))
/cts/hostsidetests/appsecurity/test-apps/NoRestartApp/feature/
DAndroid.mk17 LOCAL_PATH := $(call my-dir)
20 LOCAL_SRC_FILES := $(call all-java-files-under, src)
31 localRStamp := $(call intermediates-dir-for,APPS,$(LOCAL_PACKAGE_NAME),,COMMON)/src/R.stamp
33 featureOfApk := $(call intermediates-dir-for,APPS,$(featureOf))/package.apk
/cts/tests/signature/
DAndroid.mk15 LOCAL_PATH:= $(call my-dir)
21 LOCAL_SRC_FILES := $(call all-java-files-under, src)
45 LOCAL_SRC_FILES := $(filter-out $(LOCAL_DEVICE_ONLY_SOURCES), $(call all-java-files-under, src))
53 include $(call all-makefiles-under,$(LOCAL_PATH))
/cts/hostsidetests/appsecurity/test-apps/SplitApp/feature/
DAndroid.mk17 LOCAL_PATH:= $(call my-dir)
20 LOCAL_SRC_FILES := $(call all-subdir-java-files)
35 featureOfApk := $(call intermediates-dir-for,APPS,$(featureOf))/package.apk
36 localRStamp := $(call intermediates-dir-for,APPS,$(LOCAL_PACKAGE_NAME),,COMMON)/src/R.stamp
/cts/hostsidetests/sustainedperf/shadertoy_android/jni/
Dutils.h37 #define GL_CALL(call) \ argument
39 call; \
45 #define GL_CALL(call) \ argument
47 call; \
/cts/tests/tests/accounts/common/
DAndroid.mk15 LOCAL_PATH := $(call my-dir)
26 $(call all-java-files-under, src) \
27 $(call all-Iaidl-files-under, src)
/cts/tests/tests/net/appForApi23/
DAndroid.mk15 LOCAL_PATH:= $(call my-dir)
27 LOCAL_SRC_FILES := $(call all-java-files-under, src)
38 include $(call all-makefiles-under,$(LOCAL_PATH))
/cts/hostsidetests/aadb/
DAndroid.mk15 LOCAL_PATH := $(call my-dir)
20 LOCAL_SRC_FILES := $(call all-java-files-under, src)
35 include $(call all-makefiles-under,$(LOCAL_PATH))

12345678910>>...20