Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBinderCallsStatsTest.java62 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testDetailedOff() local
103 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testDetailedOn() local
171 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testSampling() local
208 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testSamplingWithDifferentApis() local
251 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testTransactionCodeResolved() local
266 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testMultipleTransactionCodeResolved() local
297 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testResolvingCodeDoesNotThrowWhenMethodNotPresent() local
311 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testParcelSize() local
327 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testMaxCpu() local
346 CallSession callSession = bcs.callStarted(binder, 1, WORKSOURCE_UID); in testMaxLatency() local
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java926 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in annotateInProgressCallSession() local
954 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in startNewCallSessionIfNeeded() local
1042 TelephonyCallSession callSession = new TelephonyCallSession(); in finishCallSession() local
1434 InProgressCallSession callSession = startNewCallSessionIfNeeded(phoneId); in writeRilCallList() local
1547 InProgressCallSession callSession = startNewCallSessionIfNeeded(phoneId); in writeRilDial() local
1571 InProgressCallSession callSession = startNewCallSessionIfNeeded(phoneId); in writeRilCallRing() local
1586 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeRilHangup() local
1609 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeRilAnswer() local
1627 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeRilSrvcc() local
1715 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeOnCallSolicitedResponse() local
[all …]
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
DMmTelFeatureTests.java169 IImsCallSession callSession = mFeatureBinder.createCallSession(null); in testSendDtmfMessageMessenger() local
/frameworks/base/core/java/android/os/
DBinder.java1004 final CallSession callSession = in execTransactInternal() local