Home
last modified time | relevance | path

Searched refs:calls (Results 1 – 11 of 11) sorted by relevance

/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/binderstats/
DBinderStatsTests.java88 BinderCalls calls = atom.getBinderCalls(); in testBinderStats() local
89 assertThat(calls.getUid()).isEqualTo(appUid); in testBinderStats()
90 boolean classMatches = calls.getServiceClassName().contains( in testBinderStats()
92 boolean methodMatches = calls.getServiceMethodName() in testBinderStats()
96 assertThat(calls.getRecordedCallCount()).isGreaterThan(0L); in testBinderStats()
97 assertThat(calls.getCallCount()).isGreaterThan(0L); in testBinderStats()
98 assertThat(calls.getRecordedTotalLatencyMicros()) in testBinderStats()
100 assertThat(calls.getRecordedTotalCpuMicros()).isIn(Range.open(0L, 1000000L)); in testBinderStats()
/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DIRadioVoiceImpl.java210 android.hardware.radio.voice.Call[] calls = null; in fillUpCurrentCallsRespnose() local
218 calls = new android.hardware.radio.voice.Call[numOfCalls]; in fillUpCurrentCallsRespnose()
220 if (calls != null) { in fillUpCurrentCallsRespnose()
222 calls[i] = new android.hardware.radio.voice.Call(); in fillUpCurrentCallsRespnose()
223 if (calls[i] != null) { in fillUpCurrentCallsRespnose()
224 calls[i].state = convertCallState(mCallList.get(i).getCallState()); in fillUpCurrentCallsRespnose()
225 calls[i].index = mCallList.get(i).getCallId(); in fillUpCurrentCallsRespnose()
226 calls[i].toa = mCallList.get(i).getCallToa(); in fillUpCurrentCallsRespnose()
227 calls[i].isMpty = mCallList.get(i).isMpty(); in fillUpCurrentCallsRespnose()
228 calls[i].isMT = mCallList.get(i).isMT(); in fillUpCurrentCallsRespnose()
[all …]
/cts/tests/tests/syncmanager/src/android/content/syncmanager/cts/
DCtsSyncManagerTest.java239 final int calls = res.getSyncInvocations().getSyncInvocationsCount(); in testSoftErrorRetriesActiveApp()
240 Log.i(TAG, "NumSyncInvocations=" + calls); in testSoftErrorRetriesActiveApp()
241 return calls > 4; // Arbitrarily bigger than 4. in testSoftErrorRetriesActiveApp()
267 final int calls = res.getSyncInvocations().getSyncInvocationsCount(); in testExpeditedJobSync()
268 Log.i(TAG, "NumSyncInvocations=" + calls); in testExpeditedJobSync()
269 return calls == 1; in testExpeditedJobSync()
298 final int calls = res.getSyncInvocations().getSyncInvocationsCount(); in testExpeditedJobSync_InDoze()
299 Log.i(TAG, "NumSyncInvocations=" + calls); in testExpeditedJobSync_InDoze()
300 return calls == 1; in testExpeditedJobSync_InDoze()
/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/
DWaitForInCallService.java101 private static Call getCallWithId(List<Call> calls, String id) { in getCallWithId() argument
102 for (Call call : calls) { in getCallWithId()
DBaseAppVerifierImpl.java290 List<Call> calls = mVerifierMethods.getOngoingCalls(); in answerViaInCallServiceAndVerify() local
292 for (Call call : calls) { in answerViaInCallServiceAndVerify()
407 List<Call> calls = mVerifierMethods.getOngoingCalls(); in verifyCallPhoneAccount() local
409 for (Call call : calls) { in verifyCallPhoneAccount()
/cts/tests/tests/telecom/src/android/telecom/cts/
DExtendedInCallServiceTest.java926 List<Call> calls = inCallService.getCalls(); in testGetCalls() local
927 assertEquals("InCallService.getCalls() should return list with 1 call.", 1, calls.size()); in testGetCalls()
928 assertEquals(call1, calls.get(0)); in testGetCalls()
934 calls = inCallService.getCalls(); in testGetCalls()
935 assertEquals("InCallService.getCalls() should return list with 2 calls.", 2, calls.size()); in testGetCalls()
936 assertEquals(call1, calls.get(0)); in testGetCalls()
937 assertEquals(call2, calls.get(1)); in testGetCalls()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dkernel_input.rscript38 // The clear_input_* kernels have rsDebug calls so that the writes they make to
40 // rsDebug, guard calls to it with a runtime test that is guaranteed to be
Dstruct_field.rscript21 // variable "outer", and then calls a verification invokable
/cts/hostsidetests/sustainedperf/dhrystone/
DRationale223 calls, these functions are defined for null-terminated strings where
249 subprogram calls. Although on many systems there will be no
281 reason is that the percentage of procedure and function calls is part
/cts/tests/mediapc/requirements/
Drequirements.txtpb513 …ec sessions are only required to support 1080p resolution even when this requirement calls for 4K."
520 …ec sessions are only required to support 1080p resolution even when this requirement calls for 4K."
538 …ec sessions are only required to support 1080p resolution even when this requirement calls for 4K."
545 …ec sessions are only required to support 1080p resolution even when this requirement calls for 4K."
796 …ec sessions are only required to support 1080p resolution even when this requirement calls for 4K."
803 …ec sessions are only required to support 1080p resolution even when this requirement calls for 4K."
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt13956 …ed(message="Use of this function is discouraged because it makes internal calls to `getIdentifier(…
35757 field public static final String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/calls";
35758 field public static final String CONTENT_TYPE = "vnd.android.cursor.dir/calls";