Home
last modified time | relevance | path

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

12345678910>>...16

/cts/tests/tests/telecom/src/android/telecom/cts/
DMockInCallService.java48 public void onCallAdded(Call call, int numCalls) {}; in onCallAdded() argument
49 public void onCallRemoved(Call call, int numCalls) {}; in onCallRemoved() argument
50 public void onCallStateChanged(Call call, int state) {}; in onCallStateChanged() argument
51 public void onParentChanged(Call call, Call parent) {}; in onParentChanged() argument
52 public void onChildrenChanged(Call call, List<Call> children) {}; in onChildrenChanged() argument
53 public void onConferenceableCallsChanged(Call call, List<Call> conferenceableCalls) {}; in onConferenceableCallsChanged() argument
54 public void onCallDestroyed(Call call) {}; in onCallDestroyed() argument
55 public void onDetailsChanged(Call call, Call.Details details) {}; in onDetailsChanged() argument
59 public void onPostDialWait(Call call, String remainingPostDialSequence) {} in onPostDialWait() argument
60 public void onCannedTextResponsesLoaded(Call call, List<String> cannedTextResponses) {} in onCannedTextResponsesLoaded() argument
[all …]
DVideoCallTest.java67 final Call call = inCallService.getLastCall(); in testMakeTwoWayVideoCall() local
69 assertCallState(call, Call.STATE_DIALING); in testMakeTwoWayVideoCall()
71 assertCallState(call, Call.STATE_ACTIVE); in testMakeTwoWayVideoCall()
73 assertVideoState(call, VideoProfile.STATE_BIDIRECTIONAL); in testMakeTwoWayVideoCall()
74 assertVideoCallbackRegistered(inCallService, call, true); in testMakeTwoWayVideoCall()
89 final Call call = inCallService.getLastCall(); in testMakeOneWayVideoCall() local
91 assertVideoState(call, VideoProfile.STATE_TX_ENABLED); in testMakeOneWayVideoCall()
92 assertVideoCallbackRegistered(inCallService, call, true); in testMakeOneWayVideoCall()
107 final Call call = inCallService.getLastCall(); in testUpgradeToVideo() local
108 assertVideoState(call, VideoProfile.STATE_AUDIO_ONLY); in testUpgradeToVideo()
[all …]
DExtendedInCallServiceTest.java70 final Call call = inCallService.getLastCall(); in testMuteAndUnmutePhone() local
72 assertCallState(call, Call.STATE_DIALING); in testMuteAndUnmutePhone()
97 final Call call = inCallService.getLastCall(); in testSwitchAudioRoutes() local
98 assertCallState(call, Call.STATE_DIALING); in testSwitchAudioRoutes()
136 final Call call = inCallService.getLastCall(); in testPlayAndStopDtmfTones() local
137 assertCallState(call, Call.STATE_DIALING); in testPlayAndStopDtmfTones()
141 call.playDtmfTone('1'); in testPlayAndStopDtmfTones()
144 call.playDtmfTone('2'); in testPlayAndStopDtmfTones()
147 call.stopDtmfTone(); in testPlayAndStopDtmfTones()
150 call.playDtmfTone('3'); in testPlayAndStopDtmfTones()
[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()
/cts/hostsidetests/security/
DAndroid.mk15 LOCAL_PATH := $(call my-dir)
19 LOCAL_SRC_FILES := $(call all-java-files-under, src)
32 selinux_general_seapp_contexts := $(call intermediates-dir-for,ETC,general_seapp_contexts)/general_…
34 selinux_general_file_contexts := $(call intermediates-dir-for,ETC,general_file_contexts)/general_fi…
36 selinux_general_property_contexts := $(call intermediates-dir-for,ETC,general_property_contexts)/ge…
38 selinux_general_service_contexts := $(call intermediates-dir-for,ETC,general_service_contexts)/gene…
42 selinux_general_policy := $(call intermediates-dir-for,ETC,general_sepolicy.conf)/general_sepolicy.…
48 LOCAL_GENERATED_SOURCES := $(call local-generated-sources-dir)/android/cts/security/SELinuxNeverall…
57 include $(call all-makefiles-under,$(LOCAL_PATH))
/cts/
DCtsTestCaseList.mk268 CTS_TEST_CASES := $(call cts-get-lib-paths,$(cts_host_libraries)) \
269 $(call cts-get-package-paths,$(cts_test_packages)) \
270 $(call cts-get-ui-lib-paths,$(cts_ui_tests)) \
271 $(call cts-get-ui-lib-paths,$(cts_device_jars)) \
272 $(call cts-get-ui-lib-paths,$(cts_target_junit_tests)) \
273 $(call cts-get-executable-paths,$(cts_device_executables)) \
274 $(call cts-get-native-paths,$(cts_native_tests),32)
277 CTS_TEST_CASES += $(call cts-get-native-paths,$(cts_native_tests),64)
282 CTS_TEST_XMLS := $(call cts-get-test-xmls,$(cts_host_libraries)) \
283 $(call cts-get-test-xmls,$(cts_test_packages)) \
[all …]
DCtsCoverage.mk40 cts_coverage_test_cases_dependencies := $(foreach c, $(CTS_COVERAGE_TEST_CASE_LIST), $(call interme…
46 $(call generate-coverage-report,"CTS Tests API Coverage Report",\
49 cts_coverage_test_cases_dependencies := $(call intermediates-dir-for,APPS,CtsVerifier)/package.apk
55 $(call generate-coverage-report,"CTS Verifier API Coverage Report",\
58 …ependencies := $(foreach c, $(CTS_COVERAGE_TEST_CASE_LIST) CtsVerifier, $(call intermediates-dir-f…
64 $(call generate-coverage-report,"CTS Combined API Coverage Report",\
78 $(call dist-for-goals, cts, $(cts-test-coverage-report):cts-test-coverage-report.html)
79 $(call dist-for-goals, cts, $(cts-verifier-coverage-report):cts-verifier-coverage-report.html)
80 $(call dist-for-goals, cts, $(cts-combined-coverage-report):cts-combined-coverage-report.html)
/cts/tests/tests/openglperf/
DAndroid.mk15 LOCAL_PATH:= $(call my-dir)
31 LOCAL_SRC_FILES := $(call all-java-files-under, src)
44 $(cts_replica_apk): $(call intermediates-dir-for,APPS,$(cts_replica_name))/package.apk
45 $(call copy-file-to-target)
47 include $(call all-makefiles-under,$(LOCAL_PATH))
/cts/suite/cts/hostTests/jank/
DAndroid.mk15 LOCAL_PATH:= $(call my-dir)
21 LOCAL_SRC_FILES := $(call all-java-files-under, src)
34 $(cts_library_jar_): $(call intermediates-dir-for,JAVA_LIBRARIES,$(LOCAL_DEVICE_JAR_))/javalib.jar …
36 $(hide) $(ACP) -fp $(call intermediates-dir-for,JAVA_LIBRARIES,$(LOCAL_DEVICE_JAR_))/javalib.jar $@
43 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)
33 include $(call all-makefiles-under,$(LOCAL_PATH))
/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/tests/tests/calllog/src/android/calllog/cts/
DCallLogBackupTest.java153 Call call = calls.get(0); in verifyCall() local
154 assertEquals(TEST_NUMBER, call.number); in verifyCall()
155 assertEquals(CALL_START_TIME, call.date); in verifyCall()
156 assertEquals(CALL_DURATION, call.duration); in verifyCall()
157 assertEquals(Calls.OUTGOING_TYPE, call.type); in verifyCall()
158 return call; in verifyCall()
239 Call call = new Call(); in getCalls() local
240 call.id = cursor.getInt(cursor.getColumnIndex(Calls._ID)); in getCalls()
241 call.number = cursor.getString(cursor.getColumnIndex(Calls.NUMBER)); in getCalls()
242 call.date = cursor.getLong(cursor.getColumnIndex(Calls.DATE)); in getCalls()
[all …]
/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)
41 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/hostsidetests/appsecurity/test-apps/SplitApp/feature/
DAndroid.mk17 LOCAL_PATH:= $(call my-dir)
20 LOCAL_SRC_FILES := $(call all-subdir-java-files)
32 featureOfApk := $(call intermediates-dir-for,APPS,$(featureOf))/package.apk
33 localRStamp := $(call intermediates-dir-for,APPS,$(LOCAL_PACKAGE_NAME),,COMMON)/src/R.stamp
/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)
55 LOCAL_SRC_FILES := $(call all-java-files-under, tests/src)
/cts/common/device-side/device-info/
DAndroid.mk15 LOCAL_PATH:= $(call my-dir)
19 LOCAL_SRC_FILES := $(call all-java-files-under, src)
29 include $(call all-makefiles-under,$(LOCAL_PATH))
/cts/suite/cts/deviceTests/browserbench/
DAndroid.mk15 LOCAL_PATH:= $(call my-dir)
23 LOCAL_SRC_FILES := $(call all-java-files-under, src)
31 include $(call all-makefiles-under,$(LOCAL_PATH))
/cts/tests/tests/uirendering/
DAndroid.mk15 LOCAL_PATH:= $(call my-dir)
26 LOCAL_SRC_FILES := $(call all-java-files-under, src) $(call all-renderscript-files-under, src)
/cts/hostsidetests/usb/
DAndroid.mk15 LOCAL_PATH := $(call my-dir)
20 LOCAL_SRC_FILES := $(call all-java-files-under, src)
31 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)
31 include $(call all-makefiles-under,$(LOCAL_PATH))
/cts/tests/tests/keystore/
DAndroid.mk15 LOCAL_PATH:= $(call my-dir)
23 LOCAL_SRC_FILES := $(call all-java-files-under, src)
31 include $(call all-makefiles-under,$(LOCAL_PATH))
/cts/hostsidetests/net/
DAndroid.mk15 LOCAL_PATH := $(call my-dir)
20 LOCAL_SRC_FILES := $(call all-java-files-under, src)
31 include $(call all-makefiles-under,$(LOCAL_PATH))
/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/hostsidetests/dumpsys/
DAndroid.mk15 LOCAL_PATH := $(call my-dir)
19 LOCAL_SRC_FILES := $(call all-java-files-under, src)
30 include $(call all-makefiles-under,$(LOCAL_PATH))

12345678910>>...16