Home
last modified time | relevance | path

Searched defs:callSession (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBinderCallsStatsTest.java73 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testDetailedOff() local
114 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testDetailedOn() local
182 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testSampling() local
219 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testSamplingWithDifferentApis() local
251 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testSharding() local
290 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testTransactionCodeResolved() local
305 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testMultipleTransactionCodeResolved() local
336 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testResolvingCodeDoesNotThrowWhenMethodNotPresent() local
350 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testParcelSize() local
366 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testMaxCpu() local
[all …]
DBinderLatencyObserverTest.java57 CallSession callSession = new CallSession(); in testLatencyCollectionWithMultipleClasses() local
88 CallSession callSession = new CallSession(); in testSampling() local
111 CallSession callSession = new CallSession(); in testTooCallLengthOverflow() local
130 CallSession callSession = new CallSession(); in testHistogramBucketOverflow() local
154 CallSession callSession = new CallSession(); in testSingleAtomPush() local
190 CallSession callSession = new CallSession(); in testMultipleAtomPush() local
251 CallSession callSession = new CallSession(); in testSharding() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java1031 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in annotateInProgressCallSession() local
1059 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in startNewCallSessionIfNeeded() local
1147 TelephonyCallSession callSession = new TelephonyCallSession(); in finishCallSession() local
1565 InProgressCallSession callSession = startNewCallSessionIfNeeded(phoneId); in writeRilCallList() local
1682 InProgressCallSession callSession = startNewCallSessionIfNeeded(phoneId); in writeRilDial() local
1706 InProgressCallSession callSession = startNewCallSessionIfNeeded(phoneId); in writeRilCallRing() local
1721 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeRilHangup() local
1744 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeRilAnswer() local
1762 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeRilSrvcc() local
1850 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeOnCallSolicitedResponse() local
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
DMmTelFeatureTests.java173 IImsCallSession callSession = mFeatureBinder.createCallSession(null); in testSendDtmfMessageMessenger() local
/frameworks/base/core/java/android/os/
DBinder.java1153 final CallSession callSession = in execTransactInternal() local