Home
last modified time | relevance | path

Searched defs:calls (Results 1 – 6 of 6) sorted by relevance

/cts/hostsidetests/sustainedperf/dhrystone/
DDrystone-2.1.sh297 X reason is that the percentage of procedure and function calls is part function
591 X * procedure, function calls 17 (16.7 %) function
654 X * The average number of parameters in procedure or function calls function
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/binderstats/
DBinderStatsTests.java88 BinderCalls calls = atom.getBinderCalls(); in testBinderStats() local
/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/
DWaitForInCallService.java101 private static Call getCallWithId(List<Call> calls, String id) { in getCallWithId()
DBaseAppVerifierImpl.java290 List<Call> calls = mVerifierMethods.getOngoingCalls(); in answerViaInCallServiceAndVerify() local
407 List<Call> calls = mVerifierMethods.getOngoingCalls(); in verifyCallPhoneAccount() local
/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DIRadioVoiceImpl.java210 android.hardware.radio.voice.Call[] calls = null; in fillUpCurrentCallsRespnose() local
256 android.hardware.radio.voice.Call[] calls = fillUpCurrentCallsRespnose(); in getCurrentCallsRespnose() local
507 android.hardware.radio.voice.Call[] calls = new android.hardware.radio.voice.Call[0]; in getCurrentCalls() local
/cts/tests/tests/telecom/src/android/telecom/cts/
DExtendedInCallServiceTest.java926 List<Call> calls = inCallService.getCalls(); in testGetCalls() local