Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBinderCallsStatsTest.java86 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testDetailedOff() local
127 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testDetailedOn() local
195 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testSampling() local
232 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testSamplingWithDifferentApis() local
264 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testSharding() local
303 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testTransactionCodeResolved() local
318 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testMultipleTransactionCodeResolved() local
349 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testResolvingCodeDoesNotThrowWhenMethodNotPresent() local
363 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testParcelSize() local
379 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testMaxCpu() local
[all …]
DBinderLatencyObserverTest.java64 CallSession callSession = new CallSession(); in testLatencyCollectionWithMultipleClasses() local
95 CallSession callSession = new CallSession(); in testSampling() local
118 CallSession callSession = new CallSession(); in testTooCallLengthOverflow() local
137 CallSession callSession = new CallSession(); in testHistogramBucketOverflow() local
161 CallSession callSession = new CallSession(); in testSingleAtomPush() local
197 CallSession callSession = new CallSession(); in testMultipleAtomPush() local
258 CallSession callSession = new CallSession(); in testSharding() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java1033 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in annotateInProgressCallSession() local
1061 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in startNewCallSessionIfNeeded() local
1149 TelephonyCallSession callSession = new TelephonyCallSession(); in finishCallSession() local
1567 InProgressCallSession callSession = startNewCallSessionIfNeeded(phoneId); in writeRilCallList() local
1684 InProgressCallSession callSession = startNewCallSessionIfNeeded(phoneId); in writeRilDial() local
1708 InProgressCallSession callSession = startNewCallSessionIfNeeded(phoneId); in writeRilCallRing() local
1723 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeRilHangup() local
1746 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeRilAnswer() local
1764 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeRilSrvcc() local
1852 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeOnCallSolicitedResponse() local
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
DMmTelFeatureTests.java189 IImsCallSession callSession = mFeatureBinder.createCallSession(null); in testSendDtmfMessageMessenger() local
/frameworks/base/core/java/android/os/
DBinder.java1461 final CallSession callSession = in execTransactInternal() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java3166 ImsCallSession callSession = imsCall.getCallSession(); in maybeSetVideoCallProvider() local