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.java970 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in annotateInProgressCallSession() local
998 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in startNewCallSessionIfNeeded() local
1086 TelephonyCallSession callSession = new TelephonyCallSession(); in finishCallSession() local
1489 InProgressCallSession callSession = startNewCallSessionIfNeeded(phoneId); in writeRilCallList() local
1606 InProgressCallSession callSession = startNewCallSessionIfNeeded(phoneId); in writeRilDial() local
1630 InProgressCallSession callSession = startNewCallSessionIfNeeded(phoneId); in writeRilCallRing() local
1645 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeRilHangup() local
1668 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeRilAnswer() local
1686 InProgressCallSession callSession = mInProgressCallSessions.get(phoneId); in writeRilSrvcc() local
1774 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.java1033 final CallSession callSession = in execTransactInternal() local